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

monitor logstash through influxdb #74

Open
bdshibly opened this issue Oct 27, 2017 · 0 comments
Open

monitor logstash through influxdb #74

bdshibly opened this issue Oct 27, 2017 · 0 comments

Comments

@bdshibly
Copy link

I am trying to configure logstash-output-influxdb to monitor logstash indexes through influxdb.
My logstash configuration file is

output {
  influxdb {
    codec => json
    db => "telegraf"
    flush_size => 500
    host => "localhost"
    port => 8086
    user => admin
    password => "admin"
    use_event_fields_for_data_points => false
    data_points => {}
    coerce_values => {
      "type" => "string"
    }
    send_as_tags => ["type"]
  }
  stdout {codec => json}
}

But I'm receiving the following error

[2017-10-27T21:21:42,914][WARN ][logstash.outputs.influxdb] Non recoverable exception while writing to InfluxDB {:exception=>#<InfluxDB::Error: {"error":"unable to parse 'logstash 1509139302540': invalid field format"}

How can I resolve the issue?

Cheers
Ferdous Shibly

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

1 participant