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
|
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
|
597a89a7e8
|
- Find patterns based on relative pathing of the file
|
2010-11-18 08:27:16 -08:00 |
|
Jordan Sissel
|
d4aa9878a5
|
- No space between PRI and TIMESTAMP (RFCI3164)
|
2010-11-18 01:09:58 -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
|
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
|
f22e259ab7
|
- fix comment
|
2010-11-17 21:42:07 +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
|
9636f7fc42
|
- Add views location
|
2010-11-16 03:42:25 +00:00 |
|
Jordan Sissel
|
052f62c966
|
- Move web to lib/logstash/web
|
2010-11-16 03:38:44 +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
|
a56a9325e2
|
- remove superfluous line
|
2010-11-13 11:26:21 +00:00 |
|
Jordan Sissel
|
e91677e724
|
- Fix sneaky bug where we would accidentally connect our amqp to localhost
rather than the one we specified.
|
2010-11-13 11:24:56 +00:00 |
|
Jordan Sissel
|
280b8f1bfe
|
- fix logging
|
2010-11-13 11:16:53 +00:00 |
|
Jordan Sissel
|
8bc2a55a27
|
- use Enumerable#detect instead of Enumerable.select{}[0]
- don't use self.send
|
2010-11-13 00:01:55 +00:00 |
|
Jordan Sissel
|
e5b829fe05
|
- Don't use self.send
- Add helpful comments
|
2010-11-12 23:13:08 +00:00 |
|
Jordan Sissel
|
d8e5bfaca5
|
- In case we are using globs, replace the path in the file url with whatever
EM::FileTail says it is.
|
2010-11-12 04:06:56 +00:00 |
|
Jordan Sissel
|
513df922c5
|
- For sanity in chaining, we should not override an event.type if we already
have one (for example, if we get an event over amqp, we should not override the
type).
|
2010-11-12 03:47:52 +00:00 |
|
Jordan Sissel
|
16ad0f80f7
|
- log grokpile stuff
|
2010-11-11 09:03:01 +00:00 |
|
Jordan Sissel
|
1213d77d94
|
forgot to check this in (fixes queue naming)
|
2010-11-11 09:02:35 +00:00 |
|
Jordan Sissel
|
75910bb656
|
- unify input/output for amqp. This fixes a bug where we amqp:///topic/foo
would register a topic as "/topic/foo" for outputs but "foo" for inputs.
|
2010-11-11 08:20:13 +00:00 |
|
Jordan Sissel
|
7f4b1192f8
|
- Add output amqp logging
|
2010-11-11 08:15:28 +00:00 |
|
Jordan Sissel
|
253df23b57
|
- Add input logging
|
2010-11-11 08:13:04 +00:00 |
|
Jordan Sissel
|
3c9c38e55e
|
- add proper setters
|
2010-11-11 08:06:03 +00:00 |
|
Jordan Sissel
|
955773f4ff
|
- make grokdiscovery work
|
2010-11-09 10:19:38 +00:00 |
|
Jordan Sissel
|
ca568c0437
|
- Add grokdiscovery
|
2010-11-09 10:11:28 +00:00 |
|
Jordan Sissel
|
37488a44fc
|
- use DateTime.parse to ensure any ISO8601 format dates rae in our common
format. This may not be necessary in the long run.
|
2010-11-09 09:58:28 +00:00 |
|
Jordan Sissel
|
5a8a350ef3
|
- Degrade-without-dying if we don't have awesome_print
|
2010-11-09 09:50:29 +00:00 |
|