Commit graph

1391 commits

Author SHA1 Message Date
Pete Fritchman
c6c0433882 Merge remote branch 'lusis/redis_psub_channel' 2011-07-19 11:58:11 -07:00
Pete Fritchman
ef2df13fe1 fix some whitespace, make default statsd host localhost 2011-07-19 11:51:54 -07:00
Pete Fritchman
7e08636426 lock down statsd-ruby version 2011-07-19 11:51:54 -07:00
John E. Vincent
252779a4ba working with sprintf and tag support 2011-07-19 11:51:54 -07:00
John E. Vincent
c620a3b8c1 working for now without sprintf =/ 2011-07-19 11:51:54 -07:00
John E. Vincent
1fc2b4d361 hashifying and arrayifying 2011-07-19 11:51:54 -07:00
John E. Vincent
f8f4c0e46a initial statsd output 2011-07-19 11:51:54 -07:00
Jordan Sissel
4474390491 - upgrade to elasticsearch 0.17.0 2011-07-18 16:26:33 -07:00
Jordan Sissel
489eeca23a - trim line terminator 2011-07-18 10:08:40 -07:00
Dan Peterson
6d973ec644 Style and documentation. 2011-07-14 09:10:19 -03:00
Dan Peterson
8882a824e8 Don't put accept loop in its own thread; it's already in one. 2011-07-12 23:08:34 -03:00
Dan Peterson
ac492053f0 Make tcp input and output act as either server or client. 2011-07-12 22:59:58 -03:00
Jordan Sissel
fc1ba8baaf - fix markdown formatting 2011-07-12 00:23:52 -07:00
Jordan Sissel
91ebd39f12 - trim carriage returns 2011-07-12 00:16:15 -07:00
Jordan Sissel
2fa19bbd6c - doesn't need to be executable anymore 2011-07-12 00:16:06 -07:00
Jordan Sissel
fe817f5fc3 - handle files with CRLF line termination as well (zabbix was guilty of
this).
2011-07-12 00:13:49 -07:00
Jordan Sissel
bde12d99b5 - fix typo 2011-07-12 00:04:11 -07:00
Jordan Sissel
4321dcc9cd - upgrade to jruby 1.6.3; all tests pass in source and monolith jar form 2011-07-08 00:23:52 -07:00
John E. Vincent
a4e3bba50f adding new redis 'pattern_channel' input support for PSUB 2011-07-07 04:41:01 -04:00
Jordan Sissel
e0181f1af0 - add johan 2011-07-02 10:33:22 -07:00
Jordan Sissel
fe8e06985b - fix version 2011-07-01 18:27:32 -07:00
Jordan Sissel
66fb195dec - fix version 2011-07-01 18:14:10 -07:00
Jordan Sissel
c5bbcd022f - bleh, pushed a bad gem 2011-07-01 18:13:41 -07:00
Jordan Sissel
222916079e - fix syntax 2011-07-01 18:09:28 -07:00
Jordan Sissel
c49cbaa655 - update version 2011-07-01 18:05:00 -07:00
Jordan Sissel
560f4336f4 - fix test runner under jar 2011-07-01 18:01:56 -07:00
Jordan Sissel
dfd5341ff8 - small doc improvements 2011-07-01 18:01:25 -07:00
Jordan Sissel
347de359eb - note amqp input bug fix 2011-07-01 17:34:13 -07:00
Jordan Sissel
a64e0bd7c8 - more detailed logs 2011-07-01 17:33:24 -07:00
Jordan Sissel
c95912dd8d - remove extra prints 2011-07-01 17:33:17 -07:00
Jordan Sissel
81cb804104 - fix amqp input connection retry failure. 2011-07-01 17:32:50 -07:00
Jordan Sissel
e3a05b9ea6 - prep for launch 2011-07-01 17:15:39 -07:00
Jordan Sissel
f57d8367cf - for now space has to follow due to bug in the config parser. 2011-07-01 17:15:11 -07:00
Jordan Sissel
0753c65331 - Add simpler runner scripts for testing configs. Uses new agent '-e'
flag
2011-07-01 17:14:30 -07:00
Jordan Sissel
a2ca1c7dcb - add another fix 2011-07-01 16:44:31 -07:00
Jordan Sissel
96a6307000 - permit specifying the http port to run elasticsearch on if running
embedded server
  https://logstash.jira.com/browse/LOGSTASH-117
2011-07-01 16:41:37 -07:00
Jordan Sissel
b01595ad47 - more docs! 2011-07-01 16:28:34 -07:00
Jordan Sissel
6583909df1 - more docs! 2011-07-01 16:23:08 -07:00
Jordan Sissel
faf2a74e05 - remove regexp filter; features in grok now obsolete this filter. 2011-07-01 16:19:37 -07:00
Jordan Sissel
92058cd9bb - update docs 2011-07-01 16:18:54 -07:00
Jordan Sissel
f56c6390b8 - add docs for gelf 2011-07-01 16:13:08 -07:00
Jordan Sissel
19c85e027b - update CHANGELOG prep for release 2011-07-01 16:12:51 -07:00
Jordan Sissel
b6f17ce58b - add grok config 'break_on_match' defaults to previous behavior of
'true'. If false, grok will attempt to match all given patterns and
  produce new fields as they are matched.
- Added test coverage to ensure the above
2011-07-01 15:25:26 -07:00
Jordan Sissel
c50b127395 janitorial duties 2011-07-01 14:50:15 -07:00
Jordan Sissel
c7d0b24b36 - clone defaults if necessary, otherwise we might accidentally share the
same 'default' hash instance with all instances of a plugin, and that
  causes problems.

  This fixes a bug found in the grok filter test.
2011-07-01 14:45:50 -07:00
Jordan Sissel
27f501abb8 - un-deprecate pattern
- fix bug where we accidentally erased previous match definition
2011-07-01 12:03:24 -07:00
Jordan Sissel
82a984d92c remove spoon 2011-07-01 11:40:47 -07:00
Jordan Sissel
919122dcbc Grok update.
- Add docs for feature-specific libgrok version requirements
- Add 'match' config; takes a hash.
- Allow anything that looks like a field name as a config attribute.
- Deprecate 'pattern' config. It now is the equivalent of:
    pattern => "mypattern"
    match => [ "@message", "mypattern" ]
- Add some new tests to verify new libgrok inline-patterns and such.
2011-07-01 00:02:10 -07:00
Jordan Sissel
f37c8b8a9e - prep for release 2011-06-30 20:25:26 -07:00
Jordan Sissel
a1f6614848 - set port so we don't need to be root 2011-06-30 19:58:30 -07:00