Skip to content

Commit

Permalink
- Small clean up of CHANGELOG for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Jan 16, 2012
1 parent 4ecd696 commit 7660174
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
1.1 (??? ??, 2011)

1.1 (??? ??, 2012)
- Bugs fixed
- [LOGSTASH-181] - output/statsd: set sender properly
- feature: grok filter: named_captures_only now defaults to true


### NEW
## NEW
- upgrade: elasticsearch 0.18.6 now included
- upgrade: now using jruby 1.9
- feature: [LOGSTASH-158] - MRI-1.9 compatible (except for some
Expand All @@ -17,7 +15,7 @@
- feature: [LOGSTASH-66,150]: libgrok re-written in pure ruby (no more
FFI / external libgrok.so dependency!)
- feature: new file output plugin
- feature: [LOGSTASH-316] - allow specifying type" and "tags" for filters
- feature: [LOGSTASH-316] - allow specifying "type" and "tags" for filters
- feature: [LOGSTASH-168] - add new GELF input plugin
- feature: [LOGSTASH-267,-254] - add DNS filter for doing forward or
reverse DNS on an event field
Expand All @@ -26,7 +24,6 @@
- upgrade: now using cabin library for all internal logging
- feature: add json filter to turn an event field with JSON into the
expanded data structure
-

## general
- bugfix: initialize log4j appenders. silences warnings, provides logging
Expand All @@ -36,7 +33,6 @@
- bugfix: [LOGSTASH-162,177] - make sure plugin-contained global actions
happen serially across all plugins (with a mutex)


## inputs
- bugfix: [LOGSTASH-317] - fix file input not to crash when a file
is unreadable
Expand All @@ -46,24 +42,21 @@
- bugfix: [LOGSTASH-8] - fix stomp input

## filters
- bugfix: [LOGSTASH-285] - allow droping empty grok matches
- bugfix: [LOGSTASH-285] - allow dropping empty grok matches
- feature: [LOGSTASH-219] - support parsing unix epoch times


## outputs
- bugfix: embedded elasticsearch now acts as a full ES server, not just
accessible from in-VM
- bugfix: embedded elasticsearch now acts as a full ES server; previously
embedded was only accessible from within the logstash process.
- bugfix: many gelf output enhancements and bugfixes
- feature: [LOGSTASH-281] - add https support to loggly output
- bugfix: [LOGSTASH-167] - limit number of in-flight requests to the
elasticsearch node to avoid creating too many threads (one thread per
pending write request)

- misc: [LOGSTASH-160] - switch from rake to make
- misc:
- test: use minitest


1.0.17 (Aug 12, 2011)
- Bugs fixed
- [LOGSTASH-147] - grok filter incorrectly adding fields when a match failed
Expand Down

0 comments on commit 7660174

Please sign in to comment.