Jordan Sissel
|
c201e41f62
|
- Make search errors bubble up to the web UI. (LOGSTASH-154)
|
2011-08-20 23:51:31 -07:00 |
|
Jordan Sissel
|
9bccb4bada
|
- Add durability setting for queue, too. (LOGSTASH-148)
|
2011-08-20 23:23:02 -07:00 |
|
Jordan Sissel
|
06b8788f58
|
- Add queue_name support to amqp input so you can specify the name of
the queue separately. The previous behavior is still the default -
that the queue name is the same as the exchange name.
LOGSTASH-148
|
2011-08-20 23:16:33 -07:00 |
|
Jordan Sissel
|
47118045ec
|
Merge pull request #42 from coagentpai/master
Optional timestamp field to support some older syslog daemons. (LOGSTASH-153)
|
2011-08-19 00:12:06 -07:00 |
|
Jordan Sissel
|
3a160f5add
|
Merge pull request #43 from nickethier/master
Quick fix for AMQP output (LOGSTASH-151)
|
2011-08-19 00:06:08 -07:00 |
|
Jordan Sissel
|
84d29c3e7e
|
- Fix grok add_field bug introduced in commit 6a69dcf2 (Fixes LOGSTASH-147)
|
2011-08-18 23:59:01 -07:00 |
|
Nick Ethier
|
7e3d1353a3
|
cleanup
|
2011-08-18 14:21:43 -06:00 |
|
Nick Ethier
|
b3ceabde60
|
A little bit cleaner fix
|
2011-08-18 14:21:01 -06:00 |
|
Nick Ethier
|
024a01330b
|
move irc output to different branch
|
2011-08-18 14:16:24 -06:00 |
|
Nick Ethier
|
fb82eba958
|
Fix issue in amqp output when key not defined
|
2011-08-18 14:07:14 -06:00 |
|
Peter Irish
|
5bcdffa4f6
|
Make the timestamp optional to support some really old syslog daemons.
|
2011-08-18 12:06:06 -04:00 |
|
Jordan Sissel
|
211cb4da67
|
- update docs
|
2011-08-17 19:41:41 -07:00 |
|
Jordan Sissel
|
0a18b46003
|
- every other plugin calls it a user, so just say user.
|
2011-08-17 19:32:50 -07:00 |
|
Jordan Sissel
|
37a46265e6
|
- call it 'identity'
|
2011-08-17 19:28:38 -07:00 |
|
Jordan Sissel
|
11a44303a8
|
- style fix
|
2011-08-17 19:26:02 -07:00 |
|
Jordan Sissel
|
9e9ca450ad
|
- add docs
- permit '.' in metric name.
|
2011-08-17 19:25:48 -07:00 |
|
Jordan Sissel
|
6d33f0a9e4
|
- update ganglia config docs
|
2011-08-17 19:17:59 -07:00 |
|
Jordan Sissel
|
158c14e8e6
|
- use more readable names
|
2011-08-17 19:16:02 -07:00 |
|
Jordan Sissel
|
14d5c948e2
|
- purge unused
|
2011-08-17 19:13:18 -07:00 |
|
Jordan Sissel
|
d8ce014087
|
- move require into register method
|
2011-08-17 17:31:18 -07:00 |
|
Jordan Sissel
|
ec5a2560da
|
- give a more helpful message on plugin load failure (LOGSTASH-146)
|
2011-08-17 16:49:52 -07:00 |
|
Jordan Sissel
|
af52de9b64
|
- add logging to the config
|
2011-08-17 16:49:44 -07:00 |
|
Jordan Sissel
|
cb33c3de65
|
- logging stuff
|
2011-08-17 16:49:34 -07:00 |
|
Jordan Sissel
|
4b98b1ea47
|
- remove debug code
|
2011-08-17 01:52:00 -07:00 |
|
Jordan Sissel
|
d49f81fb16
|
- make 'metrics' a hash config option
- reconnect on write failure
- reconnect on connect failure
|
2011-08-17 01:35:08 -07:00 |
|
Jordan Sissel
|
d038cb76e0
|
- hack around known bug in the config parser so others aren't impacted by it
Will fix it later.
|
2011-08-17 01:17:56 -07:00 |
|
Jordan Sissel
|
467ff76981
|
- rdoc comment
|
2011-08-17 01:09:33 -07:00 |
|
Jordan Sissel
|
a721d797ea
|
- make LogStash::Event#clone a deeper copy. Required otherwise the
'fields' element is shared, etc.
|
2011-08-17 01:08:16 -07:00 |
|
Jordan Sissel
|
d006c907d3
|
- document a monkeypatch
|
2011-08-17 00:52:04 -07:00 |
|
Jordan Sissel
|
7ad980dd0a
|
- set 'command' field as the command run.
- some comment/style cleanup
|
2011-08-17 00:51:50 -07:00 |
|
Jordan Sissel
|
ea72a12aec
|
style
|
2011-08-17 00:51:35 -07:00 |
|
Jordan Sissel
|
d946f3d62f
|
- Add LogStash::Event#clone (required for 'split' filter)
|
2011-08-17 00:51:13 -07:00 |
|
Jordan Sissel
|
46f2fa2a0d
|
- add a new 'split' filter for splitting like ruby String#split
Splits into multiple events.
|
2011-08-17 00:50:42 -07:00 |
|
Jordan Sissel
|
6a69dcf231
|
- undo bad decision
|
2011-08-17 00:50:03 -07:00 |
|
Jordan Sissel
|
eb857963d1
|
- burn unused code
|
2011-08-16 23:51:29 -07:00 |
|
Jordan Sissel
|
f059d7e971
|
- clean up some style/naming
- change period to interval
|
2011-08-16 23:25:42 -07:00 |
|
Jordan Sissel
|
95e22dec12
|
- use proper 'config' enumeration option for :format
|
2011-08-16 23:25:19 -07:00 |
|
Jordan Sissel
|
c5b776b45e
|
- some style cleanup
|
2011-08-16 23:25:09 -07:00 |
|
Jordan Sissel
|
9108268464
|
Merge pull request #40 from nickethier/master
Exec Input
|
2011-08-16 21:09:36 -07:00 |
|
Jordan Sissel
|
971c1c5edc
|
- style fixes
|
2011-08-15 02:38:40 -07:00 |
|
Jordan Sissel
|
56ff19ab0a
|
- Add 'server' config option so I can connect to google talk.
- Add 'debug' config option for easier xmpp debugging
|
2011-08-15 02:38:40 -07:00 |
|
alcy
|
98d54b4d2f
|
support for multiple rooms.
|
2011-08-15 02:38:39 -07:00 |
|
alcy
|
b3024c9367
|
join room during register
|
2011-08-15 02:38:39 -07:00 |
|
alcy
|
4d7d2b5895
|
xmpp input
|
2011-08-15 02:38:39 -07:00 |
|
Jordan Sissel
|
63022f354e
|
- actually make the xmpp output work now
|
2011-08-15 02:28:56 -07:00 |
|
Jordan Sissel
|
0ac44214de
|
- improve error reporting
|
2011-08-15 01:19:05 -07:00 |
|
Jordan Sissel
|
6f6d935a83
|
- remove unused code and some typo fixes
|
2011-08-15 01:18:59 -07:00 |
|
Nick Ethier
|
c77a0389bb
|
Started work on irc output
|
2011-08-11 15:04:01 -06:00 |
|
Nick Ethier
|
e5a70d00fb
|
Merge remote-tracking branch 'logstashmaster/master'
|
2011-08-11 12:57:17 -06:00 |
|
Joel Merrick
|
f5b7ba731c
|
Added some exception handling to fix LOGSTASH-130
|
2011-08-08 13:48:07 +00:00 |
|