Skip to content

Commit

Permalink
[DOCS] Clarified audit.index.client.hosts (#30797)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 23, 2018
1 parent fe9251e commit d83aaee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/docs/en/settings/audit-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d83aaee

Please sign in to comment.