Commit graph

100 commits

Author SHA1 Message Date
Jordan Sissel
5923d76a42 fiddling with guard 2013-08-15 13:21:59 -07:00
Jordan Sissel
087b66fd43 - clean out gemfile (Should use only the gemspec now) 2012-08-29 16:44:03 -07:00
Jordan Sissel
3b45a4f45a - remove exec bit 2012-08-29 16:44:03 -07:00
Jordan Sissel
2049634624 set gemspec name now that there are multiple 2012-08-16 11:53:24 -07:00
Grant Rodgers
25303ceec6 add gemspec and use it in Gemfile 2012-07-12 15:22:04 -07:00
Pete Fritchman
db17c68fd0 support setting ES node name 2012-07-05 21:03:02 -04:00
Jordan Sissel
67d3c79e4e Merge pull request #166 from nickethier/feature/irc
IRC Input/Output
2012-07-02 17:02:19 -07:00
John E. Vincent
409611a729 updating riak output with better support 2012-07-01 03:47:43 -04:00
Nick Ethier
6223d6a595 update Gemfile for support 2012-06-30 14:35:25 -06:00
John E. Vincent
7f6f004b4b experimental riak output 2012-06-25 23:34:50 -04:00
Pete Fritchman
33efbe1469 latest jls-grok to fix LOGSTASH-300 2012-06-24 18:13:14 -04:00
Pete Fritchman
05a225a27b add pry command, too 2012-06-20 14:27:19 -04:00
Harlan Barnes
cd2677ddac xml.rb - XML Filter
Supports parsing whole XML into destination field and/or parsing
for specific strings using XPath.
2012-06-18 03:35:42 -04:00
Jordan Sissel
41662ffff5 - update fpm to 0.0.19; fixes a header bug where both content-length and
transfer-encoding would be incorrectly specified (LOGSTASH-487, and
  LOGSTASH-483)
2012-06-06 14:01:24 -07:00
Jordan Sissel
5cb6d8fef2 Upgrade jruby-elasticsearch 2012-06-01 09:55:50 -07:00
John E. Vincent
d552e98929 bumping Gemfile 2012-05-28 22:23:44 -04:00
John E. Vincent
e937af83aa Bumping version of gelf output gem for LOGSTASH-344 2012-05-25 01:14:53 -04:00
John E. Vincent
457bda5da4 fixing proper platform detect for jruby-win32ole 2012-05-25 00:57:19 -04:00
Greg Mefford
e2288fffa5 Added basic Windows EventLog input plugin. 2012-05-25 00:47:12 -04:00
Nicholas Padilla
e90a893554 changes to gemfile and gemspec 2012-05-10 09:00:32 -06:00
Nicholas Padilla
473fa4541a rebase with upstream/master 2012-05-10 08:55:33 -06:00
Nicholas Padilla
8f48d1ed42 Email Notification Plugin - really only SMTP tested and confirmed
working.
2012-03-29 09:29:14 -06:00
Jordan Sissel
ac54b8aa64 add onstomp gem 2012-03-26 14:18:21 -07:00
Jordan Sissel
6c9a7f000a Switch from mizuno to ftw for web serving 2012-03-24 03:46:43 -04:00
John E. Vincent
ddcdf0a063 adding experimental riemann output 2012-03-13 16:27:05 -04:00
Jordan Sissel
732d92cfc4 - Add heroku input plugin.
input { heroku { app => "myapp" } }
2012-03-12 13:21:27 -07:00
Jordan Sissel
c8b3965e4d - bump cabin 2012-02-29 11:31:47 -08:00
Jordan Sissel
787134efbf bump grok 2012-02-29 11:31:47 -08:00
Jordan Sissel
1484afedaa - bump cabin 2012-02-09 21:20:50 -08:00
Jordan Sissel
03d32ff5ec - cabin 0.3.7 is delicious. 2012-02-09 18:49:22 -08:00
Nick Ethier
a118e1e0bd cleanup Gemfile 2012-02-09 13:28:31 -07:00
Nick Ethier
bf8a14b7cb Enabled LogStash to be built and tested on the Travis-CI Platform (travis-ci.org)
I removed the Gemfile.lock this lets travis-ci build without having to remove it or update it before running bundle install.

I added tests for the split filter. They test that the split filter behaves properly under default and non-default configuration.

I've disabled the following tests pending changes:
elasticsearch basic output
fifo file output

Squashed commit of the following:

commit fc9e2e61bad3f6c86ccba00a4a9fa4ad3e5e5030
Author: Nick Ethier <ncethier@gmail.com>
Date:   Thu Feb 9 13:21:48 2012 -0700

    housekeeping

