telegraf/plugins/parsers/influx
Trevor Pounds ee056278f5 Enable gofmt code simplification (#4887) 2018-10-19 13:32:54 -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 precision truncation when no timestamp included (#3961) 2018-04-02 14:32:33 -07:00
machine.go Fix dropwizard parsing error for metrics that need escaped (#4142) 2018-05-14 11:00:03 -07:00
machine.go.rl Fix dropwizard parsing error for metrics that need escaped (#4142) 2018-05-14 11:00:03 -07:00
machine_test.go Enable gofmt code simplification (#4887) 2018-10-19 13:32:54 -07:00
parser.go Reset/flush saved contents from bad metric (#4646) 2018-09-06 18:45:40 -06:00
parser_test.go Fix dropwizard parsing error for metrics that need escaped (#4142) 2018-05-14 11:00:03 -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"