Commit graph

3725 commits

Author SHA1 Message Date
Jordan Sissel
256f8b9d3b - Add twitter stream input. Usage:
twitter://user:pass@twitter/?track=python,ruby,perl

  The user:pass should be a valid twitter account user and password.
  It is often best to create a separate account for this api so you
  protect your other twitter credentials.

  The 'host' portion of the url is ignored, though in the future perhaps
  we should allow it to go through proxies?
  The 'path' portion is also ignored.
2010-12-25 20:01:27 -08:00
Jordan Sissel
3567c970ea - All inputs now get @urlopts for url params 2010-12-25 20:01:08 -08:00
Jordan Sissel
7aaa9a200c indicate purpose of 2010-12-23 03:15:12 -08:00
Jordan Sissel
b00cbd8805 - Set a global when we do LogStash::Agent#stop so we can skip steps like
reconnections, etc.
2010-12-23 03:03:11 -08:00
Jordan Sissel
2494ea6d67 - Add inputs/stomp test
- Add necessary changes to LogStash::Stomp::Handler to allow for testing
  and for using that class as a stomp client without subscriptions.
2010-12-23 02:55:46 -08:00
Jordan Sissel
4883264ec9 - Ignore javascript search calls if we don't have a query
- Make /search support html, text, or json responses via
  ?format=(html|json|txt|text) - default is html.
- If see "No query given" even after we have query, we'll update it to
  say "Loading query ...."
2010-12-22 18:55:45 -08:00
Jordan Sissel
b0cdd55aa0 - If we arrive with no location hash, try to take url parameters as the
query arguments.
2010-12-22 17:22:48 -08:00
Jordan Sissel
71ce64cf16 - Log to STDERR, but redirect STDERR/STDOUT according to the log
settings.
2010-12-22 17:18:19 -08:00
Jordan Sissel
a4a4490baf - Add daemonize and logfile flags support to logstash-web. 2010-12-22 16:16:15 -08:00
Jordan Sissel
0a1d1b1f48 Merge branch 'master' of https://github.com/fetep/logstash into fetep-pull/4 2010-12-07 16:32:35 -08:00
Jordan Sissel
1aa5365e40 - Add '-d' (daemonize)
- Add '-l LOGFILE' (log to a file instead of STDOUT)
- Give the agent's logger to each input/output/filter.
2010-12-07 11:18:39 -08:00
Jordan Sissel
30084928ee Merge branch 'feature/stomp' of https://github.com/masterzen/logstash into masterzen-pull/3 2010-12-06 12:48:26 -08:00
Jordan Sissel
3ab88aa860 - Set default port to 3232 (what logstash-web points at)
- Set the url host/port to default so when we log the url it is more
  obvious what is going on.
2010-12-06 11:47:46 -08:00
Brice Figureau
cb0564d19a Add Stomp input & output plugin to logstash
Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2010-12-06 19:15:43 +01:00
pete fritchman
b56effe6ca add nagios output plugin (reports passive service states via command file) and example config 2010-12-04 18:09:09 -08:00
pete fritchman
e0594f73c1 two grep filter bugfixes
- if we receive a message with an unknown type, drop it
- break on first match if there are multiple values (faster & keeps match_count right)
2010-12-04 17:58:30 -08:00
pete fritchman
f2d5258115 limit begin block to just parsing the received message, not handling the event 2010-12-04 17:57:19 -08:00
pete fritchman
e58aff5095 better exception logging in the beanstalk input 2010-12-04 17:55:12 -08:00
Pete Fritchman
9ebc0874ea add beanstalk input & output 2010-12-04 12:27:24 -05:00
Pete Fritchman
d9cd132dd8 don't complain about parsing errors on empty fields 2010-12-03 23:00:28 -05:00
Pete Fritchman
0b23d59e87 add a grep filter:
- drops messages that don't match
  - can add values to fields on match
  - can add tags on match
2010-12-03 22:36:50 -05:00
vvuksan
08ddfdccb1 Add clear button and change label on Submit 2010-11-30 09:07:52 -05:00
Jordan Sissel
85954c4320 - Small logging changes 2010-11-29 15:36:58 -08:00
Jordan Sissel
ca10d8a635 - require 'date' 2010-11-29 15:14:50 -08:00
Jordan Sissel
632baa61cf - Fix the websocket ui 2010-11-24 15:25:45 -08:00
Jordan Sissel
d2854e95fd - When receiving SIGUSR1, dump config and object space counts (by class)
to the logger
2010-11-24 02:45:27 -08:00
Jordan Sissel
c9d748885e - Move add_config into Filters::Base
- Fix multiline tests
2010-11-24 02:22:50 -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
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
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
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