telegraf/plugins/parsers/influx
reimda a0276385b1
Refactor InfluxDB listener ()
Use streaming parser in InfluxDB listener
2020-03-04 11:13:44 -07:00
..
README.md Split parser/serializer docs () 2018-09-17 11:45:08 -07:00
escape.go Add line protocol uint64 support () 2018-03-28 16:43:25 -07:00
handler.go Refactor InfluxDB listener () 2020-03-04 11:13:44 -07:00
machine.go Refactor InfluxDB listener () 2020-03-04 11:13:44 -07:00
machine.go.rl Refactor InfluxDB listener () 2020-03-04 11:13:44 -07:00
machine_test.go Refactor InfluxDB listener () 2020-03-04 11:13:44 -07:00
parser.go Refactor InfluxDB listener () 2020-03-04 11:13:44 -07:00
parser_test.go Refactor InfluxDB listener () 2020-03-04 11:13:44 -07:00

README.md

InfluxDB Line Protocol

There are no additional configuration options for InfluxDB line protocol. The metrics are parsed directly into Telegraf metrics.

Configuration

[[inputs.file]]
  files = ["example"]

  ## Data format to consume.
  ## Each data format has its own unique set of configuration options, read
  ## more about them here:
  ##   https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
  data_format = "influx"