feat: update configs (#10490)

This commit is contained in:
telegraf-tiger[bot] 2022-01-21 14:58:38 -07:00 committed by GitHub
parent 26a33a900a
commit 10ef264f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -4312,16 +4312,16 @@
# [[inputs.graylog]] # [[inputs.graylog]]
# ## API endpoint, currently supported API: # ## API endpoint, currently supported API:
# ## # ##
# ## - multiple (Ex http://<host>:12900/system/metrics/multiple) # ## - multiple (e.g. http://<host>:9000/api/system/metrics/multiple)
# ## - namespace (Ex http://<host>:12900/system/metrics/namespace/{namespace}) # ## - namespace (e.g. http://<host>:9000/api/system/metrics/namespace/{namespace})
# ## # ##
# ## For namespace endpoint, the metrics array will be ignored for that call. # ## For namespace endpoint, the metrics array will be ignored for that call.
# ## Endpoint can contain namespace and multiple type calls. # ## Endpoint can contain namespace and multiple type calls.
# ## # ##
# ## Please check http://[graylog-server-ip]:12900/api-browser for full list # ## Please check http://[graylog-server-ip]:9000/api/api-browser for full list
# ## of endpoints # ## of endpoints
# servers = [ # servers = [
# "http://[graylog-server-ip]:12900/system/metrics/multiple", # "http://[graylog-server-ip]:9000/api/system/metrics/multiple",
# ] # ]
# #
# ## Set timeout (default 5 seconds) # ## Set timeout (default 5 seconds)
@ -4329,8 +4329,8 @@
# #
# ## Metrics list # ## Metrics list
# ## List of metrics can be found on Graylog webservice documentation. # ## List of metrics can be found on Graylog webservice documentation.
# ## Or by hitting the the web service api at: # ## Or by hitting the web service api at:
# ## http://[graylog-host]:12900/system/metrics # ## http://[graylog-host]:9000/api/system/metrics
# metrics = [ # metrics = [
# "jvm.cl.loaded", # "jvm.cl.loaded",
# "jvm.memory.pools.Metaspace.committed" # "jvm.memory.pools.Metaspace.committed"

View File

@ -4250,16 +4250,16 @@
# [[inputs.graylog]] # [[inputs.graylog]]
# ## API endpoint, currently supported API: # ## API endpoint, currently supported API:
# ## # ##
# ## - multiple (Ex http://<host>:12900/system/metrics/multiple) # ## - multiple (e.g. http://<host>:9000/api/system/metrics/multiple)
# ## - namespace (Ex http://<host>:12900/system/metrics/namespace/{namespace}) # ## - namespace (e.g. http://<host>:9000/api/system/metrics/namespace/{namespace})
# ## # ##
# ## For namespace endpoint, the metrics array will be ignored for that call. # ## For namespace endpoint, the metrics array will be ignored for that call.
# ## Endpoint can contain namespace and multiple type calls. # ## Endpoint can contain namespace and multiple type calls.
# ## # ##
# ## Please check http://[graylog-server-ip]:12900/api-browser for full list # ## Please check http://[graylog-server-ip]:9000/api/api-browser for full list
# ## of endpoints # ## of endpoints
# servers = [ # servers = [
# "http://[graylog-server-ip]:12900/system/metrics/multiple", # "http://[graylog-server-ip]:9000/api/system/metrics/multiple",
# ] # ]
# #
# ## Set timeout (default 5 seconds) # ## Set timeout (default 5 seconds)
@ -4267,8 +4267,8 @@
# #
# ## Metrics list # ## Metrics list
# ## List of metrics can be found on Graylog webservice documentation. # ## List of metrics can be found on Graylog webservice documentation.
# ## Or by hitting the the web service api at: # ## Or by hitting the web service api at:
# ## http://[graylog-host]:12900/system/metrics # ## http://[graylog-host]:9000/api/system/metrics
# metrics = [ # metrics = [
# "jvm.cl.loaded", # "jvm.cl.loaded",
# "jvm.memory.pools.Metaspace.committed" # "jvm.memory.pools.Metaspace.committed"