commit 6cbeb2ded72a81e8e7b88b140a5796a35f21dbed
Author: Nick Ethier <ncethier@gmail.com>
Date:   Thu Feb 9 13:04:09 2012 -0700

    Added tests for the split filter

commit b54b9fca7ebc0b1963e71494374b46dd25e80916
Author: Nick Ethier <ncethier@gmail.com>
Date:   Thu Feb 9 00:19:39 2012 -0700

    Adjust grok performance limit

commit c0d810e6070dd94e9db94d86fa52feb6a5836d03
Author: Nick Ethier <ncethier@gmail.com>
Date:   Thu Feb 9 00:05:02 2012 -0700

    update deps, skip a couple tests until i can debug them, also set the file output test to flush after every event

commit b490b1e56dd6789dc4974e3010454184a4d6d352
Author: Nick Ethier <ncethier@gmail.com>
Date:   Wed Feb 8 20:59:15 2012 -0700

    more updates to make travis-ci happy

commit ab9cc6d76f7c6404d61e4c9374a4a92cc87a6642
Author: Nick Ethier <ncethier@gmail.com>
Date:   Wed Feb 8 20:33:21 2012 -0700

    Disabled file output test

commit ce8a45af222fd0030be37fdd174d5b7f34984e10
Author: Nick Ethier <ncethier@gmail.com>
Date:   Wed Feb 8 19:53:13 2012 -0700

    update lock before install

commit 99ad33f2d89db2068ba030fb9b16e0551e35bae6
Author: Nick Ethier <ncethier@gmail.com>
Date:   Wed Feb 8 19:49:41 2012 -0700

    add build image to readme

commit 0d7fa48acfca41b3d9de0e947d100a790c4cdb68
Author: Nick Ethier <ncethier@gmail.com>
Date:   Wed Feb 8 19:44:13 2012 -0700

    see if travis will work out of the box
2012-02-09 13:23:34 -07:00
Nicholas Padilla
0e2750fe9a Problem with jls-grok missing a namespace file, upgraded to 0.10.5 and
it is now fixed.
2012-02-08 15:56:04 -07:00
Jordan Sissel
3facad9e4d - bump cabin 2012-02-07 02:14:01 -08:00
Jordan Sissel
5424b3f6af - Update cabin
- Use proper way to say "jruby only" in bundler-speak
2012-02-07 01:36:52 -08:00
Jordan Sissel
2a37a0fccb - bump cabin version 2012-02-06 20:39:56 -08:00
John E. Vincent
27b56e0650 fixing broken cabin dep 2012-02-06 13:07:03 -05:00
Jordan Sissel
e9d9f0ad76 - first hack at metrics. TCP input now counts how many events it reads.
- agent now every few seconds logs all current metrics.

This will get cooler once jls-grok and other libraries (which use cabin)
start using metrics.
2012-02-05 01:12:51 -08:00
Jordan Sissel
653fbb8320 - bump cabin for logger.metrics 2012-02-05 00:25:34 -08:00
Jordan Sissel
dfc5bfc42e - update cabin for metrics 2012-02-05 00:08:26 -08:00
Jordan Sissel
c528e6d29c - bump filewatch to fix LOGSTASH-351 and LOGSTASH-349 2012-02-03 14:02:48 -08:00
Jordan Sissel
ba5edc00b2 - bump cabin 2012-02-03 13:47:58 -08:00
Jordan Sissel
a5d0bfea01 - add note about filewatch 2012-01-26 14:33:38 -08:00
Jordan Sissel
8ef1241c6b - Update jls-grok to remove that stupid rubygems YAML bug
- Remove ruby-debug since it doesn't work in ruby 1.9 and I don't care
  about it right now.
2012-01-24 21:54:57 -05:00
Jordan Sissel
7468b8e229 - remove ruby-debug since it doesn'tw ork in ruby 1.9 anyway 2012-01-24 20:47:59 -05:00
Pete Fritchman
9d4be968c9 bring in filewatch 0.3.2 2012-01-02 11:58:15 -05:00
Pete Fritchman
2bae0499b2 update cabin to match jls-grok req, and re-gen Gemfile.lock 2011-12-20 08:35:49 -08:00
Jordan Sissel
d9ed1bea91 - Fixed LOGSTASH-226 in ruby-grok 0.9.4 2011-12-17 15:25:36 -08:00
John E. Vincent
319c90d0e7 fixing gelf input. remove timestamp. bump gelfd ver
Signed-off-by: John E. Vincent <lusis.org+github.com@gmail.com>
2011-11-10 22:03:20 -05:00
Jordan Sissel
8bade5da2f - clean up lots of tests
- 'syntax check' test now loads it into ruby instead of using
  system("ruby -c ... ")
- generalized the plugin_path testing improvements by crankycoder
  to run the main test suite as well.
2011-10-28 01:12:40 -07:00