telegraf/plugins/parsers/influx
Marc Venturini 4b6e791908 Fix sensor read error stops reporting of all sensors in temp input (#5941) 2019-06-14 11:27:24 -07:00
..
README.md Split parser/serializer docs (#4690) 2018-09-17 11:45:08 -07:00
escape.go Add line protocol uint64 support (#3946) 2018-03-28 16:43:25 -07:00
handler.go Fix tags applied to wrong metric on parse error (#5650) 2019-04-02 11:14:56 -07:00
machine.go Fix several influx parser issues (#5484) 2019-02-26 10:48:41 -08:00
machine.go.rl Fix several influx parser issues (#5484) 2019-02-26 10:48:41 -08:00
machine_test.go Fix sensor read error stops reporting of all sensors in temp input (#5941) 2019-06-14 11:27:24 -07:00
parser.go Fix tags applied to wrong metric on parse error (#5650) 2019-04-02 11:14:56 -07:00
parser_test.go Fix sensor read error stops reporting of all sensors in temp input (#5941) 2019-06-14 11:27:24 -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"