We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there a tutorial to get unix socket working for telegraf inputs?
[[inputs.socket_listener]] service_address = "unix:///tmp/telegraf.sock" max_connections = 1024 read_timeout = "30s" read_buffer_size = 65535 data_format = "influx"
The text was updated successfully, but these errors were encountered:
https://github.com/influxdata/sandbox/blob/master/documentation/static/tutorials/telegraf-socket-listener.md
Sorry, something went wrong.
No branches or pull requests
is there a tutorial to get unix socket working for telegraf inputs?
[[inputs.socket_listener]]
service_address = "unix:///tmp/telegraf.sock"
max_connections = 1024
read_timeout = "30s"
read_buffer_size = 65535
data_format = "influx"
The text was updated successfully, but these errors were encountered: