Commit graph

3849 commits

Author SHA1 Message Date
Jordan Sissel
3df5b80021 - changelog updates 2013-05-28 11:47:55 -07:00
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
05be9dcdab - downgrade elasticsearch to 0.20.6 (0.90.x causes errors with logstash
probably somewhere in jruby-elasticsearch.)
2013-05-14 12:49:10 -07:00
Jordan Sissel
f5ba5324ae - update changelog 2013-05-10 12:04:25 -07:00
Jordan Sissel
66386f9ce2 - add messages_per_second setting (LOGSTASH-962) 2013-05-10 11:59:37 -07:00
Jordan Sissel
ccfe133f18 bump elasticsearch to 0.90.0 2013-05-08 09:27:27 -07:00
Jordan Sissel
e7641af8d4 - prep for release 2013-05-07 11:25:53 -07:00
Jordan Sissel
bffb765b10 - run email tests, too 2013-05-07 11:16:45 -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
87044fb245 - remove references to monolithic
- add comment explaining what 'jar' does
2013-05-07 09:36:22 -07:00
Jordan Sissel
63d7d59cf4 - Prep for release. 2013-05-07 09:29:33 -07:00
Jordan Sissel
44c4e9f40b - update changelog 2013-05-06 07:53:28 -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
Jordan Sissel
fa716b3c01 Merge pull request #473 from stoked/master
Add example for dictionary_path
2013-05-05 08:51:00 -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
028a8fd86d - bump jrubyelasticsearch version (which has work around for
https://github.com/elasticsearch/elasticsearch/issues/2992)
2013-05-04 18:40:07 -07:00
Jordan Sissel
fd3a2a8291 - update changelog 2013-05-03 09:22:31 -07:00
Jordan Sissel
146b649e20 - add test coverage for grok fields with dashes in them 2013-05-03 09:05:15 -07:00
Jordan Sissel
fe859f9464 - bump jls-grok; now permits dashes and dots in field names. 2013-05-03 08:04:09 -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
4d26820cce - add perf configs used in recent perf tests. 2013-05-02 23:19:52 -07:00
Jordan Sissel
69f2cc8747 - Add coverage for LOGSTASH-1051 2013-05-02 23:17:10 -07:00
Jordan Sissel
c24e048452 - Add test coverage for LOGSTASH-1051 2013-05-02 23:16:23 -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
7d12d7cf36 - actually include the 'regexes.yaml' in the jar when building ;)
Fixes LOGSTASH-1051
2013-05-02 23:03:46 -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
16e930379d - es output tests hang in jenkins 2013-05-01 21:57:09 -07:00
Jordan Sissel
07754c206e - update filter worker thread safety failure message 2013-05-01 13:33:52 -07:00
Jordan Sissel
245627c757 - run more tests 2013-05-01 13:11:37 -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
bc6965d521 - Add coverage for LOGSTASH-968 2013-05-01 13:02:09 -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
Jordan Sissel
b3d5de636a Merge pull request #466 from jordansissel/master
- we don't use sys-uname anymore
2013-05-01 12:23:25 -07:00
Jordan Sissel
776a90ae67 - we don't use sys-uname anymore 2013-05-01 19:15:20 +00:00
Jordan Sissel
4c2c2203f6 Hand-patch
538cb635bb
2013-05-01 06:10:25 +00:00
Wiibaa
dd3b1bb80a Allow multiple client to RELP input 2013-05-01 06:09:48 +00:00
Jordan Sissel
9f5dd4ddb6 Merge pull request #465 from jordansissel/master
- Update CHANGELOG for 1.1.11
2013-04-30 23:07:23 -07:00
Jordan Sissel
692ae02221 - update CHANGELOG 2013-05-01 06:04:39 +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