Commit graph

3177 commits

Author SHA1 Message Date
Jordan Sissel
da2501cc64 - remove a todo that's deferred
- note default charset
2013-01-01 23:08:42 -08:00
Jordan Sissel
ef0d2d82b1 - add more grok docs 2013-01-01 23:08:42 -08:00
Jordan Sissel
5dc08e4a71 - actually provide some grok docs. 2013-01-01 23:08:42 -08:00
Jordan Sissel
67ee3a203f try to improve readme sections 2013-01-01 21:18:13 -08:00
Jordan Sissel
6309cc441d it's 2013! 2013-01-01 21:07:00 -08:00
Jordan Sissel
f26ef0af4f - call them attributes
- call 'setting_name' simply 'name'
2013-01-01 17:18:22 -08:00
Jordan Sissel
8cbb10bb4a - 'eval' wasn't working well on 'config :foo ...' lines that used
in-scope constants/variables.

  Switched to using monkeypatching the 'config' method instead.

  There's still slight bugs, like the 'charset'  on all inputs has no
  validation nor default listed.
2013-01-01 17:18:22 -08:00
Jordan Sissel
5e9295b20e Merge pull request #299 from semiosis/cloudwatch-docs
Cloudwatch docs
2013-01-01 15:54:34 -08:00
Jordan Sissel
17edd37b97 Merge pull request #298 from jamtur01/nagioslevel
Added support for all Nagios statuses in output
2013-01-01 15:52:36 -08:00
Louis Zuckerman
57ce97c7ea Added list of cloudwatch region's 2013-01-01 17:23:13 -05:00
Louis Zuckerman
71824a3d01 Updated cloudwatch output documentation comments 2013-01-01 16:46:31 -05:00
Louis Zuckerman
66405e736a Merge branch 'master' into cloudwatch-docs 2013-01-01 16:45:39 -05:00
Louis Zuckerman
e3449b77cb Merge remote-tracking branch 'remotes/logstash/master' 2013-01-01 16:18:36 -05:00
James Turnbull
fe3223a572 Updated with feedback from Jordan 2013-01-01 10:32:32 -05:00
Jordan Sissel
56d45c441e - move external requires into 'register' method 2012-12-31 15:46:45 -08:00
Jordan Sissel
f3907ede13 Switch to using one socket 2012-12-31 15:46:39 -08:00
Jordan Sissel
b63cde62c0 catch case where interruption can hit us 2012-12-31 15:46:29 -08:00
Jordan Sissel
c753f26e59 - do teardown after finishing, not before. 2012-12-31 15:30:30 -08:00
Jordan Sissel
f353b7aff5 - handle teardown 2012-12-31 15:30:21 -08:00
Jordan Sissel
8de740e17a - fix unicode bug found by tcp input tests;
Now: always force the charset, but only convert if it's not UTF-8
2012-12-31 15:29:21 -08:00
Jordan Sissel
648c3834d4 - improve docs for json 2012-12-31 15:02:43 -08:00
Jordan Sissel
a37828482c - strip leading 'jar:' from path (JRUBY-6970) 2012-12-31 15:02:43 -08:00
Jordan Sissel
6dc96e32b2 - make tests run hackishly while I figure out how to make them run with
one invocation from the jar.
2012-12-31 15:02:43 -08:00
Jordan Sissel
ca9c4a400d - fix @document_id check (found by tests) 2012-12-31 15:02:43 -08:00
Jordan Sissel
62fea57657 - JRuby doesn't implemtn HMAC-SHA ?
1) LogStash::Filters::Anonymize anonymize string with SHA alogrithm ...
       Failure/Error: filter.filter(e)
       NotImplementedError:
         Algorithm HMAC-SHA not available
       # ./lib/logstash/filters/anonymize.rb:51:in `anonymize_openssl'

