Skip to content

Commit 4270fe9

Browse files
committed
[DOCS] Moves securing-communications to docs (#33640)
1 parent 3f9fe6e commit 4270fe9

12 files changed

+22
-16
lines changed

x-pack/docs/en/security/securing-communications/securing-elasticsearch.asciidoc renamed to docs/reference/security/securing-communications/securing-elasticsearch.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ information, see <<security-settings>>.
2929
For more information about encrypting communications across the Elastic Stack,
3030
see {xpack-ref}/encrypting-communications.html[Encrypting Communications].
3131

32-
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/node-certificates.asciidoc
32+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/security/securing-communications/node-certificates.asciidoc
3333
include::node-certificates.asciidoc[]
3434

35-
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-transport.asciidoc
35+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/security/securing-communications/tls-transport.asciidoc
3636
include::tls-transport.asciidoc[]
3737

38-
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-http.asciidoc
38+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/security/securing-communications/tls-http.asciidoc
3939
include::tls-http.asciidoc[]
4040

41-
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-ad.asciidoc
41+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/security/securing-communications/tls-ad.asciidoc
4242
include::tls-ad.asciidoc[]
4343

44-
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/securing-communications/tls-ldap.asciidoc
44+
:edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/security/securing-communications/tls-ldap.asciidoc
4545
include::tls-ldap.asciidoc[]

x-pack/docs/en/security/securing-communications/separating-node-client-traffic.asciidoc renamed to docs/reference/security/securing-communications/separating-node-client-traffic.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ transport.profiles.client.bind_host: 1.1.1.1 <2>
3737
<2> The bind address for the network used for client communication
3838

3939
If separate networks are not available, then
40-
{xpack-ref}/ip-filtering.html[IP Filtering] can be enabled to limit access to
41-
the profiles.
40+
{stack-ov}/ip-filtering.html[IP Filtering] can
41+
be enabled to limit access to the profiles.
4242

4343
When using SSL for transport, a different set of certificates can also be used
4444
for the client traffic by adding the following to `elasticsearch.yml`:
@@ -65,4 +65,4 @@ transport.profiles.client.xpack.security.ssl.client_authentication: none
6565
This setting keeps certificate authentication active for node-to-node traffic,
6666
but removes the requirement to distribute a signed certificate to transport
6767
clients. For more information, see
68-
{xpack-ref}/java-clients.html#transport-client[Configuring the Transport Client to work with a Secured Cluster].
68+
{stack-ov}/java-clients.html#transport-client[Configuring the Transport Client to work with a Secured Cluster].
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)