Commit graph

1001 commits

Author SHA1 Message Date
Jordan Sissel
78fa0b5356 - Pack up bundled gems into the monolithic jar. 2011-03-27 01:57:58 -07:00
Jordan Sissel
1b906e8fa2 - Add spoon gem for tests
- Update some Gemfile deps/versions
- Make LogStash::Search::ElasticSearch#search support sync and async
  Also finish converting it to use jruby-elasticsearch
- Make outputs/test_elasticsearch.rb pass! Whew!

Full test suite result:
  Finished in 38.082 seconds.
  25 tests, 112 assertions, 0 failures, 0 errors
2011-03-27 01:23:31 -07:00
Jordan Sissel
8f478c56a4 more in-progress work on elasticsearch testing 2011-03-26 23:46:22 -07:00
Jordan Sissel
5f4f5bfef3 - Add cluster name support to outputs/elasticsearch
- converted search/elasticsearch to use jruby-elasticsearch internally
  (was em-http-request)
- Started working on jruby-ifying the outputs/elasticsearch test. Slow
  goings...
- Added gem 'spoon' (implements posix_spawn) since jruby doesn't have
  fork.
2011-03-26 01:40:16 -07:00
Jordan Sissel
c2e964b46f - try deleting again 2011-03-23 23:43:32 -07:00
Jordan Sissel
20e19383db Merge branch 'master' of github.com:logstash/logstash
Conflicts:
	etc/agent.conf
2011-03-23 23:42:49 -07:00
Jordan Sissel
52eb376ffb - don't keep a default config 2011-03-23 23:42:05 -07:00
Jordan Sissel
0a8a2e8c59 - add jruby-elasticsearch 2011-03-23 23:40:37 -07:00
Jordan Sissel
a4f53dcb93 - Started working on gem packaging, but I'm not totally sure how it'll
work just now; commit my idea, work on it later.
2011-03-23 18:14:45 -07:00
Jordan Sissel
d2f0d5739e - moved thread name setting into it's own lib/method 2011-03-23 18:14:15 -07:00
Jordan Sissel
7764b276c0 - move logging around 2011-03-23 18:14:04 -07:00
Jordan Sissel
8856f52d78 - fix log output target 2011-03-23 16:35:11 -07:00
Jordan Sissel
69527591e0 - Packaging as a jar seems to be working now. 2011-03-23 16:31:37 -07:00
Jordan Sissel
c9ff4f5a39 - Allow loading grok patterns from the jar (Requires bug fix in
jls-grok >= 0.4.6)
2011-03-23 16:30:50 -07:00
Jordan Sissel
1a3a2550ed - more packaging work 2011-03-22 19:15:11 -07:00
Jordan Sissel
5e00e8b4d6 - package:monolith:jar target seems to be working. 2011-03-21 23:54:56 -07:00
Jordan Sissel
6e9e0cc4a3 - more work on packaging. 2011-03-21 23:49:27 -07:00
Jordan Sissel
adc4bd034b - compile again 2011-03-21 23:49:14 -07:00
Jordan Sissel
e09b412d92 - more packaging/building work 2011-03-21 22:58:26 -07:00
Jordan Sissel
f65c034b72 - Make it runnable 2011-03-21 22:58:08 -07:00
Jordan Sissel
c96ff8f091 - ignore more stuff 2011-03-21 22:57:48 -07:00
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