logstash-plugins/logstash-codec-csv

Name: logstash-codec-csv

Owner: Logstash Plugins

Description: This codec takes care of decoding and encoding csv data

Created: 2015-12-02 11:21:50.0

Updated: 2017-05-03 11:00:53.0

Pushed: 2018-01-24 21:40:07.0

Homepage: null

Size: 24

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Logstash CSV Codec

WIP: Under Development, NOT FOR PRODUCTION

This is a plugin for 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.

Documentation

Logstash provides infrastructure to automatically generate documentation for this plugin. We use the asciidoc format to write documentation so any comments in the source code will be first converted into asciidoc and then into html. All plugin documentation are placed under one central location.

Need Help?

Need help? Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing list.

Developing
1. Plugin Developement and Testing
Code Test
le exec rspec

The Logstash code required to run the tests/specs is specified in the Gemfile by the line similar to:

"logstash", :github => "elasticsearch/logstash", :branch => "1.5"

To test against another version or a local Logstash, edit the Gemfile to specify an alternative location, for example:

"logstash", :github => "elasticsearch/logstash", :ref => "master"
"logstash", :path => "/your/local/logstash"

Then update your dependencies and run your tests:

le install
le exec rspec
2. Running your unpublished Plugin in Logstash
2.1 Run in a local Logstash clone 2.2 Run in an installed Logstash

Prior to Logstash 2.3

bin/plugin install –no-verify

art Logstash and proceed to test the plugin

ontributing

contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin.

ramming is not a required skill. Whatever you've seen about open source and maintainers or community members  saying "send patches or die" - you will not see that here.

s more important to me that you are able to contribute.

more information about contributing, see the [CONTRIBUTING](https://github.com/elasticsearch/logstash/blob/master/CONTRIBUTING.md) file.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.