I want to have an output for Influx DB from Logstash, is there such a plugin?
The output is set to graphite. This is the inflow configuration:
[input_plugins]
This is the logstash configuration:
output { stdout {} graphite { host => "localhost" port => 2003 } }
I see the output in the console (stdout), but no other message and nothing is published in the inflow. I also checked the inflow logs, nothing.
I tried sending the same message directly through http for the inflow, and it works, so there is no problem with the message or installing the inflow.
source share