Skip to content

Commit e5eb052

Browse files
authored
Stages removal of security content (#574) (#580) (#585)
1 parent b2b7612 commit e5eb052

File tree

3 files changed

+112
-8
lines changed

3 files changed

+112
-8
lines changed

docs/en/stack/redirects.asciidoc

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,107 @@ See {ref}/watcher-troubleshooting.html[Troubleshooting Watcher].
271271

272272
This page has moved.
273273
See {ref}/watcher-limitations.html[Watcher limitations].
274+
275+
[role="exclude",id="auditing"]
276+
=== Auditing security events
277+
278+
This page has moved.
279+
//See {ref}/auditing.html[Auditing security events].
280+
281+
[role="exclude",id="audit-event-types"]
282+
=== Audit event types
283+
284+
This page has moved.
285+
//See {ref}/audit-event-types.html[Audit event types].
286+
287+
[role="exclude",id="audit-log-output"]
288+
=== Logfile audit output
289+
290+
[[audit-log-ignore-policy]]
291+
This page has moved.
292+
//See {ref}/audit-log-output.html[Logfile audit output].
293+
294+
[role="exclude",id="auditing-search-queries"]
295+
=== Auditing search queries
296+
297+
This page has moved.
298+
//See {ref}/auditing-search-queries.html[Auditing search queries].
299+
300+
[role="exclude",id="encrypting-communications"]
301+
=== Encrypting communications
302+
303+
This page has moved.
304+
//See {ref}/encrypting-communications.html[Encrypting communications].
305+
306+
[role="exclude",id="ssl-tls"]
307+
=== Setting up TLS on a cluster
308+
309+
This page has moved.
310+
//See {ref}/ssl-tls.html[Setting up TLS on a cluster].
311+
312+
[role="exclude",id="ciphers"]
313+
=== Enabling cipher suites for stronger encryption
314+
315+
This page has moved.
316+
See {ref}/ciphers.html[Enabling cipher suites for stronger encryption].
317+
318+
[role="exclude",id="ip-filtering"]
319+
=== Restricting connections with IP filtering
320+
321+
This page has moved.
322+
//See {ref}/ip-filtering.html[Restricting connections with IP filtering].
323+
324+
[role="exclude",id="ccs-clients-integrations"]
325+
=== Cross cluster search, clients, and integrations
326+
327+
This page has moved.
328+
//See {ref}/ccs-clients-integrations.html[Cross cluster search, clients, and integrations].
329+
330+
[role="exclude",id="cross-cluster-configuring"]
331+
=== Cross cluster search and security
332+
333+
This page has moved.
334+
//See {ref}/cross-cluster-configuring.html[Cross cluster search and security].
335+
336+
[role="exclude",id="java-clients"]
337+
=== Java Client and security
338+
339+
[[transport-client]]
340+
This page has moved.
341+
//See {ref}/java-clients.html[Java Client and security].
342+
343+
[role="exclude",id="http-clients"]
344+
=== HTTP/REST clients and security
345+
346+
This page has moved.
347+
//See {ref}/http-clients.html[].
348+
349+
[role="exclude",id="hadoop"]
350+
=== ES-Hadoop and Security
351+
352+
This page has moved.
353+
//See {ref}/hadoop.html[].
354+
355+
[role="exclude",id="beats"]
356+
=== Beats and Security
357+
358+
See:
359+
360+
* {auditbeat-ref}/securing-beats.html[{auditbeat}]
361+
* {filebeat-ref}/securing-beats.html[{filebeat}]
362+
* {heartbeat-ref}/securing-beats.html[{heartbeat}]
363+
* {metricbeat-ref}/securing-beats.html[{metricbeat}]
364+
* {packetbeat-ref}/securing-beats.html[{packetbeat}]
365+
* {winlogbeat-ref}/securing-beats.html[{winlogbeat}]
366+
367+
[role="exclude",id="secure-monitoring"]
368+
=== Monitoring and security
369+
370+
This page has moved.
371+
//See {ref}/secure-monitoring.html[].
372+
373+
[role="exclude",id="separating-node-client-traffic"]
374+
=== Separating node-to-node and client traffic
375+
376+
This page has moved.
377+
See {ref}/separating-node-client-traffic.html[Separating node-to-node and client traffic].

docs/en/stack/security/get-started-security.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Logstash and {es}.
371371
* <<beats,Configuring security in the Beats>>. Configure authentication
372372
credentials and encrypt connections to {es}.
373373

374-
* <<java-clients,Configuring the Java transport client to use encrypted communications>>.
374+
* Configuring the Java transport client to use encrypted communications.
375375

376376
* {hadoop-ref}/security.html[Configuring {es} for Apache Hadoop to use secured transport].
377377

docs/en/stack/security/index.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ A critical part of security is keeping confidential data confidential.
5353
Elasticsearch has built-in protections against accidental data loss and
5454
corruption. However, there's nothing to stop deliberate tampering or data
5555
interception. The {stack-security-features} preserve the integrity of your
56-
data by <<ssl-tls, encrypting communications>> to and from nodes. For even
57-
greater protection, you can increase the <<ciphers, encryption strength>> and
58-
<<separating-node-client-traffic, separate client traffic from node-to-node communications>>.
56+
data by <<ssl-tls, encrypting communications>> to and from nodes.
57+
//For even greater protection, you can increase the <<ciphers, encryption strength>> and
58+
//<<separating-node-client-traffic, separate client traffic from node-to-node communications>>.
5959

6060

6161
[float]
@@ -96,13 +96,13 @@ include::authentication/index.asciidoc[]
9696

9797
include::authorization/index.asciidoc[]
9898

99-
include::{xes-repo-dir}/security/auditing/index.asciidoc[]
99+
//TEMPORARILY OMIT:include::{xes-repo-dir}/security/auditing/index.asciidoc[]
100100

101-
include::{xes-repo-dir}/security/securing-communications.asciidoc[]
101+
//TEMPORARILY OMIT:include::{xes-repo-dir}/security/securing-communications.asciidoc[]
102102

103-
include::{xes-repo-dir}/security/using-ip-filtering.asciidoc[]
103+
//TEMPORARILY OMIT:include::{xes-repo-dir}/security/using-ip-filtering.asciidoc[]
104104

105-
include::{xes-repo-dir}/security/ccs-clients-integrations.asciidoc[]
105+
//TEMPORARILY OMIT:include::{xes-repo-dir}/security/ccs-clients-integrations.asciidoc[]
106106

107107
include::get-started-security.asciidoc[]
108108

0 commit comments

Comments
 (0)