Commit graph

10645 commits

Author SHA1 Message Date
Jordan Sissel
cb27d5939b - Add websockets example 2010-11-23 11:16:15 -08:00
Jordan Sissel
22e5af6fee Merge branch 'master' of github.com:jordansissel/logstash 2010-11-22 15:17:52 -08:00
Jordan Sissel
b4612db070 - Skip empty fields 2010-11-22 15:17:45 -08:00
Jordan Sissel
b66853b920 - Style fix 2010-11-21 17:05:40 -08:00
Jordan Sissel
a6eca76e2a - Add example agent in ruby 2010-11-21 02:36:29 -08:00
Jordan Sissel
3dca9e22c9 - Some small changes to make it easier for testing
- Improve logging from input/output registration
- Add additional way to put logstash in debug: set LOGSTASH_DEBUG in env
- Add tcp output. Writes json-encoded messages
2010-11-21 02:30:47 -08:00
Jordan Sissel
9aa551be74 - Add internal inputs for ruby-driven agents. Also needed for testing. 2010-11-21 01:45:30 -08:00
Jordan Sissel
daefbe986d - Add error bubbling. Search problems now display to the user. 2010-11-21 08:22:09 +00:00
jls
6714ab1036 - Add 'first' and 'last' links 2010-11-21 07:56:43 +00:00
Jordan Sissel
27d3c68ade - label anonymization hack for easy finding later 2010-11-20 10:47:29 +00:00
Jordan Sissel
0a69e6a3c7 - Support array field values. Each value becomes a clickable
modifier when drilling into logs.
2010-11-20 10:43:28 +00:00
Jordan Sissel
93434a7171 - Fix event appending. 2010-11-20 10:33:02 +00:00
Jordan Sissel
fd05fccca6 - Fix 'next' and 'prev' button breaking the search query
- Fix display bug found due to multiline support being added
2010-11-20 10:16:41 +00:00
Jordan Sissel
093d02541b Log registration 2010-11-20 10:16:25 +00:00
Jordan Sissel
03ba706635 - Add tag 'multiline' if an event is successfully parsed as a multiline
message.
2010-11-20 10:15:55 +00:00
Jordan Sissel
eba5264077 - Add multiline and java stack trace parsing 2010-11-20 10:13:10 +00:00
Jordan Sissel
fc885e819c - Update java patterns to work properly (tested with actual stack
traces)
2010-11-20 10:12:44 +00:00
Jordan Sissel
d34c4b8358 - Add java patterns 2010-11-20 01:58:34 -08:00
Jordan Sissel
bf1dca75fa - Add tests for filters/multiline 2010-11-20 01:07:54 -08:00
Jordan Sissel
9dd7958fbc - fix up style 2010-11-20 07:58:07 +00:00
Jordan Sissel
928e72a690 - Allow events to override another (needed for multiline) 2010-11-20 03:36:55 +00:00
Jordan Sissel
35529dcd8f - Add stub for multiline support 2010-11-20 03:36:43 +00:00
Jordan Sissel
76c4e7e402 - use correct class for message 2010-11-20 02:56:29 +00:00
Jordan Sissel
8aa6df0387 - don't anonymize results 2010-11-19 18:51:46 -08:00
Jordan Sissel
cfe75ec2de - Hide table if there are no results 2010-11-19 18:14:58 -08:00
Jordan Sissel
8ee6a23fe3 Merge branch 'master' of github.com:jordansissel/logstash 2010-11-19 18:14:25 -08:00
Jordan Sissel
82373a9f87 - mongomapper barfs if the key has a '@' in it 2010-11-19 18:14:11 -08:00
jls
55ac2f3ce5 - Fix click-highlighting (broken after moving from ul to table) 2010-11-20 02:00:40 +00:00
jls
e9b1797395 - Use a table output instead of a html list. 2010-11-20 01:53:29 +00:00
Jordan Sissel
cf8916c1e2 - use @source_host and @source_path now 2010-11-18 14:17:40 -08:00
Jordan Sissel
1b65bcc310 - Set source url with the accessor, not from the hash. 2010-11-18 13:44:34 -08:00
Jordan Sissel
9c68e35548 - Use @source_host and @source_path 2010-11-18 13:04:31 -08:00
Jordan Sissel
2f60cdb558 - Better support for URI sources. Will set @source, @host, and @path 2010-11-18 13:03:42 -08:00
Jordan Sissel
081a9a7282 - build logstash-lite 2010-11-18 08:30:37 -08:00
Jordan Sissel
597a89a7e8 - Find patterns based on relative pathing of the file 2010-11-18 08:27:16 -08:00
Jordan Sissel
3b2395f372 - Add 'lite' package with no deps. This lets you install logstash
anywhere you control the dependencies you need based on the feature
you use.
2010-11-18 08:25:22 -08:00
Jordan Sissel
d4aa9878a5 - No space between PRI and TIMESTAMP (RFCI3164) 2010-11-18 01:09:58 -08:00
Jordan Sissel
8aea20cc2a - Fix versioning now that we're on git. Bump minor due to versioning
changes.
2010-11-18 01:01:19 -08:00
Jordan Sissel
cd4f6fa276 - Set pri=13 for unknown message formats per RFC3164
- add comments/style
2010-11-18 01:00:00 -08:00
Jordan Sissel
b4a0dfeb4e style 2010-11-18 00:55:35 -08:00
Jordan Sissel
42b7333b04 - Add tcp input; tcp://listenip:port/
Specify 0.0.0.0 for listenip if you want to listen on all interfaces.
2010-11-18 00:06:06 -08:00
Jordan Sissel
ddb94e5012 - Add brief style guide 2010-11-17 23:57:51 -08:00
Jordan Sissel
fe06a4ba54 style fix 2010-11-17 23:46:49 -08:00
Jordan Sissel
6ebe1e4f0e Add basic config validation 2010-11-17 23:46:14 -08:00
Jordan Sissel
8d98999139 - Add ignores 2010-11-17 23:45:50 -08:00
Jordan Sissel
f22e259ab7 - fix comment 2010-11-17 21:42:07 +00:00
Jordan Sissel
36235e24f7 - Add gelf/graylog output example 2010-11-17 20:31:16 +00:00
Jordan Sissel
9decdf7f03 - Add fields and timestamp from to gelf 2010-11-17 20:29:21 +00:00
Jordan Sissel
9fdbe250a2 - Add GELF output for graylog2: see http://www.graylog2.org/about/gelf 2010-11-17 20:11:31 +00:00
Jordan Sissel
e527c230aa - don't log the search result
- fix the 'prev' link to activate correctly
2010-11-17 03:05:02 +00:00