Skip to content

Commit

Permalink
[DOCS] Addressed feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 28, 2018
1 parent 613ba5e commit 01d1096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/docs/en/security/auditing/forwarding-logs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ specify the appropriate port number (prefixed by a colon) after each host.
<2> The remote cluster name.
<3> A valid user and password, which must have authority to create the
`.security-audit` index on the remote cluster.
//TBD: Is there a secure version of this setting, so that password is hidden in the keystore?

For more information about these settings, see
{ref}/auditing-settings.html#remote-audit-settings[Remote audit log indexing configuration settings].

--

. If the remote cluster has Transport Layer Security (TLS/SSL) enabled, you
must specify extra security settings.
must specify extra security settings:

.. {ref}/configuring-tls.html#node-certificates[Generate a node certificate].
.. {ref}/configuring-tls.html#node-certificates[Generate a node certificate on
the remote cluster], then copy that certificate to the client.

.. Enable TLS and specify the information required to access the node certificate.

Expand Down Expand Up @@ -93,7 +93,7 @@ bin/elasticsearch-keystore add xpack.security.audit.index.client.xpack.ssl.secur
-----------------------------------------------------------
--

//TBD: Is this required?: . Restart {es}.
. Restart {es}.

When these steps are complete, your audit logs are stored in {es} rolling
indices on the remote cluster.

0 comments on commit 01d1096

Please sign in to comment.