Commit graph

980 commits

Author SHA1 Message Date
Jordan Sissel
b4eb54604c - Start working on packaging 2011-03-21 19:50:30 -07:00
Jordan Sissel
e96b952a70 - Add vendor/bundle support for monolithic releases later. 2011-03-21 18:53:26 -07:00
Jordan Sissel
846559fa50 - update contrib from pull/14 2011-03-21 09:49:29 -07:00
Jordan Sissel
52e65939cb - s/settings.logfile/@logfile/ 2011-03-21 09:42:38 -07:00
Jordan Sissel
71903bdc22 - Components can now add global flags 2011-03-20 23:08:19 -07:00
Jordan Sissel
c2ea10ed5d - delay require until the register method 2011-03-20 23:06:24 -07:00
Jordan Sissel
fc4bb3af9e Merge branch 'master' of github.com:logstash/logstash 2011-03-20 17:38:12 -07:00
Jordan Sissel
7b5b3b3124 - More work on plugin flag support 2011-03-20 17:28:14 -07:00
Jordan Sissel
3597d60f50 - minor updates to the install file 2011-03-20 14:54:42 -07:00
Jordan Sissel
efe676544b JRuby 1.6.0 2011-03-20 14:54:40 -07:00
Jordan Sissel
f9173f2cbc - remove extra requires 2011-03-19 12:42:57 -07:00
Jordan Sissel
b73f393511 - change agent thread name from 'agent' to 'LogStash::Agent' 2011-03-19 00:34:25 -07:00
Jordan Sissel
6696246f9e - remove non-example config 2011-03-19 00:26:36 -07:00
Jordan Sissel
099ae109d9 - Convert file manager to use 'filewatch' rubygem 2011-03-19 00:25:52 -07:00
Jordan Sissel
5e516875a6 - JRuby (and 1.9?) 'rescue => e' doesn't catch LoadError; be explicit. 2011-03-19 00:25:21 -07:00
Jordan Sissel
90b72b4c5a - Move agent flags and settings management into logstash/agent.rb 2011-03-19 00:24:56 -07:00
Jordan Sissel
2e160365a0 Merge branch 'master' of github.com:logstash/logstash
Conflicts:
	Gemfile
2011-03-18 22:44:39 -07:00
Jordan Sissel
0697cdfc7f - use jruby 1.6.0
- some ordering changes
2011-03-18 22:42:38 -07:00
Jordan Sissel
4ef70dbffe syntax fix 2011-03-18 22:42:21 -07:00
Jordan Sissel
56c36d2cab style fix 2011-03-18 22:42:12 -07:00
Jordan Sissel
f7c76431c9 - start working on date support for Event#sprintf 2011-03-18 22:41:47 -07:00
Jordan Sissel
c9edd1380a - Start working on flag support
- fix typo
- some rdoc/comment improvements
2011-03-18 22:41:24 -07:00
Jordan Sissel
bbbcf321ef remove old 2011-03-18 22:41:10 -07:00
Jordan Sissel
23751ecdef update deps 2011-03-18 22:40:59 -07:00
Jordan Sissel
bcb4e75ef5 - minor cleanup 2011-03-17 15:25:13 -07:00
Jordan Sissel
cc7137d62e - Fix some date testing that broke after DST switch
- disable some tests until they get converted to be jruby-friendly
2011-03-17 01:18:48 -07:00
Jordan Sissel
1384017944 - Add status 2011-03-16 23:13:09 -07:00
Jordan Sissel
f204610c5e - Update lib loading; dump any jars into vendor/ 2011-03-08 01:04:12 -08:00
Jordan Sissel
28f894f1d0 - jrubytown. 2011-03-08 01:04:04 -08:00
Jordan Sissel
94b69d87c3 - timeout speed test if it runs long
- use [foo] not foo.to_a for String, since Object#to_a is going away.
2011-03-08 01:03:19 -08:00
Jordan Sissel
b8582fc073 - bump jruby version 2011-03-08 00:04:54 -08:00
Jordan Sissel
1e26145a44 Merge branch 'master' of github.com:logstash/logstash 2011-03-01 17:31:17 -08:00
Jordan Sissel
072a9bb1a3 - Add test for grok type hinting
(http://code.google.com/p/logstash/issues/detail?id=45)
2011-03-01 17:30:43 -08:00
Jordan Sissel
d91201d19f Don't need ruby_fixes anymore 2011-03-01 17:30:01 -08:00
Pete Fritchman
3c74efd004 mark required config attributes 2011-02-28 04:41:50 -08:00
Jordan Sissel
d159e408b0 - use 'direct' for exchange type, not 'queue' 2011-02-27 23:23:51 -08:00
Jordan Sissel
7415a9c445 - JRuby makes us not need any ruby monkeypatches. LOGSTASH-30 2011-02-27 03:38:13 -08:00
Jordan Sissel
0c0101206b - saner rate formatting 2011-02-27 03:15:31 -08:00
Jordan Sissel
03a8a37bdb - Add speed test for grok filter 2011-02-27 03:10:42 -08:00
Jordan Sissel
f7438b3f80 remove old code 2011-02-27 03:05:01 -08:00
Jordan Sissel
afe42d5276 debuglevel change 2011-02-27 03:04:51 -08:00
Jordan Sissel
c2ae6f2412 - periodically check assertions in speed test
- remove trailing comma
2011-02-27 03:02:42 -08:00
Jordan Sissel
b1b6c75ee6 - less logging 2011-02-27 03:02:34 -08:00
Jordan Sissel
c37e06454c - require jruby-elasticsearch 2011-02-27 03:02:16 -08:00
Jordan Sissel
624b02e7b2 - Trim debug output
- Add speed test for date parsing
- Remove timezone 'missing' format check since we don't need it anymore.
2011-02-27 02:26:01 -08:00
Jordan Sissel
b646d4d730 - disable debug in the example config 2011-02-27 02:17:38 -08:00
Jordan Sissel
9b7fbf12fb - use debug level 2011-02-27 02:17:25 -08:00
Jordan Sissel
13ec55c86c - file input, grok and date filters, stdout and elasticsearch outputs.
Works again. Good milestone for the jruby migration!
2011-02-27 02:08:52 -08:00
Jordan Sissel
1e4f70522b - Start working on outputs/elasticsearch jruby transition. Now uses gem
'jruby-elasticsearch' which is uses the native java ES API.
2011-02-27 02:01:41 -08:00
Jordan Sissel
3e5441a54b - Fall back sanely if we don't have awesome_print 2011-02-27 02:01:21 -08:00