Commit graph

4545 commits

Author SHA1 Message Date
Jordan Sissel
eabfbbf859 Fix syntax 2013-08-31 11:54:12 -07:00
Jordan Sissel
8c58a4d7c6 - remove 'source' fields (a relic of the old @source field which is gone
now)
2013-08-31 11:50:25 -07:00
Jordan Sissel
45541bea24 Update docs on dev/usage 2013-08-31 11:09:12 -07:00
Jordan Sissel
1012c0176e - add 'deps' command only to bin/logstash for downloading any
necessary dependencies.
2013-08-31 11:05:29 -07:00
Jordan Sissel
92f081c6b6 Merge pull request #608 from bernd/add-missing-event-decoration
Add missing decorate() calls to inputs
2013-08-31 08:58:58 -07:00
Bernd Ahlers
a03a643833 Add missing decorate() calls to inputs. 2013-08-31 13:47:51 +02:00
Jordan Sissel
b82818e286 - remove unnecessary thread name settings (the pipeline does this now) 2013-08-30 23:59:26 -07:00
Jordan Sissel
aa34839254 - standardize of a few field names:
* host: the origin of the event (for file input, etc, many times this is
    obvious. For network inputs, this is often the client ip address)
  * path: the origin path of the event (file path, EventLog source, etc)
- some misc style cleanup done while doing the above.
2013-08-30 23:46:38 -07:00
Jordan Sissel
ee28786400 - add a tag for events that have multiple lines (keeps backwards compat
to the older multiline filter)
- add tests to cover this behavior.
2013-08-30 18:00:11 -07:00
Jordan Sissel
9ae671e8ef - fix docs 2013-08-30 17:26:14 -07:00
Jordan Sissel
eaaa295b22 - restore 'type' 'tags' and 'add_field' feature that was lost during the
Great Codec Migration ;)
2013-08-30 17:12:11 -07:00
Jordan Sissel
9518347f62 - add tests for drop filter
- promote drop filter to milestone 3
2013-08-28 07:12:16 -07:00
Jordan Sissel
aef6671a81 Catch systemexit from kibana 2013-08-28 06:39:24 -07:00
Jordan Sissel
759414cd67 - bump beta version 2013-08-28 06:48:37 +00:00
Jordan Sissel
bddcc6ccf1 - add more conditional tests (logical operators, unary negate, etc) 2013-08-28 06:41:26 +00:00
Jordan Sissel
20ba0344a9 - recompile grammar 2013-08-28 06:39:59 +00:00
Jordan Sissel
580303478d - Fix negate operator (tests coming shortly)
Syntax permitted one of two things:
    !(expression)
    ![selector]
2013-08-28 06:39:12 +00:00
Jordan Sissel
24068b9063 - Fix syslog input (LOGSTASH-1271) 2013-08-28 06:07:25 +00:00
Jordan Sissel
f25090772c - emit "Elasticsearch: " before the elasticsearch version information 2013-08-28 06:02:06 +00:00
Jordan Sissel
f7c3ff125b web has flags 2013-08-28 05:45:49 +00:00
Jordan Sissel
048d422cb5 - remove note about plugin-specific flags since that feature has been
removed
- remove flags for web ui (I don't think it has flags anymore)
2013-08-28 05:41:01 +00:00
Jordan Sissel
b7a582e539 - have 'version' and 'version --verbose' work 2013-08-28 05:31:44 +00:00
Jordan Sissel
def8247126 Don't say 'no such command' if help is requested 2013-08-27 22:18:24 -07:00
Jordan Sissel
53522ba336 reinstate callback 2013-08-27 17:30:05 -07:00
Jordan Sissel
ba8c230b6c - small refactor improves performance 2x 2013-08-27 15:51:43 -07:00
Jordan Sissel
d85da86fca Merge pull request #597 from torrancew/add_utc_to_tz_pattern
Add UTC to the TZ grok pattern
2013-08-27 11:44:16 -07:00
Jordan Sissel
b47e620235 Merge pull request #599 from michaelklishin/patch-1
Update Bunny to 0.10.4+
2013-08-27 11:42:54 -07:00
Jordan Sissel
e777685332 Merge pull request #601 from michaelklishin/patch-2
Upgrade HotBunnies to 2.0.0.pre12
2013-08-27 11:36:56 -07:00
Michael Klishin
8717729c33 Upgrade HotBunnies to 2.0.0.pre12
[Changelog](https://github.com/ruby-amqp/hot_bunnies/blob/master/ChangeLog.md).

I double checked and the code needs no changes.
2013-08-27 18:28:07 +04:00
Michael Klishin
89601605d0 Update Bunny to 0.10.4+
I believe RabbitMQ input/output do not need updating but
FTR, here's [the changelog](https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md).
2013-08-27 16:29:14 +04:00
Jordan Sissel
378068173b Revert "- 1.2.0.beta1/"
This reverts commit 4d5bdeb891.
2013-08-26 23:29:27 -07:00
Jordan Sissel
4d5bdeb891 - 1.2.0.beta1/ 2013-08-26 23:22:57 -07:00
Jordan Sissel
08922cbc99 - update changelog 2013-08-26 23:19:46 -07:00
Jordan Sissel
80c47daab4 - remove accidental debug 2013-08-26 23:19:24 -07:00
Jordan Sissel
b27ef768a3 - beta! 2013-08-26 23:17:19 -07:00
Jordan Sissel
d940cb45d9 - update changelog for v1.1.13 up to f3818ede 2013-08-26 23:16:54 -07:00
Jordan Sissel
41b857894b - update changelog 2013-08-26 22:19:20 -07:00
Jordan Sissel
9f33dee2c6 - document sprintf syntax 2013-08-26 22:17:01 -07:00
Jordan Sissel
3cc588b540 Make 'conditionals' an anchor 2013-08-26 22:04:51 -07:00
Jordan Sissel
8db7dcc86f Merge branch 'master' of github.com:logstash/logstash 2013-08-26 21:49:18 -07:00
Jordan Sissel
d046baf9b5 Update changelog 2013-08-27 02:24:27 +00:00
Jordan Sissel
58d52ee4bf Update changelog 2013-08-27 02:14:56 +00:00
Jordan Sissel
0de2654f86 Add plugin synopsis template 2013-08-27 02:14:52 +00:00
Jordan Sissel
695a0a503a - get docs generating for codecs 2013-08-27 01:14:48 +00:00
Jordan Sissel
5808351bea - don't warn 2013-08-27 01:14:38 +00:00
Jordan Sissel
23ba410f33 Fix name 2013-08-27 00:49:36 +00:00
Jordan Sissel
1233c5654a - fix "in" support (test failing) 2013-08-27 00:34:54 +00:00
Jordan Sissel
582aca3436 - Add /regexp/ support to the config grammar
- Add tests for all the conditional comparison operators
2013-08-27 00:03:45 +00:00
Jordan Sissel
0ea83fd661 - fix syntax errors 2013-08-26 22:49:41 +00:00
Jordan Sissel
d73d2ced7b Hack to work around some issues with multiple filter workers; realistically this may require some extra work to fix the design probelm found - for multiple filter workers, all filter instances are shared among filter worekrs. This may be undesirable? 2013-08-26 18:52:11 +00:00