Commit graph

10955 commits

Author SHA1 Message Date
Jordan Sissel
17e37dd2ff - Add date and multiline filter tests using test/unit
- Remove old cucumber multiline test. Cucumber doesn't fit me well.
  Maybe later.
2010-11-24 02:14:33 -08:00
Jordan Sissel
99791282b4 - Enhance testability 2010-11-24 02:14:17 -08:00
Jordan Sissel
2a1bd53121 - Fix a bug in iso8601 formatting found by tests 2010-11-24 02:13:57 -08:00
Jordan Sissel
53861618a9 Add runner 2010-11-24 01:07:03 -08:00
Jordan Sissel
2c02a5fbb5 - fix runner 2010-11-24 01:04:18 -08:00
Jordan Sissel
17219db8ea - Add syntax test 2010-11-23 14:03:32 -08:00
Jordan Sissel
9c2008bc1e - fix syntax 2010-11-23 13:45:54 -08:00
Jordan Sissel
5cb19a59d4 - Add backport monkeypatches for String#start_with? 2010-11-23 13:37:15 -08:00
Jordan Sissel
03068fcaf3 Merge branch 'master' of github.com:jordansissel/logstash 2010-11-23 11:27:23 -08:00
Jordan Sissel
3852f653a7 - Add more clear message about logging and awesome_print 2010-11-23 11:16:36 -08:00
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