Jordan Sissel
52d63d9f67
- version bump
2013-05-28 11:47:13 -07:00
Jordan Sissel
0fa8bc38b4
- fix logstash web serving static files
2013-05-28 11:47:01 -07:00
Jordan Sissel
66386f9ce2
- add messages_per_second setting (LOGSTASH-962)
2013-05-10 11:59:37 -07:00
Jordan Sissel
e7641af8d4
- prep for release
2013-05-07 11:25:53 -07:00
Jordan Sissel
3b11b904a1
- fix failing tests caused by scoping problems and instance_eval
2013-05-07 11:14:50 -07:00
Jordan Sissel
6994d1dccf
- fix dumb typo
2013-05-07 10:43:03 -07:00
Jordan Sissel
2b6326b375
- fix bug in useragent (bad variable name)
...
- make tests run correctly to catch future jar issues fixed above.
2013-05-07 10:37:57 -07:00
Jordan Sissel
63d7d59cf4
- Prep for release.
2013-05-07 09:29:33 -07:00
Jordan Sissel
40532b266e
- make 'update' set a field value if it exists but do nothing if not
...
- make 'replace' do what it should, which is replace a field (or create
it if it doesn't exist).
2013-05-06 07:49:41 -07:00
Jordan Sissel
e42ecc420c
- revert rabbitmq plugin to the amqp plugin as in logstash v1.1.9
...
The goal is to make rabbitmq function again as it was broken in
v1.1.10. (LOGSTASH-1054)
2013-05-05 11:28:16 -07:00
stoked
fa7ec62fd6
Add example for dictionary_path
2013-05-04 23:52:43 -07:00
Jordan Sissel
d7d9fe7fdc
- set the default port to '9300-9400' which uses the new portrange
...
feature of jruby-elasticsearch. Fixes: LOGSTASH-566
2013-05-04 18:40:29 -07:00
Jordan Sissel
01497ad54e
- don't assume we're running from the jar.
2013-05-02 23:37:17 -07:00
Jordan Sissel
54cbe28356
- make event["@message"] = "bar" set a top-level field even if @message
...
doesn't exist. This fixes bugs like doing
add_field => [ "@message", "foo" ] was previously setting
@fields.@message
2013-05-02 23:26:17 -07:00
Jordan Sissel
ddbf0013a4
- don't include patch or build if they're nil
2013-05-02 23:15:41 -07:00
Jordan Sissel
f4409ad581
- don't need to extract the file.
2013-05-02 23:03:39 -07:00
Jordan Sissel
9e06b92d64
- don't use initialize
2013-05-02 17:47:01 -07:00
Jordan Sissel
6526dd9220
- update changelog
...
- call the sleep-every-n-events feature 'every' not 'unslept_count'
2013-05-02 17:29:04 -07:00
Jordan Sissel
07754c206e
- update filter worker thread safety failure message
2013-05-01 13:33:52 -07:00
Jordan Sissel
78b95ca834
Merge pull request #467 from electrical/change_notify_hipchat
...
rename 'notify' to 'trigger_notify'
2013-05-01 13:03:41 -07:00
Jordan Sissel
1f2b63761c
- Set the default 'include' metrics to be .*
...
This fixes LOGSTASH-968
2013-05-01 12:55:29 -07:00
Richard Pijnenburg
94ff34b2c0
rename 'notify' to 'trigger_notify'
...
This is required to make the puppet define work.
2013-05-01 21:45:55 +02:00
Wiibaa
dd3b1bb80a
Allow multiple client to RELP input
2013-05-01 06:09:48 +00:00
Jordan Sissel
3c4b6c0b97
- fix?
2013-05-01 06:04:31 +00:00
Jordan Sissel
40a78687d8
Merge pull request #429 from drogerschariot/master
...
Added @message to eventlog input
2013-04-30 22:49:55 -07:00
Jordan Sissel
ecfe659394
Merge pull request #462 from jonathanq/nagios_nsca_changes
...
Added message_format to nagios_nsca plugin
2013-04-30 22:44:17 -07:00
Jordan Sissel
e39b50a801
- one less use of Addressable::URI
2013-05-01 05:31:13 +00:00
Jordan Sissel
892e6ec225
- only bring in prctl if we're on linux
2013-05-01 05:31:02 +00:00
Jordan Sissel
3683238da2
- File.expand_path("/....") on windows platform returns "C:/...." which
...
is expected but not in our monkeypatching to work around other bugs.
This should resolve logstash's known windows 'file input' problems and
whatnot. I've tested this on a Windows Server 2012 EC2 instance
provided by the Alex Corley at Zenoss <3
Test config showed file inputs working. I was able to watch
"C:\test.log" and edit the file with notepad, adding lines, and
logstash would see new events show up when I saved.
2013-05-01 05:28:36 +00:00
Jordan Sissel
c62c43ed69
- use RbConfig for platform detection now.
2013-05-01 05:15:41 +00:00
Jordan Sissel
d8e2e96965
Merge pull request #459 from jkoppe/jkoppe-bunny-rabbitmq-fixes
...
Fixing both LOGSTASH-1003 and LOGSTASH-1038
2013-04-30 16:36:28 -07:00
Jonathan Quail
d4e8d6d032
Made documentation consistent with other outputs that provide message_format such as pipe.
2013-04-30 10:12:32 -07:00
Jonathan Quail
a1c7c34ebc
Added message_format attribute to nagios_nsca output
2013-04-30 10:07:05 -07:00
Jordan Sissel
9b5a60d561
- add more log flags
2013-04-28 13:27:17 -07:00
Richard Pijnenburg
dfbbbaaa7b
Fix validation so they will work.
2013-04-28 11:31:20 +02:00
Jason Koppe
eb9ae3beb2
LOGSTASH-1003 LOGSTASH-1038 fixing both issues in one commit because the rabbitmq input is functionally broken until both are fixed
2013-04-25 15:52:42 -05:00
Jordan Sissel
05e43556e1
- make the end of the log profiler more obvious (style)
2013-04-23 23:47:06 -07:00
Jordan Sissel
cbbd553b1b
- only give notice about plugin status once per plugin
...
Verified by running the test suite and not having a sea of
"experimental plugin" warnings for the same thing repeatedly.
2013-04-23 23:46:58 -07:00
Jordan Sissel
7a1fc5a2f7
- only do the File jar caching patch in JRuby
2013-04-23 23:44:15 -07:00
Jordan Sissel
5adf1a8c15
- comment out a print
2013-04-23 15:57:52 -07:00
Jordan Sissel
c0501e339e
- only do jruby patches on jruby
2013-04-23 14:56:36 -07:00
Jordan Sissel
f89365ef91
- fix variable scoping
2013-04-23 14:56:36 -07:00
eravenelle
62a4be77c2
Updated comment on metric parameter
...
Fixed comment where example metric was:
[ "%{@source_host}/uptime", %{uptime_1m} " ]
This syntax will cause an error everytime. Updated to:
[ "%{@source_host}/uptime", "%{uptime_1m}" ]
2013-04-23 17:11:03 -03:00
Jordan Sissel
f301659420
- don't log that we're caching. it just confuses people.
2013-04-22 14:45:38 -07:00
Jordan Sissel
1b7cce8e03
Merge pull request #455 from johnmshields/master
...
Updated to work when not using a proxy.
2013-04-22 13:35:25 -07:00
john.shields
1771137d52
Updated to work when not using a proxy. Fixed errant use of variable name 'uri' to 'url'.
2013-04-22 15:24:32 -05:00
Jordan Sissel
101efaec4a
- add 'secure' setting to irc output (LOGSTASH-139)
2013-04-22 12:59:38 -07:00
Jordan Sissel
1f2d8421c3
Fix ordering to be the same as outputs/irc.rb
2013-04-22 12:59:38 -07:00
Ingard Mevag
9c6add4bc9
Create fields for patch and build from user_agent_parser patch and patch_minor
2013-04-22 14:42:09 +02:00
Jordan Sissel
f7b6e460e5
- fix LOGSTASH-1016 (bad variable name)
2013-04-21 22:58:44 -07:00