feat: update configs (#10490)
This commit is contained in:
parent
26a33a900a
commit
10ef264f46
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue