[DOCS] Clarified audit.index.client.hosts (#30797)

This commit is contained in:
Lisa Cawley 2018-05-23 08:41:06 -07:00 committed by GitHub
parent 28d690d1cf
commit b3619bdd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.