You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[processors.execd]]
order = 1command = ["/path/to/geoip_binary", "--config", "/path/to/geoip_config_file"]
[[processors.s2geo]]
order = 2## The name of the lat and lon fields containing WGS-84 latitude and## longitude in decimal degrees.lat_field = "lat"lon_field = "lon"## New tag to createtag_key = "s2_cell_id"## Cell level (see https://s2geometry.io/resources/s2cell_statistics.html)# cell_level = 9
Add some example scenarios for ordering processors
Relevant docs page: https://docs.influxdata.com/telegraf/v1.17/administration/configuration/#processor-configuration
order = n
must be configured to run all involved processors in specific sequence.https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#processor-plugins
Possible examples:
***Implementation of this feature will add additional ordering capabilities
The text was updated successfully, but these errors were encountered: