Piotr Usewicz
9d2ab40d44
Add options to set host and port
2011-01-25 16:14:39 +00:00
Jordan Sissel
f0452eafe9
- specify version dep for amqp as 0.6.5+ and < 0.7.0, since 0.7.0 has
...
some api changes that break us. Will revisit later.
2011-01-25 00:58:31 -08:00
Tello, Inc
36f53a60fc
Merge branch 'master' of github.com:startupseven/logstash
2011-01-24 21:23:39 +00:00
Tello, Inc
80a3248f90
Don't treat empty string the same as nil when performing negate grep matching
2011-01-24 21:23:30 +00:00
Ryan Ausanka-Crues
1a6f47e641
Add additional needed gem to Gemfile
2011-01-23 14:25:40 -08:00
Ryan Ausanka-Crues
cd249aa5d0
Add test for 'negate' option with multiline
2011-01-23 14:25:21 -08:00
Ryan Ausanka-Crues
7cf157016f
Add gemfile and rvm support to make it easier for developers to start working on logstash and run the tests
2011-01-23 14:05:47 -08:00
Ryan Ausanka-Crues
f48488d051
Add comments to explain 'negate' in multiline filters
2011-01-23 12:05:56 -08:00
Ryan Ausanka-Crues
7c67be2ba8
Fix negate changes to match what was actually working on the test box. Also improve logging to include negate status
2011-01-22 16:10:58 -08:00
Ryan Ausanka-Crues
b1701cb37d
Enable 'negate' modifier for multiline filter so that you can do more complex multi-line event matching
2011-01-22 16:08:21 -08:00
Jordan Sissel
63f06c17cc
- Add user/pass support for amqp output
...
http://code.google.com/p/logstash/issues/detail?id=23
2011-01-22 14:37:40 -08:00
Jordan Sissel
609fd3f39a
Extra type safety
2011-01-22 14:30:00 -08:00
ec2
c09d5e2021
Add new grok pattern for matching dates like 'Wed Dec 08 19:57:42 -0800 2010' which are found in rails logs
2011-01-22 09:56:59 +00:00
ec2
d1013465b9
Change event '[]' method to check @data (not just @data[@fields]) if the key starts with '@' so that grep filtering can match standard parse values
2011-01-22 09:53:31 +00:00
ec2
b1ed54d286
Fix logstash crash caused by using @logging instead of @logger
2011-01-22 09:48:29 +00:00
Jordan Sissel
67dd24c81c
- ruby 1.9.x and other RUBYLIB ($:) fixes
2011-01-20 15:47:27 -08:00
Jordan Sissel
de2a6c3f06
- Add fix for ruby 1.9.x
2011-01-17 23:55:56 -08:00
Jordan Sissel
0266d59a7c
- Backport Ruby 1.8.7 Regexp.union([array]) so Rack 1.2.1 works in Ruby
...
<= 1.8.6. This should fix issue
http://code.google.com/p/logstash/issues/detail?id=5
Tested in rvm with:
'rvm 1.8.6 exec bin/logstash-web'
2011-01-17 22:43:40 -08:00
Jordan Sissel
b8cdd9c088
- Add adulau for his fix in pull/5
2011-01-13 16:09:13 -08:00
Jordan Sissel
85644f39d8
- Fix for ruby 1.9.x (via pull/5).
2011-01-13 16:06:47 -08:00
Jordan Sissel
3406d15eea
- Fix the default suggested query
2011-01-11 10:21:05 -08:00
Jordan Sissel
04f04b91b1
- Add stdin:/// input
2011-01-11 10:20:46 -08:00
Jordan Sissel
48dd338c59
- Add 'negate' support to grep filter
...
- Add documentation for grep
2011-01-11 09:49:48 -08:00
Jordan Sissel
45d69beb22
- One final fix to this elasticsearch index type mapping hack. There's a
...
real fix, but I don't know what it is yet (need to talk with the ES
folks)
2011-01-10 21:57:03 -08:00
Jordan Sissel
6608e2a97e
Merge branch 'master' of github.com:logstash/logstash
...
Conflicts:
lib/logstash/outputs/elasticsearch.rb
2011-01-10 21:45:28 -08:00
Jordan Sissel
d9d78927d8
- Try to work around some weird index type mapping bug/pebcak.
2011-01-10 21:38:55 -08:00
Jordan Sissel
5885c7156e
- more work trying to fix up the elasticsearch output
2011-01-07 23:51:41 -08:00
Jordan Sissel
4654755e7d
- Style cleanup. Tests still pass, so I probably didn't break anything ;)
2011-01-07 23:28:50 -08:00
Jordan Sissel
b88c1b5e3b
- Fix possible twitter stream api errors
...
- explicitly create indeces in ES
- fix default query
2011-01-07 16:28:31 -08:00
Jordan Sissel
46305a05c5
- make suggested query search for 'this week' rather than all time.
2011-01-05 12:12:43 -08:00
Jordan Sissel
80be042c24
- Add port support to amqp (and elasticsearch river)
2011-01-05 11:58:49 -08:00
Jordan Sissel
2ec791cda0
- increase debugability
2011-01-05 11:58:41 -08:00
Jordan Sissel
0dbc3231ae
- Skip empty strings
2011-01-05 11:58:13 -08:00
Jordan Sissel
de7bae0e24
- increase backoff reconnect from twitter
2011-01-05 11:57:48 -08:00
Jordan Sissel
4c3bd9e7f1
- Use JSON.parse, not eval()
...
- Don't fade at all anymore.
2010-12-28 17:17:36 -08:00
Jordan Sissel
99a0c37ede
- don't fade in, under high rates this causes browser to be unhappy.
2010-12-28 17:15:00 -08:00
Jordan Sissel
6052606ff2
- fix typo
2010-12-27 12:10:09 -08:00
Jordan Sissel
def6f44d2b
- Fix test runner
2010-12-26 21:01:42 -08:00
Jordan Sissel
9369af61b1
- set type and tags for twitter://
2010-12-25 20:06:01 -08:00
Jordan Sissel
a69cffc6a3
- Fix tests to start stompserver
2010-12-25 20:03:30 -08:00
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
aeab444611
add TODOs
2010-12-23 03:05:32 -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
1227c0b624
- Add more tests
2010-12-23 02:59:04 -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
0a7f793476
- Use random ports.
2010-12-23 02:55:35 -08:00
Jordan Sissel
b9793f3600
Merge branch 'master' of github.com:logstash/logstash
2010-12-23 01:57:49 -08:00
Jordan Sissel
06aeb47398
- Refactor test harness so to make writing logstash tests easier.
...
- Add inputs/syslog test
- Refactor inputs/file test
2010-12-23 01:56:48 -08:00