telegraf/plugins/parsers/influx
Joshua Powers 779c1f0a59
chore: clean up all markdown lint errors in parser plugins (#10153)
2021-11-24 11:45:25 -07:00
..
README.md chore: clean up all markdown lint errors in parser plugins (#10153) 2021-11-24 11:45:25 -07:00
escape.go Revive fixes - part 1 (#8797) 2021-02-08 11:18:40 -05:00
handler.go Remove error return type from metric.New method (#9116) 2021-04-13 14:40:03 -04:00
machine.go fix: memory leak in influx parser (#9787) 2021-10-07 15:35:44 -05:00
machine.go.rl fix: memory leak in influx parser (#9787) 2021-10-07 15:35:44 -05:00
machine_test.go Linter fixes - unconvert, revive:empty-lines, revive:var-naming, revive:unused-parameter (#9036) 2021-03-24 11:27:46 -04:00
parser.go Revive fixes - part 2 (#8835) 2021-02-16 18:19:50 -05:00
parser_test.go Remove error return type from metric.New method (#9116) 2021-04-13 14:40:03 -04: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"