Commit graph

10822 commits

Author SHA1 Message Date
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
Jordan Sissel
33303f8270 - add pointer about the query syntax being similar to Lucene's QueryParser 2010-11-17 02:56:35 +00:00
Jordan Sissel
27bacd80b4 - Remove console.log uses 2010-11-16 18:17:21 +00:00
Jordan Sissel
a8ce21e753 - Support prev and next links in search 2010-11-16 09:50:10 +00:00
Jordan Sissel
2e416f34cb - Add gem 'thin' 2010-11-16 07:24:05 +00:00
Jordan Sissel
9c335345ff - update description 2010-11-16 07:20:42 +00:00
Jordan Sissel
625c7a7a7c - Add em-http-request 2010-11-16 07:19:17 +00:00
Jordan Sissel
9636f7fc42 - Add views location 2010-11-16 03:42:25 +00:00
Jordan Sissel
0de0c38955 - Add logstash-web to executables 2010-11-16 03:39:13 +00:00
Jordan Sissel
052f62c966 - Move web to lib/logstash/web 2010-11-16 03:38:44 +00:00
Jordan Sissel
37d03a082c - Add everything but jls-grok 2010-11-16 03:09:14 +00:00
Jordan Sissel
28ec9ac593 - Add test directory 2010-11-15 02:45:24 +00:00
Jordan Sissel
d3e9f3e365 - Use the river. 2010-11-15 02:35:32 +00:00
Jordan Sissel
22addb876d - The previous river was storing everything as { type => event } which made the search results funny. 2010-11-15 02:35:21 +00:00
Jordan Sissel
4d9d91335c - Set result counts/etc for the template 2010-11-14 11:48:04 +00:00
Jordan Sissel
5c5049996d - fix hostname munging 2010-11-14 11:47:44 +00:00
Jordan Sissel
0838a8bbe7 - Add result counts, prep for paging 2010-11-14 11:47:17 +00:00
Jordan Sissel
5d6977d05f - Anonymize search results by replacing known hostname patterns. 2010-11-14 11:31:55 +00:00
Jordan Sissel
d3843d19ef - Move the search form to the top in all pages.
- Support clicking on the graph to zoom the search to that time period
- Remove 'AND' appending (we default to 'AND' now)
2010-11-14 11:24:28 +00:00
Jordan Sissel
f25e50c557 - set default operator to AND, not OR 2010-11-14 10:53:45 +00:00
Jordan Sissel
abc84f3218 - Add graph support 2010-11-14 10:31:22 +00:00
Jordan Sissel
3ef8495024 - Put things in a 'logstash' scope and expose it via window.logstash for others. 2010-11-14 10:31:12 +00:00
Jordan Sissel
dc33a684a4 Add size to the visual plot 2010-11-14 10:13:28 +00:00
Jordan Sissel
fc34c485d6 Add flot 2010-11-14 10:13:12 +00:00