Jordan Sissel
bb21c3b55d
- move requires to #register
2011-05-09 23:58:49 -07:00
Jordan Sissel
2f80a08783
- Fix unintentional overwriting of tcpserver socket. 's' was a silly
...
variable name anyway.
- Fix bug in udp server variable name.
2011-05-09 23:42:22 -07:00
Jordan Sissel
7a0981285d
- include class doc and link to redis.io
2011-05-09 13:36:49 -07:00
Jordan Sissel
3614f01d45
- style fixes
2011-05-09 13:34:54 -07:00
Bob Corsaro
7c008cd293
Redis input support
2011-05-09 10:56:14 -04:00
Bob Corsaro
2ca236b4d7
Error handling and cleanup
2011-05-09 10:56:03 -04:00
Bob Corsaro
3d7f83aee0
Adds redis output
2011-05-09 10:56:03 -04:00
Bob Corsaro
adae5bb569
Fixes edge case with errors
2011-05-09 10:56:03 -04:00
Jordan Sissel
8ebf213ae9
- add (unused, yet) tool to try and better-capture missing libs.
2011-05-08 11:02:01 -07:00
Jordan Sissel
4ec683e160
- If a config is a password, make sure the default value, if used, is
...
also a password object.
- Update some test configs.
2011-05-08 10:58:13 -07:00
Jordan Sissel
c184025c90
- disable objectspace dumps
2011-05-08 10:58:01 -07:00
Jordan Sissel
4d77571b91
- Fix password handling for stomp and amqp.
...
- Bump version
2011-05-07 13:12:32 -07:00
Jordan Sissel
a221b94f3e
- fix bug where lines read contain newlines under some circumstances.
2011-05-06 22:26:33 -07:00
Jordan Sissel
124d292b78
- fix multiple plotclick bug! WOO
2011-05-06 20:12:48 -07:00
Jordan Sissel
1ea65cc5c5
- install a fake 'console.log' if it doesn't exist.
...
- fix bugs in plot clicking and a few other things to make the UI
smarter about extraneous events.
2011-05-06 20:03:15 -07:00
Jordan Sissel
27408eb733
- remove unnecessary debugs
...
- use actual throbber now instead of the geocities animations, though I
still love them.
2011-05-06 18:40:42 -07:00
Jordan Sissel
285f898cba
- fix bug; default elasticserach port of 9200 is bad (that's the http
...
port)
2011-05-06 17:02:56 -07:00
Jordan Sissel
49b9e5ec25
markdown syntax
2011-05-05 23:52:16 -07:00
Jordan Sissel
6c067a1a8a
update filter docs
2011-05-05 23:48:27 -07:00
Jordan Sissel
b1f14bb68f
- add notes about grok
2011-05-05 23:47:19 -07:00
Jordan Sissel
dd0dbf299a
- permit whitespace in single-character day numbers
2011-05-05 14:18:02 -07:00
Jordan Sissel
c33fc1cc0b
- make exchange_type an enum value
2011-05-04 22:50:39 -07:00
Jordan Sissel
4298da0784
- fix docs
2011-05-04 22:45:16 -07:00
Jordan Sissel
febac2bbe9
- Found another exception case
2011-05-02 21:53:04 -07:00
Jordan Sissel
6758eeb3ce
Add TODO
2011-05-02 21:49:01 -07:00
Jordan Sissel
7a95ab0500
- retry connection and publishing (LOGSTASH-71)
2011-05-02 21:45:01 -07:00
Jordan Sissel
ff589a6007
- Add retries for broker outages
2011-05-02 21:16:25 -07:00
Jordan Sissel
721c9040cc
- fix some build issues
...
- add thread
2011-05-01 12:02:38 -07:00
Jordan Sissel
d4ab66da12
- update gemspec for 1.0 prep
...
- move loadlibs to lib
2011-05-01 11:40:09 -07:00
Jordan Sissel
0582cc444e
- external deps go in the register method
2011-04-25 16:54:54 -07:00
Jordan Sissel
a5c3d6dee1
- don't filter_matched twice
2011-04-25 14:58:12 -07:00
Jordan Sissel
067e64f1f7
- fix markdown comment formatting
2011-04-25 01:17:36 -07:00
Jordan Sissel
9a1d0e7f96
Remove TODO
2011-04-25 00:51:40 -07:00
Jordan Sissel
259d4b7380
- don't make 'tags' a funky lambda, just make it an array.
...
- put filewatch/buftok in Twitter#register
2011-04-25 00:50:20 -07:00
Jordan Sissel
9f55619734
- Don't use tweetstream anymore; it doesn't seem to work in jruby?
...
Easier to write using Net::HTTP than to debug this dependency.
- twitter 'source' is now set to the url to the tweet, for example:
http://twitter.com/USER/status/TWEET_ID
2011-04-25 00:39:30 -07:00
Jordan Sissel
4c162fc36e
Merge branch 'master' of github.com:logstash/logstash
2011-04-24 23:59:02 -07:00
Jordan Sissel
438aedc44b
- move more requires to register method
2011-04-24 23:38:05 -07:00
Jordan Sissel
be1fbb5e55
- more gem requirements to the register method
...
- clean up things that make docgen work
2011-04-24 23:24:46 -07:00
Jordan Sissel
e5d315c8f8
- don't make things with defaults required
2011-04-20 17:28:30 -07:00
Jordan Sissel
0883ccd843
Everything else uses 'host'
2011-04-20 17:23:27 -07:00
Jordan Sissel
441d5c58d3
- comment out debug statements for comments
2011-04-20 17:21:39 -07:00
Jordan Sissel
aafac7255a
- fix up @fields to a hash
2011-04-19 04:36:50 -07:00
Jordan Sissel
5d4cfd4bb7
- fix ES defaults
2011-04-19 04:18:49 -07:00
Jordan Sissel
6bb6ed3cc0
- use correct argument
2011-04-19 04:15:34 -07:00
Jordan Sissel
657128a1b6
Fix ES::Client usage
2011-04-19 04:01:31 -07:00
Jordan Sissel
b04304d440
Add logging
2011-04-19 03:57:49 -07:00
Jordan Sissel
3f56b3d848
- Add address and port configs for output elasticsearch
2011-04-19 03:55:22 -07:00
Jordan Sissel
ed26166a4e
todo
2011-04-19 03:55:13 -07:00
Jordan Sissel
acd8ff575c
- fix controller splitting
2011-04-19 03:54:43 -07:00
Jordan Sissel
90a5e5aa3d
- add LogStash::Web to namespace
2011-04-19 01:27:54 -07:00