telegraf/plugins/parsers/influx
Steven Soroka 7ba226a00b
fix issue with stream parser blocking when data is in buffer (#7631)
2020-06-05 18:30:25 -04: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 spelling errors in comments and documentation (#7492) 2020-05-14 00:41:58 -07:00
machine.go fix issue with stream parser blocking when data is in buffer (#7631) 2020-06-05 18:30:25 -04:00
machine.go.rl fix issue with stream parser blocking when data is in buffer (#7631) 2020-06-05 18:30:25 -04:00
machine_test.go Allow CR and FF inside of string fields and fix parser panic (#7427) 2020-04-28 14:42:37 -07:00
parser.go make sure parse error includes offending text (#7561) 2020-05-27 14:58:58 -04:00
parser_test.go fix issue with stream parser blocking when data is in buffer (#7631) 2020-06-05 18:30:25 -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"