Jordan Sissel
b9014f9625
- prep for release
2011-06-09 11:00:53 -07:00
Jordan Sissel
757ba8c6a0
- version bump
2011-06-09 10:59:56 -07:00
Jordan Sissel
6c997245c6
- update changelist
2011-06-09 10:56:05 -07:00
Jordan Sissel
a6f3fdfa55
- re-enable tests
2011-06-09 10:32:06 -07:00
Jordan Sissel
6af76ac87a
- put throbber on top of the graph instead of replacing the graph.
2011-06-09 01:51:24 -07:00
Jordan Sissel
c7670bbaf4
- Allow running multiple tools in the same process.
...
You can now run agent + web in the same ruby process. Coupled with the
new embedded elasticsearch option, you can now run a single process
that is your entire logstash system.
2011-06-09 00:31:16 -07:00
Jordan Sissel
c4e6c23da7
- 'bundle update' - web and agent appear to be happy. LGTM.
2011-06-09 00:30:55 -07:00
Jordan Sissel
5319eb65c2
- improve elasticsearch 'embedded' support
2011-06-09 00:08:48 -07:00
Jordan Sissel
fb2feb9317
- update simple guide to use elasticsearch { embedded => true }
2011-06-08 18:22:34 -07:00
Jordan Sissel
96b7a5d6c4
- add 'embedded' option for elasticsearch. This will launch a
...
process-local instance of elasticsearch. LOGSTASH-103
2011-06-08 18:14:22 -07:00
Jordan Sissel
023e637666
Merge pull request #26 from dokipen/master
...
Redis channel support.
2011-06-08 15:50:45 -07:00
Bob Corsaro
5f0f75ccd7
Merge remote-tracking branch 'logstash/master'
2011-06-01 13:13:34 -04:00
Jordan Sissel
261c9dccfa
- update contributor list
2011-06-01 09:55:40 -07:00
Jordan Sissel
3ff43b082a
Merge pull request #28 from kesor/mongodb_auth
...
Very basic support for MongoDB authentication (take 2, on its own branch)
2011-06-01 09:54:43 -07:00
Jordan Sissel
4cf3722721
Merge pull request #29 from dokipen/bind_host
...
Adds bind_host for node
2011-06-01 09:53:32 -07:00
Bob Corsaro
095d684cad
Adds bind_host for node
2011-06-01 11:28:43 -04:00
Bob Corsaro
fba8e0292d
Removes erroneous comment in redis input.
2011-05-31 18:21:21 -04:00
Bob Corsaro
89de858d3a
Uses to_event to parse msg in redis input.
2011-05-31 18:21:21 -04:00
Bob Corsaro
58664a3734
Makes deleted Redis params deprecated.
2011-05-31 18:21:21 -04:00
Pete Fritchman
85848f7832
adjust syntax to be 1.9 friendly
2011-05-31 18:18:52 -04:00
Pete Fritchman
3697fa995c
better debug logging
2011-05-31 18:18:52 -04:00
Pete Fritchman
11b4cf17dc
minor updates
2011-05-31 18:18:52 -04:00
Pete Fritchman
8baf471ea2
s/array/Array/
2011-05-31 18:18:52 -04:00
Pete Fritchman
17c848c915
add grok named_captures_only config option
2011-05-31 18:18:52 -04:00
Jordan Sissel
61e78df1f0
- use first element if fields['message'] is an array
2011-05-31 18:18:52 -04:00
Jordan Sissel
7f71ada52a
- .rvmrc keeps crashing or closing my zsh session. It can come back when
...
works again.
2011-05-31 18:18:52 -04:00
Jordan Sissel
cf657fe255
- .rvmrc keeps crashing or closing my zsh session. It can come back when
...
works again.
2011-05-31 18:18:52 -04:00
Evgeny Zislis
4831d209af
fix password field in mongodb auth to be of type password and not string for masked logging
2011-05-31 12:08:19 +03:00
Bob Corsaro
ee223789ab
Close redis connection on teardown
2011-05-30 20:31:15 -04:00
Bob Corsaro
2aa21df735
Adds access modifiers :P
2011-05-30 20:30:49 -04:00
Pete Fritchman
19d1ab28b0
adjust syntax to be 1.9 friendly
2011-05-29 09:32:26 -07:00
Pete Fritchman
f82c04fdee
better debug logging
2011-05-29 09:31:27 -07:00
Pete Fritchman
91da59231e
minor updates
2011-05-29 09:31:08 -07:00
Pete Fritchman
0e6b6ef33f
s/array/Array/
2011-05-27 16:47:18 -07:00
Pete Fritchman
0b1a1dbfc4
Merge commit ' 4ce85e1fc8
'
2011-05-27 15:37:38 -07:00
Jordan Sissel
db50c70778
- use first element if fields['message'] is an array
2011-05-27 15:34:36 -07:00
Pete Fritchman
4ce85e1fc8
add grok named_captures_only config option
2011-05-27 15:34:30 -07:00
Jordan Sissel
b768ae72b6
- .rvmrc keeps crashing or closing my zsh session. It can come back when
...
works again.
2011-05-27 15:23:07 -07:00
Jordan Sissel
39c99a1627
- .rvmrc keeps crashing or closing my zsh session. It can come back when
...
works again.
2011-05-27 15:22:41 -07:00
Bob Corsaro
cf75463e30
Merge remote-tracking branch 'logstash/master'
2011-05-26 23:12:40 -04:00
Jordan Sissel
b9e8cef743
- add 'case' style
2011-05-26 15:16:34 -07:00
Jordan Sissel
9335997b15
- style fix
...
- 'case blah:' is not valid in ruby 1.9 (the colon at the end). I can't
find this actually documented anywhere, but mainly due to searching
for 'case' and 'when' in the ruby changelog is pointless.
2011-05-26 15:02:35 -07:00
Jordan Sissel
fb51b442c1
Merge branch 'master' of github.com:logstash/logstash
2011-05-26 14:09:25 -07:00
Bob Corsaro
580adda0d5
Remove retry code, moved to agent.rb
2011-05-26 16:56:54 -04:00
Bob Corsaro
472a8de49d
Fixes completely broken redis output
2011-05-26 16:56:32 -04:00
Bob Corsaro
70291e76a2
Redis channel support
2011-05-26 15:56:51 -04:00
Evgeny Zislis
30c631a9f1
add mongodb authentication
2011-05-26 20:59:00 +03:00
Bob Corsaro
1ba0c4dce6
Merge remote-tracking branch 'logstash/master'
...
Conflicts:
lib/logstash/inputs/redis.rb
lib/logstash/outputs/redis.rb
2011-05-26 10:20:02 -04:00
Pete Fritchman
c48efe849c
update changelog for grep filter fix
2011-05-23 16:01:42 -07:00
Pete Fritchman
e21ef0e48f
don't cancel an event if our types don't match, just pass on filtering it
2011-05-23 15:55:01 -07:00