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
7466375ef3
- add 'packages' target
...
- bump to 1.1.10.rc1
2013-04-15 22:28:08 -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
Jordan Sissel
24775a1941
Add queue size flag
2013-04-15 16:34:24 -07:00
Jordan Sissel
d9be423f75
- clone the message string; otherwise the test suite for the kv filter
...
fires this warning: "RuntimeError: string modified"
2013-04-11 15:35:19 -07:00
Jordan Sissel
8416d81a6c
Avoid multiple subscriptions
2013-04-11 15:33:36 -07:00
Jordan Sissel
cd7c7c197a
Merge branch 'master' of github.com:Spredzy/logstash into Spredzy-master
...
Conflicts:
spec/filters/grok.rb
2013-04-11 15:05:45 -07:00
Jordan Sissel
f7cc1894f1
- fix bad docs
2013-04-11 14:45:58 -07:00
Jordan Sissel
0603635944
- call it 'retry_delay' instead of 'waitTime'
2013-04-11 14:26:18 -07:00
Jordan Sissel
c4e8fdfb56
- avoid race conditions in thread-local access
2013-04-09 15:17:27 -07:00
Jordan Sissel
3a9ef4df04
- use BINARY file encoding mode when copying the racob dll
2013-04-09 00:21:35 -07:00
Jordan Sissel
704b207b96
- FileUtils.cp fails me.
2013-04-09 00:08:08 -07:00
Jordan Sissel
80f3518cec
- Typing is hard. Fix it.
2013-04-08 23:43:04 -07:00
Jordan Sissel
d8c88274cd
- fix syntax
2013-04-08 23:34:15 -07:00
Jordan Sissel
0c96c35cd7
- Make an attempt to work around a bug where jruby-win32ole fails to
...
load because the racob dll it wants to load is in the jar file.
Work around: Extract it and use the extracted path.
2013-04-08 23:23:29 -07:00
Jordan Sissel
f520fd7aa8
- add lumberjack2 input (tentative name)
2013-04-08 23:10:56 -07:00
Jordan Sissel
e2c830078f
- add debug monkeypatching
2013-04-08 23:10:45 -07:00
Jordan Sissel
97f2816b7b
Fix regression
2013-04-07 23:38:34 -07:00
Jordan Sissel
f5e6e04960
- try to make monkeypatching more obvious and contained
...
- add locales/en.yml to the jar builds
- don't bother doing 'jar i' anymore, JRuby doesn't even look at the
manifest index. Just wastes time during the build :)
2013-04-07 23:27:44 -07:00
Jordan Sissel
e17593f06f
- only load libraries when necessary (openssl takes 6-seconds to
...
60-seconds to require 'openssl' in some cases)
2013-04-07 23:27:44 -07:00
sr-ix
61fedeee76
Update redis.rb
...
@piavlo -
"actually this line
@congestion_check_time = Time.now.to_i
should come after the while loop and not before
mind adding this change to this PR?"
2013-04-04 16:44:37 -03:00
sr-ix
84db8333c3
Remove extra 'end' from redis output
2013-04-04 16:26:02 -03:00
Jordan Sissel
997a53f881
- Add imap input prototype
...
Tested works against gmail's imap servers.
2013-04-03 09:10:50 -07:00
Jordan Sissel
13f6e97302
Merge pull request #413 from AldenJole/feature/boundary-auto
...
Add auto to the boundary output.
2013-04-02 15:01:42 -07:00
Alden Jole
a103454242
Add auto to the boundary output.
...
This will pull fields from @fields and put them in the request to
boundary. I attempted to make it backwards compatable but I don't see
any way to test that.
feature/boundary-auto
2013-04-02 14:36:14 -07:00
Jordan Sissel
5e8fb0c009
- fix typo in config settings (required, not 'require') (LOGSTASH-980)
2013-04-01 15:46:50 -07:00
Jordan Sissel
f45a78ea1f
- fix incorrect example
2013-04-01 15:45:02 -07:00
Jordan Sissel
66f3045f22
- fix typo
2013-04-01 15:45:02 -07:00
Jordan Sissel
61359626fe
Merge pull request #422 from semiosis/LOGSTASH-978
...
LOGSTASH-978 - an input for the varnish shared memory binary log
2013-04-01 11:40:22 -07:00
Cameron Stokes
07f835860d
Merge branch 'master' into hipchat-output
2013-03-31 08:01:37 -07:00
Jordan Sissel
d28a4cbf75
Merge pull request #419 from piavlo/feature/redis-output-congestion
...
redis output congestion blocking check
2013-03-30 22:34:19 -07:00
Louis Zuckerman
cd1702d1c2
andrea, author of varnish-rb, says the callback should return 0, so now it does
2013-03-30 23:41:19 -04:00
Louis Zuckerman
30c1870720
now that varnish-rb is on rubygems we dont need to include the 4rd party code anymore.
2013-03-30 23:34:20 -04:00
Piavlo
5d43d8deff
worth logging that we are sleepign due to congestion
2013-03-31 01:05:06 +03:00
Jordan Sissel
d9169fddc0
Merge pull request #418 from piavlo/feature/enhanced-translate-filter
...
enhanced translate filter
2013-03-30 12:48:14 -07:00
rtoma
38dd706463
Fixed class names in class 'end' tags. Only did inputs + filters. Outputs nearly all are missing the comment.
2013-03-30 14:26:29 +01:00
Jordan Sissel
fa465a3115
- add elasticsearch input. Uses the 'scroll' rest api to walk through
...
a given query's results.
e Please enter the commit message for your changes. Lines starting
2013-03-29 22:53:37 -07:00
Jordan Sissel
121159a11b
- log when we sleep
2013-03-29 22:53:37 -07:00
Jordan Sissel
822b90dbd0
- add 'replay' mode to the sleep filter. This enables replaying of
...
events on a scale of the original event timeline. You can change
the speed by setting 'time' to a multiplier (2 == 2x faster, 0.5 == half
as fast)
2013-03-29 22:53:37 -07:00
Jordan Sissel
6171c77ae4
- include all fields by default (include_fields being empty is default,
...
so we want all by default!)
2013-03-29 22:53:37 -07:00
Jordan Sissel
4127bf0497
- Graphite input! :)
2013-03-29 22:53:36 -07:00
Jordan Sissel
225e52b2c6
- improve validation reporting
...
- check to_f and to_i conversions with :number validation
2013-03-29 22:53:36 -07:00
Jordan Sissel
ae7651aa09
- exit nonzero on configuration errors; this also has the intentional
...
effect of not barfing a stack trace on config errors.
2013-03-29 22:53:36 -07:00
Jordan Sissel
f9f555c72c
- Add experimental ruby filter
2013-03-29 22:53:36 -07:00
Jordan Sissel
015e02a5c5
- Use Stud::Task to more easily manage any exceptions from the Agent
...
runner
2013-03-29 22:53:36 -07:00
Jordan Sissel
69538dc33e
- Add a sleep filter
2013-03-29 22:53:36 -07:00
Cameron Stokes
5b9da1ac70
Added HipChat output.
2013-03-30 00:07:33 -04:00