# Non recoverable exception while writing to InfluxDB

**URL:** https://discuss.elastic.co/t/non-recoverable-exception-while-writing-to-influxdb/85119
**Category:** Logstash
**Created:** [May 9, 2017, 3:02pm UTC](https://discuss.elastic.co/t/non-recoverable-exception-while-writing-to-influxdb/85119 "2017-05-09T15:02:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![randahlem](https://avatars.discourse-cdn.com/v4/letter/r/e495f1/32.png) [@randahlem](https://discuss.elastic.co/u/randahlem)
#### Post date: [May 9, 2017, 3:02pm UTC](https://discuss.elastic.co/t/non-recoverable-exception-while-writing-to-influxdb/85119/1 "2017-05-09T15:02:11Z")

</div>

Hi,

i am very confused with the InfluxDB plugin for logstash. I used all sorts of plugins for logtash, i tried the basic configuration (according to the logstash docs) for the InfluxDB but i am completely lost by the most random error message which is:

`[2017-05-09T14:58:00,031][WARN][logstash.outputs.influxdb] Non recoverable exception while writing to InfluxDB {:exception=>nil}`

We are using the http poller to poll json.

My logstash config is:

```
input {
  http_poller {
    urls => {
        test1 => "http://localhost:8080/"
      }
    request_timeout => 60
    schedule => { cron => "* * * * * UTC"}
  }
}
output {
   influxdb {
    data_points => {}
    host => localhost
  }
}

```

I have no clue where to start debugging.

Any hints appreciated!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 6, 2017, 3:17pm UTC](https://discuss.elastic.co/t/non-recoverable-exception-while-writing-to-influxdb/85119/2 "2017-06-06T15:17:38Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
