Jordan Sissel
b6b43df7f5
- add async/sync support to LogStash::Search::ElasticSearch#histogram
2011-04-19 01:27:01 -07:00
Jordan Sissel
b1328b5258
- hackishly factor out web parts into separate files.
...
This makes unsettling use of Kernel#eval(File.new(somepath).read, ...)
:(
2011-04-19 01:13:31 -07:00
Jordan Sissel
aa4c5342d4
- Add %{+TIMEFORMAT} support for sprintf.
2011-04-18 21:42:36 -07:00
Jordan Sissel
d668584f34
- upgrade jruby
2011-04-18 20:13:31 -07:00
Jordan Sissel
63854c0e21
- update gemfile lock
2011-04-18 19:53:15 -07:00
Jordan Sissel
57f3699e0e
moved
2011-04-18 19:53:08 -07:00
Jordan Sissel
1ddb988b25
- work around https://github.com/matadon/mizuno/issues/9
2011-04-18 10:45:57 -07:00
Jordan Sissel
5ed9f042f4
update reqs
2011-04-12 19:11:43 -07:00
Jordan Sissel
0898e9f0ea
- fix watching bug
...
- use Logger
2011-04-12 19:08:50 -07:00
Jordan Sissel
602f406734
- Up required version of filewatch
...
- File glob tailing works.
2011-04-12 18:33:50 -07:00
Jordan Sissel
81d613c1ca
- More filewatch support - now uses tailglob
2011-04-12 17:40:23 -07:00
Jordan Sissel
f19e783d7f
- more filewatch
2011-04-12 17:40:08 -07:00
Jordan Sissel
1afe27394c
- Optional priority/facility/whatever crap
...
- Optional hostname. Fixes https://github.com/logstash/logstash/issues/6
2011-04-10 19:55:44 -07:00
Jordan Sissel
8dccdf4b46
- remove ap
2011-04-10 17:58:16 -07:00
Jordan Sissel
cf7bcdcddb
- add rubygems to the agent runner entry point
2011-04-09 02:49:04 -07:00
Jordan Sissel
1a1a3c6000
- Add pretty-printing. Doesn't actually work all that well.
2011-04-09 02:48:49 -07:00
Jordan Sissel
74aad9d5da
- Allow multiple formats for the same field, like this:
...
fieldfoo => [ "format1", "format2" ]
also valid:
fieldfoo => "format1"
fieldfoo => "format2"
This is necessary because syslog dates are stupid and Joda can't parse
them without help. Here is what I needed to do:
date {
type => "linux-syslog"
timestamp => "MMM d HH:mm:ss"
timestamp => "MMM dd HH:mm:ss"
}
2011-04-09 02:47:31 -07:00
Jordan Sissel
6aae816902
use to_json properly
2011-04-09 02:47:00 -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
17575b4fde
- add note about non-function
2011-04-09 02:02:18 -07:00
Jordan Sissel
9ee8333441
- add Gemfile.lock
2011-04-09 02:01:13 -07:00
Jordan Sissel
0a7a1ceb6c
- monolithic jar can now run tests, web, and agent. Booyah.
2011-04-09 01:58:33 -07:00
Jordan Sissel
6335bb08ad
- rename test runner for easier launching from the jar.
2011-04-09 01:58:13 -07:00
Jordan Sissel
3f1406f03c
- fix up the logstash runner (for jar running)
...
- remove references to rubygem
2011-04-09 01:57:17 -07:00
Jordan Sissel
6e861187b9
- use logstash.runner as the main of the jar file
2011-04-07 19:09:31 -07:00
Jordan Sissel
db46c2dd50
- add runner
2011-04-07 19:08:26 -07:00
Jordan Sissel
c48fe7991f
- make the twitter input work again
2011-04-07 18:42:01 -07:00
Jordan Sissel
f76c88a1ad
- fix broken tests
2011-04-07 17:25:51 -07:00
Jordan Sissel
b6eeb0e905
- include . in RUBYLIB
2011-04-07 10:30:36 -07:00
Jordan Sissel
fcce185e18
- More config doc and related cleanup
2011-04-07 10:30:19 -07:00
Jordan Sissel
6580721103
- config docs
2011-04-07 10:02:13 -07:00
Jordan Sissel
ffb905a64d
- more config docs and related improvements
2011-04-07 09:58:53 -07:00
Jordan Sissel
86422d6966
- Add config docs
...
- add more defaults and clean up any unnecessary initialize methods
2011-04-07 09:26:51 -07:00
Jordan Sissel
f29e1acd41
Merge branch 'master-gelf-fixes' of https://github.com/lusis/logstash into lusis-master-gelf-fixes
2011-04-07 01:02:17 -07:00
Jordan Sissel
c01e1b57ad
- more docgen improvement
2011-04-07 00:50:38 -07:00
Jordan Sissel
1519450cf9
- improve markdown generation
2011-04-07 00:45:46 -07:00
Jordan Sissel
28175422c8
add doc comment
2011-04-07 00:45:37 -07:00
Jordan Sissel
5e1b40c78f
- Add config docs
2011-04-07 00:45:21 -07:00
Jordan Sissel
6a28e92dad
- generate in format markdown
2011-04-07 00:25:17 -07:00
Jordan Sissel
06a353fc87
- more docgen
2011-04-07 00:06:58 -07:00
Jordan Sissel
01d1d594c1
- Allow setting config default values
2011-04-07 00:04:21 -07:00
Jordan Sissel
1471db8633
- Got it parsing a single plugin and emitting the config description.
2011-04-06 17:32:20 -07:00
Jordan Sissel
ad9f40b7d3
- start hacking on a doc generator
2011-04-06 17:02:14 -07:00
John E. Vincent
61f1bdb2e0
fixing notify call so opts will be passed
2011-04-06 15:38:10 -04:00
Jordan Sissel
cb11e9ec5c
- add some example configs
2011-04-06 01:51:50 -07:00
Jordan Sissel
4d676dc28f
- Open a named pipe (fifo) in jruby with 'r+' not 'a' (otherwise you get
...
"illegal seek" exceptions
2011-04-06 01:51:23 -07:00
Jordan Sissel
cc211a29da
- update grep filter to work with new config + jrubyland
2011-04-06 01:51:11 -07:00
Jordan Sissel
b7d24943ea
- Try parsing a url when setting source
2011-04-06 01:50:58 -07:00
Jordan Sissel
0fafebd2c7
- fix up the nagios output
2011-04-06 01:24:09 -07:00