diff --git a/CHANGELOG.md b/CHANGELOG.md index 53045b4..eea55a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -## 2.0.0 - - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, - instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895 - - Dependency on logstash-core update to 2.0 +## 0.0.1 + - Initial commit diff --git a/DEVELOPER.md b/DEVELOPER.md index 77cd624..8ad1723 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1,2 +1,3 @@ -# logstash-codec-example -Example codec plugin. This should help bootstrap your effort to write your own codec plugin! +# logstash-codec-fieldselect +Specify which fields should passed out of the codec. Great for +outputting a specific record format diff --git a/README.md b/README.md index 7cc9245..31922f3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Logstash Plugin -[![Build -Status](http://build-eu-00.elastic.co/view/LS%20Plugins/view/LS%20Codecs/job/logstash-plugin-codec-example-unit/badge/icon)](http://build-eu-00.elastic.co/view/LS%20Plugins/view/LS%20Codecs/job/logstash-plugin-codec-example-unit/) - This is a plugin for [Logstash](https://github.com/elastic/logstash). It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way. diff --git a/lib/logstash/codecs/.fieldselect.rb.swp b/lib/logstash/codecs/.fieldselect.rb.swp deleted file mode 100644 index a988ae1..0000000 Binary files a/lib/logstash/codecs/.fieldselect.rb.swp and /dev/null differ diff --git a/spec/codecs/.fieldselect_spec.rb.swp b/spec/codecs/.fieldselect_spec.rb.swp deleted file mode 100644 index f614f49..0000000 Binary files a/spec/codecs/.fieldselect_spec.rb.swp and /dev/null differ