25
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- In case we are using globs, replace the path in the file url with whatever EM::FileTail says it is. More... about 14 years ago
remove unused More... about 14 years ago
- 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). More... about 14 years ago
- log grokpile stuff More... about 14 years ago
forgot to check this in (fixes queue naming) More... about 14 years ago
- 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. More... about 14 years ago
- Add output amqp logging More... about 14 years ago
- Add input logging More... about 14 years ago
- add proper setters More... about 14 years ago
- update gemspec More... about 14 years ago
remove ap More... about 14 years ago
- remove 'ap' More... about 14 years ago
[no comment] More... about 14 years ago
- Add some nagios patterns More... about 14 years ago
- Add grokdiscovery example More... about 14 years ago
- Add support for iso8601 timestamps in syslog messages More... about 14 years ago
- make grokdiscovery work More... about 14 years ago
- Add grokdiscovery More... about 14 years ago
- use DateTime.parse to ensure any ISO8601 format dates rae in our common format. This may not be necessary in the long run. More... about 14 years ago
- Degrade-without-dying if we don't have awesome_print More... about 14 years ago
- Allow easy specification of ISO8601 format More... about 14 years ago
- Add all patterns found More... about 14 years ago
add support for streaming logs to elasticsearch via a "rabbitmq river". we have to PUT a json config to the elasticsearch HTTP API to tell it where to look, then we use our amqp output to send bulk-data style index messages to elasticsearch. The ES side does bulk-queueing for us. More... over 14 years ago
move CGI include around to proper place More... over 14 years ago
- parse query string on output URLs for additional options - amqp now properly supports "queue" type (and in general, works now) - amqp supports durable queues (?durable=1) - added amqp#receive_raw for publishing a string directly More... over 14 years ago
automatically include the right lib dir More... over 14 years ago
- Make TZ in DATESTAMP_OTHER optional - Add more debugging to filters/grok to make it easier to see pattern compile problems. - Add percentage progress to rate.sh (for tracking long imports on logstash) - Add content-type to the webserver - Update to web interface to use new @-prefixed notation (@message, etc) More... over 14 years ago
[no comment] More... over 14 years ago
- Only push events to websockets when we have subscribers More... over 14 years ago
- Add script to hackily check for progress on a long import. More... over 14 years ago