Hello,
How do I force influxdb to post data to kapacitor on port 80?
Thanks
Hello,
How do I force influxdb to post data to kapacitor on port 80?
Thanks
The port Kapacitor uses for both API calls and as a write endpoint can be configured in the http
stanza of the Kapacitor configuration by changing the bind-address
as follows:
[http]
# HTTP API Server for Kapacitor
# This server is always on,
# it serves both as a write endpoint
# and as the API endpoint for all other
# Kapacitor calls.
bind-address = ":80"