Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having to list every key/value pair in data_points is a bit odd #16

Open
brupm opened this issue Mar 30, 2015 · 3 comments
Open

Having to list every key/value pair in data_points is a bit odd #16

brupm opened this issue Mar 30, 2015 · 3 comments

Comments

@brupm
Copy link

brupm commented Mar 30, 2015

Is there a way to have this output behave in a similar way to how elasticsearch default output does? By that I mean, key/values produces after filters run are inserted into _source automatically.

I am new to logstash therefore I apologize for any non-sense I may have spoken :)

@evgygor
Copy link

evgygor commented Apr 16, 2015

Hi,
try my fork https://github.com/evgygor/logstash-output-influxdb
I developed it to avoid key/value listing.

All explained in README.

Thanks

@wiibaa
Copy link

wiibaa commented Apr 16, 2015

Hi @evgygor can you please confirm that your fork contains feature similar to elastic/logstash-contrib#104 so we can maybe focus discussion on your recent work and PR #13 closing others item as duplicates

@evgygor
Copy link

evgygor commented Apr 16, 2015

Hi @wiibaa , it does.
Additional feature that I added is preserving event's data type without coercing each one.

Full explanation with example https://github.com/evgygor/logstash-output-influxdb/blob/master/README.md

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants