Michael Zaccari
9773daa208
Update indexer example to user rabbitmq
2013-01-28 23:12:11 -05:00
Michael Zaccari
0765674f97
Update elasticsearch river conf example to use rabbitmq
2013-01-28 23:11:48 -05:00
Michael Zaccari
24588d7dec
Change amqp -> rabbitmq in lgtm conf
2013-01-28 23:11:12 -05:00
wiibaa
7582582da0
Correcting grep config in nagios doc/example
2012-07-10 09:44:02 +02:00
John E. Vincent
85f63a885b
Brough docs current with AMQP changes. Added AMQP guide.
2012-01-16 01:30:20 -05:00
Pete Fritchman
796bdad0ed
sample elasticsearch_river usage
2012-01-05 01:06:35 -05:00
Pete Fritchman
8ac09df90b
LOGSTASH-207: add json filter to convert a json field to the actual json object representation
2011-12-31 22:10:52 -05:00
Jordan Sissel
c4b857f307
- add sample graphite usage
2011-08-17 01:40:01 -07:00
Jordan Sissel
90580469ec
- adde xample exec+split config
2011-08-17 01:08:04 -07:00
Jordan Sissel
a49f35c2f5
Add statsd/apache example
2011-07-23 23:51:54 -07:00
Pete Fritchman
9c36df44ec
sample config for json/message_format input data
2011-05-20 23:36:02 -07:00
Pete Fritchman
43a3360aab
add example groktest config
2011-05-20 03:20:01 -07:00
Jordan Sissel
a79dbabdd3
- remove old yaml configs
2011-05-08 17:40:28 -07:00
Jordan Sissel
050a7456a9
- remove old and invalid stuff
2011-04-24 23:58:47 -07:00
Jordan Sissel
57f3699e0e
moved
2011-04-18 19:53:08 -07:00
Jordan Sissel
1e0a1b958b
- Oops. Committed my api user's password. Changed and removed. Silly me.
2011-04-09 02:06:05 -07:00
Jordan Sissel
ffc0d6b923
- move stuff around
2011-04-09 02:03:22 -07:00
Jordan Sissel
cb11e9ec5c
- add some example configs
2011-04-06 01:51:50 -07:00
Jordan Sissel
c2e964b46f
- try deleting again
2011-03-23 23:43:32 -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
1a3a2550ed
- more packaging work
2011-03-22 19:15:11 -07:00
Jordan Sissel
6696246f9e
- remove non-example config
2011-03-19 00:26:36 -07:00
Jordan Sissel
b646d4d730
- disable debug in the example config
2011-02-27 02:17:38 -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
Pete Fritchman
52179666fa
cleanup and more sample configs
2011-02-21 20:23:14 -08:00
Pete Fritchman
fdfeec6f73
update amqp output
2011-02-21 14:20:43 -08:00
Pete Fritchman
270c7e4a1d
Merge remote branch 'origin/master'
2011-02-21 10:41:39 -08:00
Pete Fritchman
6d75615697
update tcp input
2011-02-21 10:40:52 -08:00
Jordan Sissel
073523a7d4
- use a format example
2011-02-21 01:09:38 -08:00
Pete Fritchman
3e5c62074c
support add_tag and add_field in filters/base
2011-02-20 23:26:34 -08:00
Pete Fritchman
f65d21bf38
* logstash -v sets debug loglevel, better passing of logger
...
* fix grok filters to keep one set of @@grokpiles per event type
* use a LogStash::File::Manager for watching globs and missing files
2011-02-20 20:57:45 -08:00
Pete Fritchman
f7f574340a
Merge remote branch 'origin/issue/17' into experimental/petef-jruby
...
Conflicts:
lib/logstash/inputs/file.rb
2011-02-20 13:36:41 -08:00
Jordan Sissel
071a0e0242
- fix grammar build
...
- Add Config mixin instance method 'config_init' which performs
validation and sets instance variable values.
If you define a config value like this:
config :pants => :boolean
You can expect to do this in the config file:
pants => true
And have this in your class:
@pants # == true or false
2011-02-20 03:48:17 -08:00
Jordan Sissel
99b182645b
- the 'lgtm' config now passes validation.
...
- Added enum support to the config, like this:
config :mykey => ["value1", "value2", ...]
- Added simple value validation (:string, :number, :boolean)
- Added value coersion so :number would actually set a proper value of
type number in the parameter hash.
2011-02-20 03:26:33 -08:00
Jordan Sissel
9b09652bdd
- Dynamically load plugins based on data from the config file.
...
- Add prototype of validation to the config dsl
2011-02-20 02:45:30 -08:00
Pete Fritchman
49e41e6712
fix merge-o
2011-02-19 19:28:06 -08:00
Pete Fritchman
2c24c35dfd
merge issue/17 branch
2011-02-19 19:08:15 -08:00
Pete Fritchman
c081a9eec7
first cut at jruby/threaded logstash
2011-02-16 11:41:48 -08:00
Pete Fritchman
5bd23ceca3
grok filter (using latest jls-grok with ffi) works now
2011-02-14 01:04:45 -08:00
Pete Fritchman
df8de8b155
first cut at jruby/threaded logstash
2011-02-13 16:25:22 -08:00
Jordan Sissel
076fd2500e
- Updated init script from vvuksan
2010-12-08 12:58:16 -08:00
Jordan Sissel
fde7636351
- Add init script from vvuksan
2010-12-08 11:51:38 -08:00
Jordan Sissel
e91597c796
- Don't use grokdiscovery, it breaks sometimes.
2010-12-08 11:12:34 -08:00
Jordan Sissel
0a1d1b1f48
Merge branch 'master' of https://github.com/fetep/logstash into fetep-pull/4
2010-12-07 16:32:35 -08:00
Jordan Sissel
efad569f6b
- Revert standalone changes
2010-12-07 11:22:52 -08:00
Jordan Sissel
1aa5365e40
- Add '-d' (daemonize)
...
- Add '-l LOGFILE' (log to a file instead of STDOUT)
- Give the agent's logger to each input/output/filter.
2010-12-07 11:18:39 -08:00
Jordan Sissel
30084928ee
Merge branch 'feature/stomp' of https://github.com/masterzen/logstash into masterzen-pull/3
2010-12-06 12:48:26 -08:00
Brice Figureau
cb0564d19a
Add Stomp input & output plugin to logstash
...
Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2010-12-06 19:15:43 +01:00
pete fritchman
b56effe6ca
add nagios output plugin (reports passive service states via command file) and example config
2010-12-04 18:09:09 -08:00
Pete Fritchman
af2fe853da
fix syntax of example configs (inputs need a tag)
2010-12-04 12:21:34 -05:00