Disable it.
2012-12-31 15:02:43 -08:00
Jordan Sissel
8eeabcd43d Make a way to enable debugg logs 2012-12-31 15:02:43 -08:00
Jordan Sissel
edb0127858 Set the default tcp data_timeout to -1 (never timeout). Too many users report confused and lost logs due to the default of 5 seconds. 2012-12-31 15:02:43 -08:00
James Turnbull
5f42eb99f7 Added support for all Nagios statuses in output
Previously the nagios output only supported issuing:

* WARNING, or
* CRITICAL

for check results.

This commit adds support a config option, nagios_level, which
defaults to CRITICAL and can be overriden by the "nagios_level"
field in an event.
2012-12-31 17:35:08 -05:00
Jordan Sissel
50268de3b0 Merge pull request #297 from jamtur01/exttypo
Fixed typo in jar -uf command line
2012-12-31 14:31:35 -08:00
James Turnbull
967553ccd0 Fixed typo in jar -uf command line 2012-12-31 17:09:13 -05:00
Jordan Sissel
73ff8123dd Merge pull request #292 from jamtur01/emailmatchdocs
Some more docs for the email plugin match option
2012-12-31 13:30:36 -08:00
Jordan Sissel
feb91bd8ac Merge pull request #296 from jamtur01/nagwarn
Update nagios output to mention the nagios_level field
2012-12-31 13:30:09 -08:00
James Turnbull
832a24391b Update nagios output to mention the nagios_level field 2012-12-31 14:14:09 -05:00
Jordan Sissel
959eca3f41 Merge pull request #295 from jamtur01/sqssnsdoc
Minor docs fixes to SNS and SQS outputs
2012-12-30 01:04:24 -08:00
James Turnbull
9112c442c0 Minor docs fixes to SNS and SQS outputs 2012-12-30 03:23:11 -05:00
Jordan Sissel
0136a42a17 Merge pull request #293 from jamtur01/fixsp
Fixed some spelling and grammar in the juggernaut output
2012-12-30 00:19:14 -08:00
Jordan Sissel
de33909cb5 Merge pull request #294 from jamtur01/0mqdoc
Misc zeroQM doc fixes
2012-12-30 00:18:34 -08:00
James Turnbull
82495c6659 Misc zeroQM doc fixes 2012-12-30 03:09:19 -05:00
James Turnbull
1c793bbd10 Fixed some spelling and grammar in the juggernaut output 2012-12-30 02:57:00 -05:00
Louis Zuckerman
9a4a96c302 Merge branch 'master' into cloudwatch-docs 2012-12-29 09:34:23 -05:00
Louis Zuckerman
994318c480 Merge remote-tracking branch 'remotes/logstash/master' 2012-12-29 09:10:58 -05:00
Jordan Sissel
80216bcbe2 - bump jruby to 1.7.1
- bump elasticsearch to 0.20.2
2012-12-28 14:40:39 -08:00
Jordan Sissel
3726ab7420 - fixed the ftw json dependency issue on json 1.6.5 2012-12-28 14:13:49 -08:00
Jordan Sissel
a59d3825d8 bump ftw version for new json dep set 2012-12-28 14:10:21 -08:00
Jordan Sissel
6cd45ea027 - purge json 1.6.5 manually until gembag supports dependency graphs 2012-12-28 13:45:37 -08:00
Louis Zuckerman
e185463416 Merge remote-tracking branch 'remotes/logstash/master' 2012-12-28 14:24:49 -05:00
Louis Zuckerman
323d873f76 Merge remote-tracking branch 'remotes/logstash/master' 2012-12-28 14:22:12 -05:00
Jordan Sissel
e5b338b186 - logstash/time was renamed to logstash/time_addon 2012-12-28 11:20:42 -08:00
James Turnbull
0b9d47ec5b Some more docs for the email plugin match option 2012-12-28 12:26:45 -05:00
Jordan Sissel
685fcb3910 Merge branch 'gdb-master' 2012-12-27 22:46:12 -08:00