Commit graph

3849 commits

Author SHA1 Message Date
Jordan Sissel
25c6d79cdd - string things that are objects 2013-04-21 22:49:17 -07:00
Jordan Sissel
eefc86a928 - document firewall things (LOGSTASH-476) 2013-04-21 22:49:16 -07:00
Jordan Sissel
289a9318f8 Merge pull request #452 from semiosis/LOGSTASH-1033
LOGSTASH-1033
2013-04-21 22:20:59 -07:00
Louis Zuckerman
48b32bc10c LOGSTASH-1033 2013-04-21 09:58:26 -04:00
Jordan Sissel
8b726a0d57 Merge pull request #451 from growse/master
Issue #1009 fix. Renamed exchange parameter to name in elasticsearch_river output.
2013-04-19 14:57:43 -07:00
Andrew Rowson
6757b075a1 Fixed Issue #1009. Renamed name parameter to exchange in elasticsearch_river parameter dictionary 2013-04-19 22:50:25 +01:00
Jordan Sissel
c16d38f4c4 - fix up documentation
- fix LOGSTASH-1013 (verify geoip tests fail before this commit, pass
  after)
- some style changes to make the code easier to read (less indentation)
2013-04-18 22:25:29 -07:00
Jordan Sissel
842e3ec182 - add tests coverage for geoip 2013-04-18 22:23:58 -07:00
Jordan Sissel
268ea301d0 Merge pull request #448 from Finkregh/patch-1
shorten/cleanup/fix TTY-pattern
2013-04-18 10:40:32 -07:00
Oluf Lorenzen
17c1ca2deb shorten/cleanup/fix TTY-pattern
removed BSD/Linux-specific TTYS, as there are several more TTY-names under even under linux than /dev/pts/${NONNEGINT}.
This also allows
 * "/dev/ttyUSB0"
 * "/dev/ttyS0"
2013-04-18 19:15:03 +03:00
Jordan Sissel
f243a5219b - update changelog 2013-04-17 16:59:23 -07:00
Jordan Sissel
ad5e4f9e69 - actually merge. I am so bad at code sometimes. 2013-04-17 16:58:28 -07:00
Jordan Sissel
776af0e88c Fix --queue-size bug 2013-04-17 14:37:58 -07:00
Jordan Sissel
ccbbef3337 Merge pull request #447 from wiibaa/LOGSTASH-963
Update ES download URL
2013-04-17 12:46:16 -07:00
Wiibaa
e27e4080ba Update ES download URL 2013-04-17 21:34:17 +02:00
Jordan Sissel
6e8c5117e5 - mark 1.1.11.dev 2013-04-17 12:29:45 -07:00
Jordan Sissel
487e8fe155 - debug load() calls with DEBUG=require, too 2013-04-17 12:29:45 -07:00
Jordan Sissel
f0196dbdc0 Merge pull request #405 from piavlo/feature/grok-parsefailure-tags
add alternative tags on grokparsefailure
2013-04-17 11:35:07 -07:00
Jordan Sissel
ebb0c31d5f Merge pull request #446 from jamtur01/mono
Some minor clarifications of the docs
2013-04-17 08:34:14 -07:00
Jordan Sissel
d4398cf5f1 Merge pull request #445 from jegt/master
Riemann now supports arbitrary key value pairs
2013-04-17 08:33:12 -07:00
James Turnbull
028356f8e2 Some minor clarifications of the docs 2013-04-17 10:05:54 -04:00
Jonas Tehler
92ac94dce1 Riemann now supports arbitrary key value pairs 2013-04-17 14:07:26 +02:00
Jordan Sissel
2a581181e6 Merge pull request #443 from KushalP/email-idiomatic-variable-assignment
Refactor LogStash::Outputs::Email.register method
2013-04-16 15:00:34 -07:00
Kushal Pisavadia
1f09cc931d No need to store fetched values in local variables; use directly
These fetched values are easier to read when placed directly into the
Hash that they're going to be used in. No need for the temporary
variables to be used and means more of the class can be viewed at a time.
2013-04-16 22:55:57 +01:00
Kushal Pisavadia
5d70c6026e Refactor Hash.fetch usage to provide default values
Rather than explicitly running through if/else blocks, it's easier to
read if the default value is provided against the Hash method calls directly.
2013-04-16 22:36:05 +01:00
Jordan Sissel
c83c1444a3 - mark date on release 2013-04-16 13:07:39 -07:00
timconradinc
34f5cad8b1 Plugins need to have a plugin_status set
Added comment & line for plugin_status
2013-04-16 13:07:07 -07:00
Piavlo
cc5d6e8b9e support for fields with array values 2013-04-16 13:07:07 -07:00
Piavlo
aa836bf3c0 corrected some rspec tests desciptions 2013-04-16 13:07:07 -07:00
Piavlo
42935e78c8 filter to prune fields from events 2013-04-16 13:07:07 -07:00
Dan Everton
301c8c091a Allow appname and procid to be format strings.
Handy if your Logstash agent is parsing from multiple application
sources to send to a single syslog instance.
2013-04-16 13:07:06 -07:00
Nick Ethier
cc8b9214df add hooks for after filter 2013-04-16 13:07:06 -07:00
Piavlo
83afe07707 sleep on every N'th event 2013-04-16 13:07:06 -07:00
Jordan Sissel
e213a53f3f - fix one more path 2013-04-16 10:19:36 -07:00
Jordan Sissel
14c52c28d2 - link to flatjar 2013-04-16 10:17:04 -07:00
Jordan Sissel
2392e4080d - all tests passing; docs look OK. Ship it. 2013-04-16 10:11:46 -07:00
Jordan Sissel
55a486f093 - note the rename 2013-04-16 10:06:57 -07:00
Jordan Sissel
18db3338a8 - SINCEDB_PATH is no longer. 2013-04-16 09:59:57 -07:00
Jordan Sissel
e740ba5cc3 . 2013-04-15 22:46:18 -07:00
Jordan Sissel
b5a3cbf6dd - don't be verbose with rsync 2013-04-15 22:36:02 -07:00
Jordan Sissel
86a5571ec1 - check for flatjar
- rename 'package'
2013-04-15 22:32:53 -07:00
Jordan Sissel
7466375ef3 - add 'packages' target
- bump to 1.1.10.rc1
2013-04-15 22:28:08 -07:00
Jordan Sissel
cb8a8ba194 build build build build 2013-04-15 22:20:09 -07:00
Jordan Sissel
f1e34fe6e0 - fix build 2013-04-15 22:17:58 -07:00
Jordan Sissel
da3d794f8c - add debian nonsense 2013-04-15 22:15:17 -07:00
Jordan Sissel
9011562a97 - more scripts 2013-04-15 22:14:34 -07:00
Jordan Sissel
e03ea89f70 - start hacking on a package build 2013-04-15 21:53:12 -07:00
Jordan Sissel
5894cb0510 - make a pkg dir 2013-04-15 20:19:00 -07:00
Jordan Sissel
927bf1155c - make it work 2013-04-15 16:34:52 -07:00
Jordan Sissel
82a665acac - permit paths to be relative 2013-04-15 16:34:31 -07:00