# Parse a value in a specified field(s)/tag(s) and add the result in a new metric [[processors.parser]] ## The name of the fields whose value will be parsed. parse_fields = ["message"] ## The name of the tags whose value will be parsed. # parse_tags = [] ## If true, incoming metrics are not emitted. # drop_original = false ## If set to override, emitted metrics will be merged by overriding the ## original metric using the newly parsed metrics. ## Only has effect when drop_original is set to false. merge = "override" ## The dataformat to be read from files ## 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"