aboutsummaryrefslogtreecommitdiff
path: root/influxd_config.go
AgeCommit message (Collapse)Author
2022-08-17all: rename struct InfluxdConfig to ConfigForwarderShulhan
Later we will have multiple forwarders, not only influxd.
2022-08-15all: add support for influxd API v2Shulhan
This changes replace the "influxdb_api_write" with new section `[forwarder "influxd"]`. The section contains version, url, org, bucket, user, password, and token. The version field define the API version to be used when writing log to Influxd.