Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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