Commit graph

2585 commits

Author SHA1 Message Date
Jordan Sissel
10a0a279f8 - version! 2013-09-03 11:54:40 -07:00
Jordan Sissel
2f208c1579 - fix plugin_status -> milestone
- move requires to register
2013-09-03 11:49:23 -07:00
Jordan Sissel
25938f3bc1 Merge branch 'master' of https://github.com/mrjcleaver/logstash into mrjcleaver-master
Conflicts:
	.gitignore
2013-09-03 11:44:21 -07:00
Jordan Sissel
7cc6dd5965 Merge pull request #579 from pbarrera/extractnumbers
Adding extractnumbers filter
2013-09-03 11:40:32 -07:00
Jordan Sissel
b29fe925ef Merge pull request #617 from bernd/workaround-slow-openssl-load
Add workaround for slow openssl loading (LOGSTASH-1223)
2013-09-03 09:31:39 -07:00
Jordan Sissel
d49b308211 - catch another shutdown signal 2013-09-03 09:08:00 -07:00
Jonathan Tron
72e8b4002c Allow quoted (single/double) string as plugin config keys 2013-09-03 17:57:22 +02:00
Bernd Ahlers
98c55e70ad Add workaround for LOGSTASH-1223.
Loading "openssl" with the flatjar is super slow. For some reason it is
fast with an empty $LOAD_PATH.
2013-09-03 16:31:54 +02:00
Jordan Sissel
a77a315855 Merge pull request #606 from bodgit/cidr
Simple CIDR filter.
2013-09-02 15:29:51 -07:00
Jordan Sissel
e9c0e17809 Merge pull request #612 from bodgit/log4j
Remove stray comma in log4j input.

Conflicts:
	lib/logstash/inputs/log4j.rb
2013-09-02 22:22:38 +00:00
Jordan Sissel
32a1e9b0e1 - remove another debug print 2013-09-02 21:16:44 +00:00
Jordan Sissel
c94ea0aee2 Merge branch 'master' of github.com:logstash/logstash
Conflicts:
	lib/logstash/logging.rb
2013-09-02 21:14:41 +00:00
Jordan Sissel
77bfd4abdb - try to improve error reporting even when --log is specified
- remove extra prints
2013-09-02 21:13:25 +00:00
Jordan Sissel
ee99fca907 Merge pull request #613 from JonathanTron/LOGSTASH-1274
Fix log4j logging when redirecting output to a file (LOGSTASH-1274)
2013-09-02 13:24:32 -07:00
Jordan Sissel
5c23e9214d - stop hacking support for in/regexp stuff; this fixes negating regexps
and other things.
2013-09-02 12:10:50 -07:00
Jonathan Tron
ff5faedf4e Fix log4j logging when redirecting output to a file (LOGSTASH-1274) 2013-09-02 20:44:47 +02:00
Matt Dainty
e32302bc23 Remove stray comma.
It was creating an event with the file field looking like this:

    "file" => [
        [0] "?:?",
        [1] "?"
    ]

Now it looks like:

    "file" => "?:?"
2013-09-02 16:44:09 +01:00
Jordan Sissel
516a0b6410 - refactor json_encode filter to use source+target settings
- add specs to cover json_encode
2013-08-31 22:43:24 -07:00
Jordan Sissel
a732b06c20 Merge pull request #583 from divanikus/master
Add slope and metric group for ganglia output.
2013-08-31 22:12:57 -07:00
Jordan Sissel
9b29c3e513 - update old references to event.tags, event.unix_timestamp, and
event.ruby_timestamp
2013-08-31 21:50:13 -07:00
Jordan Sissel
b4dad51c6c - fix references to event.message (now is event["message"]) 2013-08-31 21:46:16 -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
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
Matt Dainty
c573bb25c7 Add simple CIDR filter. 2013-08-30 18:41:37 +01: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
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
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
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
8db7dcc86f Merge branch 'master' of github.com:logstash/logstash 2013-08-26 21:49:18 -07: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
Jordan Sissel
915cae3c7b - Add codec support to the lumberjack input 2013-08-26 18:10:49 +00:00