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
I understand that kapacitor can set the listening port by changing the bind-address of the configuration file
[http]
bind-address = ":9093"
auth-enabled = false
log-enabled = true
write-tracing = false
pprof-enabled = false
https-enabled = false
https-certificate = "/etc/ssl/kapacitor.pem"
shutdown-timeout = "10s"
shared-secret = ""
The bind-address value is changed to 9093, and the service starts with an error:
I understand that kapacitor can set the listening port by changing the bind-address of the configuration file
[http]
bind-address = ":9093"
auth-enabled = false
log-enabled = true
write-tracing = false
pprof-enabled = false
https-enabled = false
https-certificate = "/etc/ssl/kapacitor.pem"
shutdown-timeout = "10s"
shared-secret = ""
The bind-address value is changed to 9093, and the service starts with an error:
[srv] 2023/12/13 04:09:31 I! Kapacitor hostname: 9e98087f12ad
[srv] 2023/12/13 04:09:31 I! ClusterID: da070130-b2b4-445f-803c-14e060e001ce ServerID: bfcdbc20-63f1-4632-8fc0-99543dba5ced
[task_master:main] 2023/12/13 04:09:31 I! opened
[httpd] 2023/12/13 04:10:31 I! Closed HTTP service
[httpd] 2023/12/13 04:10:31 I! Closed HTTP service
[run] 2023/12/13 04:39:02 I! Kapacitor starting, version 1.3.1, branch master, commit 3b5512f
[run] 2023/12/13 04:39:02 I! Go version go1.7.5
[srv] 2023/12/13 04:39:02 I! Kapacitor hostname: xxx
[srv] 2023/12/13 04:39:02 I! ClusterID: da070130-b2b4-445f-803c-14e060e001ce ServerID: bfcdbc20-63f1-4632-8fc0-99543dba5ced
[task_master:main] 2023/12/13 04:39:02 I! opened
Why did the changes to the config file not work
The text was updated successfully, but these errors were encountered: