Skip to content

Commit

Permalink
initial commit, it works!
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeepac committed Nov 19, 2015
1 parent ec64d63 commit 02467ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

5 changes: 3 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Binary file removed lib/logstash/codecs/.fieldselect.rb.swp
Binary file not shown.
Binary file removed spec/codecs/.fieldselect_spec.rb.swp
Binary file not shown.

0 comments on commit 02467ee

Please sign in to comment.