mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Deprecates xpack.monitoring.elasticsearch.url (#30004)
This commit is contained in:
parent
00ec3561c0
commit
45b1f5d15d
1 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
[role="xpack"]
|
||||
[[monitoring-settings-kb]]
|
||||
=== Monitoring Settings in Kibana
|
||||
=== Monitoring settings in Kibana
|
||||
++++
|
||||
<titleabbrev>Monitoring Settings</titleabbrev>
|
||||
<titleabbrev>Monitoring settings</titleabbrev>
|
||||
++++
|
||||
|
||||
By default, the Monitoring application is enabled, but data collection
|
||||
|
@ -44,6 +44,13 @@ you to use a single {kib} instance to search and visualize data in your
|
|||
production cluster as well as monitor data sent to a dedicated monitoring
|
||||
cluster.
|
||||
|
||||
`xpack.monitoring.elasticsearch.url`::
|
||||
Specifies the location of the {es} cluster where your monitoring data is stored.
|
||||
By default, this is the same as the `elasticsearch.url`. This setting enables
|
||||
you to use a single {kib} instance to search and visualize data in your
|
||||
production cluster as well as monitor data sent to a dedicated monitoring
|
||||
cluster. deprecated[6.6.0,Replaced by `xpack.monitoring.elasticsearch.hosts`]
|
||||
|
||||
`xpack.monitoring.elasticsearch.username`::
|
||||
Specifies the user ID that {kib} uses for authentication when it retrieves data
|
||||
from the monitoring cluster. If not set, {kib} uses the value of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue