Jordan Sissel
|
392401e506
|
- version bump
|
2013-01-10 00:02:28 -08:00 |
|
Jordan Sissel
|
d721a8aac7
|
Update changelog
|
2013-01-10 00:01:51 -08:00 |
|
Jordan Sissel
|
3761978c14
|
- report the host/port that is related to EADDRINUSE (LOGSTASH-831)
|
2013-01-09 23:40:42 -08:00 |
|
Jordan Sissel
|
2d43825aea
|
- 1.1.8 hasn't been released yet
|
2013-01-09 23:20:05 -08:00 |
|
Jordan Sissel
|
0640935fd7
|
- fix bad 'source' url (LOGSTASH-821, #306)
|
2013-01-09 23:20:05 -08:00 |
|
Jordan Sissel
|
369fa3a18b
|
Merge pull request #308 from cnf/yearfix
Fixed year pattern.
|
2013-01-09 22:49:32 -08:00 |
|
Jordan Sissel
|
987359b997
|
- don't use "puts", use logger.debug (LOGSTASH-832)
|
2013-01-09 13:35:56 -08:00 |
|
Jordan Sissel
|
a3c976346a
|
-
|
2013-01-08 14:10:31 -08:00 |
|
Frank Rosquin
|
698baed405
|
Fixed year pattern.
Year was matching any digit, one or more times. This could lead to way
too eager matching.
Match years as either a group of 2, or a group of 4 digits.
|
2013-01-08 15:45:46 +01:00 |
|
Jordan Sissel
|
0116b285d9
|
Merge pull request #302 from paulczar/master
improve outputs / elasticsearch_river
|
2013-01-06 20:11:19 -08:00 |
|
Paul Czarkowski
|
0f02b81e49
|
Update CHANGELOG
|
2013-01-06 21:54:46 -06:00 |
|
Paul Czarkowski
|
3b26f909e8
|
updated changelist for fix for LOGSTASH-819
|
2013-01-06 21:54:05 -06:00 |
|
Paul Czarkowski
|
242ad4a8cc
|
Update lib/logstash/outputs/elasticsearch_river.rb
|
2013-01-06 16:55:33 -06:00 |
|
Jordan Sissel
|
834fb6abc0
|
Add File.expand_path monkeypatch for JRUBY-6970
|
2013-01-04 15:06:17 -08:00 |
|
Jordan Sissel
|
e1c9a78c59
|
Add test for LOGSTASH-820 support
|
2013-01-04 15:05:57 -08:00 |
|
Jordan Sissel
|
f1700b14a5
|
Remove todo that is done
|
2013-01-03 20:59:47 -08:00 |
|
Paul Czarkowski
|
ecc0a6905e
|
fixed index variable parsing
|
2013-01-03 22:52:12 -06:00 |
|
Jordan Sissel
|
25101c6ed0
|
Add sprintf tests
|
2013-01-03 20:08:08 -08:00 |
|
Jordan Sissel
|
f9cfb4ac30
|
- clean up style guide a bit
|
2013-01-03 17:23:36 -08:00 |
|
Jordan Sissel
|
c7d55597b4
|
note about LOGSTASH-801
|
2013-01-03 17:23:32 -08:00 |
|
Jordan Sissel
|
c935b73c29
|
- Move JRUBY-6970 workarounds into a separate file
- Add stripping of "jar:" prefix on OpenSSL ca_path and ca_file
settings. (Fixes LOGSTASH-801)
|
2013-01-03 15:30:50 -08:00 |
|
Jordan Sissel
|
47a8ace6a9
|
Fix path used to load the embedded geoip database (LOGSTASH-734)
|
2013-01-03 14:49:34 -08:00 |
|
Jordan Sissel
|
46712eb832
|
bump version to dev
|
2013-01-03 13:12:16 -08:00 |
|
Jordan Sissel
|
5999090639
|
.
|
2013-01-03 12:40:40 -08:00 |
|
Jordan Sissel
|
4c8a0735ee
|
- version bump
|
2013-01-03 12:06:00 -08:00 |
|
Jordan Sissel
|
f7d161fd2c
|
- update changelog
|
2013-01-03 12:05:43 -08:00 |
|
Jordan Sissel
|
f2de014cfe
|
- add test case for LOGSTASH-817
|
2013-01-03 12:02:04 -08:00 |
|
Jordan Sissel
|
8ac413a792
|
Use 'Interrupted' instead of IOError for interrupts
|
2013-01-03 12:02:00 -08:00 |
|
Jordan Sissel
|
313e78e200
|
- don't set the default for @source_host to false (Fixes LOGSTASH-817)
bug introduced in pull #231 (I should have seen this in testing)
|
2013-01-03 11:49:06 -08:00 |
|
Jordan Sissel
|
a98a8fa4bd
|
Merge branch 'shuffledef' of https://github.com/jamtur01/logstash into jamtur01-shuffledef
Conflicts:
CHANGELOG
|
2013-01-02 20:54:36 -08:00 |
|
James Turnbull
|
913cc923c9
|
Updated changelog with shuffle_hosts change
|
2013-01-02 23:50:55 -05:00 |
|
Jordan Sissel
|
c8bbb0955e
|
Open new changelog section for next release
|
2013-01-02 20:28:43 -08:00 |
|
James Turnbull
|
619f7f8504
|
Changed default of shuffle_hosts in redis output
If you have redundant hosts then it makes sense to use them.
|
2013-01-02 22:09:28 -05:00 |
|
Jordan Sissel
|
54833161cb
|
- version bump
|
2013-01-02 17:03:05 -08:00 |
|
Jordan Sissel
|
cc7c19d530
|
- add notes about stdout message
|
2013-01-02 16:58:58 -08:00 |
|
Jordan Sissel
|
a17a1ea575
|
- note new improvements to the http output plugin
|
2013-01-02 16:57:08 -08:00 |
|
Jordan Sissel
|
0044b0f8c0
|
- add metrics docs
|
2013-01-02 16:48:37 -08:00 |
|
Jordan Sissel
|
d476185fd5
|
- fix old changelog entry
|
2013-01-02 16:36:16 -08:00 |
|
Jordan Sissel
|
bf50e05985
|
Point link at my puppetconf talk
|
2013-01-02 16:21:31 -08:00 |
|
Jordan Sissel
|
9be443b538
|
- fix url to point at dreamobjects
- remove dreamforce references
|
2013-01-02 16:13:30 -08:00 |
|
Jordan Sissel
|
8be85f6dc3
|
- link to releases hosted on dreamobjects
- clean up intro on simple getting started
|
2013-01-02 16:11:46 -08:00 |
|
Jordan Sissel
|
d2649ce139
|
- only do string conversion on symbols (config :some_symbol).
This keeps support for regexp configs until I finally remove that.
|
2013-01-02 16:00:51 -08:00 |
|
Jordan Sissel
|
4f70986f39
|
- link to joda's docs
|
2013-01-02 15:51:04 -08:00 |
|
Jordan Sissel
|
ad6fba3500
|
fix one more instance of 'myfilter' -> %PLUGIN%
|
2013-01-02 15:50:58 -08:00 |
|
Jordan Sissel
|
8a2708045a
|
- make common settings like filter 'remove_tag' use the literal plugin
name instead of the text "myfilter" in examples.
|
2013-01-02 15:40:51 -08:00 |
|
Jordan Sissel
|
9d701cf6cc
|
Add more examples and doc improvements
|
2013-01-02 15:37:02 -08:00 |
|
Jordan Sissel
|
444a19c9d9
|
Try to improve the docs for xml
|
2013-01-02 15:36:51 -08:00 |
|
Jordan Sissel
|
6cf40c15fa
|
Deprecate regexp match shorthand for grok
|
2013-01-02 15:03:30 -08:00 |
|
Jordan Sissel
|
8b26dd7f3c
|
Deprecate the regexp config crap
|
2013-01-02 15:01:11 -08:00 |
|
Jordan Sissel
|
9e2f344052
|
- deprecate the config /..../ regexp crap from date
|
2013-01-02 14:58:13 -08:00 |
|