[DOCS] Clarified audit.index.client.hosts (#30797)
This commit is contained in:
parent
28d690d1cf
commit
b3619bdd3e
|
@ -121,7 +121,9 @@ To index audit events to a remote {es} cluster, you configure the following
|
|||
|
||||
`xpack.security.audit.index.client.hosts`::
|
||||
Specifies a comma-separated list of `host:port` pairs. These hosts should be
|
||||
nodes in the remote cluster.
|
||||
nodes in the remote cluster. If you are using default values for the
|
||||
<<common-network-settings,`transport.tcp.port`>> setting, you can omit the
|
||||
`port` value. Otherwise, it must match the `transport.tcp.port` setting.
|
||||
|
||||
`xpack.security.audit.index.client.cluster.name`::
|
||||
Specifies the name of the remote cluster.
|
||||
|
|
Loading…
Reference in New Issue