Jordan Sissel
5d4cfd4bb7
- fix ES defaults
2011-04-19 04:18:49 -07:00
Jordan Sissel
6bb6ed3cc0
- use correct argument
2011-04-19 04:15:34 -07:00
Jordan Sissel
657128a1b6
Fix ES::Client usage
2011-04-19 04:01:31 -07:00
Jordan Sissel
b51251cbbb
Downgrade jruby
2011-04-19 04:01:23 -07:00
Jordan Sissel
b04304d440
Add logging
2011-04-19 03:57:49 -07:00
Jordan Sissel
3f56b3d848
- Add address and port configs for output elasticsearch
2011-04-19 03:55:22 -07:00
Jordan Sissel
ed26166a4e
todo
2011-04-19 03:55:13 -07:00
Jordan Sissel
364cc66960
awesome_print
2011-04-19 03:55:02 -07:00
Jordan Sissel
acd8ff575c
- fix controller splitting
2011-04-19 03:54:43 -07:00
Jordan Sissel
90a5e5aa3d
- add LogStash::Web to namespace
2011-04-19 01:27:54 -07:00
Jordan Sissel
b82f98f3bb
- fix graph histogram tuning
2011-04-19 01:27:40 -07:00
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