Skip to content

Commit eb556a4

Browse files
committed
Stages removal of security content (elastic#574) (elastic#580)
1 parent 6ddefb7 commit eb556a4

File tree

3 files changed

+113
-9
lines changed

3 files changed

+113
-9
lines changed

docs/en/stack/redirects.asciidoc

Lines changed: 105 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,108 @@ See {ref}/how-monitoring-works.html[How monitoring works].
288288
=== Troubleshooting monitoring
289289

290290
This page has moved.
291-
See {ref}/monitoring-troubleshooting.html[Troubleshooting monitoring].
291+
See {ref}/monitoring-troubleshooting.html[Troubleshooting monitoring].
292+
293+
[role="exclude",id="auditing"]
294+
=== Auditing security events
295+
296+
This page has moved.
297+
//See {ref}/auditing.html[Auditing security events].
298+
299+
[role="exclude",id="audit-event-types"]
300+
=== Audit event types
301+
302+
This page has moved.
303+
//See {ref}/audit-event-types.html[Audit event types].
304+
305+
[role="exclude",id="audit-log-output"]
306+
=== Logfile audit output
307+
308+
[[audit-log-ignore-policy]]
309+
This page has moved.
310+
//See {ref}/audit-log-output.html[Logfile audit output].
311+
312+
[role="exclude",id="auditing-search-queries"]
313+
=== Auditing search queries
314+
315+
This page has moved.
316+
//See {ref}/auditing-search-queries.html[Auditing search queries].
317+
318+
[role="exclude",id="encrypting-communications"]
319+
=== Encrypting communications
320+
321+
This page has moved.
322+
//See {ref}/encrypting-communications.html[Encrypting communications].
323+
324+
[role="exclude",id="ssl-tls"]
325+
=== Setting up TLS on a cluster
326+
327+
This page has moved.
328+
//See {ref}/ssl-tls.html[Setting up TLS on a cluster].
329+
330+
[role="exclude",id="ciphers"]
331+
=== Enabling cipher suites for stronger encryption
332+
333+
This page has moved.
334+
See {ref}/ciphers.html[Enabling cipher suites for stronger encryption].
335+
336+
[role="exclude",id="ip-filtering"]
337+
=== Restricting connections with IP filtering
338+
339+
This page has moved.
340+
//See {ref}/ip-filtering.html[Restricting connections with IP filtering].
341+
342+
[role="exclude",id="ccs-clients-integrations"]
343+
=== Cross cluster search, clients, and integrations
344+
345+
This page has moved.
346+
//See {ref}/ccs-clients-integrations.html[Cross cluster search, clients, and integrations].
347+
348+
[role="exclude",id="cross-cluster-configuring"]
349+
=== Cross cluster search and security
350+
351+
This page has moved.
352+
//See {ref}/cross-cluster-configuring.html[Cross cluster search and security].
353+
354+
[role="exclude",id="java-clients"]
355+
=== Java Client and security
356+
357+
[[transport-client]]
358+
This page has moved.
359+
//See {ref}/java-clients.html[Java Client and security].
360+
361+
[role="exclude",id="http-clients"]
362+
=== HTTP/REST clients and security
363+
364+
This page has moved.
365+
//See {ref}/http-clients.html[].
366+
367+
[role="exclude",id="hadoop"]
368+
=== ES-Hadoop and Security
369+
370+
This page has moved.
371+
//See {ref}/hadoop.html[].
372+
373+
[role="exclude",id="beats"]
374+
=== Beats and Security
375+
376+
See:
377+
378+
* {auditbeat-ref}/securing-beats.html[{auditbeat}]
379+
* {filebeat-ref}/securing-beats.html[{filebeat}]
380+
* {heartbeat-ref}/securing-beats.html[{heartbeat}]
381+
* {metricbeat-ref}/securing-beats.html[{metricbeat}]
382+
* {packetbeat-ref}/securing-beats.html[{packetbeat}]
383+
* {winlogbeat-ref}/securing-beats.html[{winlogbeat}]
384+
385+
[role="exclude",id="secure-monitoring"]
386+
=== Monitoring and security
387+
388+
This page has moved.
389+
//See {ref}/secure-monitoring.html[].
390+
391+
[role="exclude",id="separating-node-client-traffic"]
392+
=== Separating node-to-node and client traffic
393+
394+
This page has moved.
395+
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
@@ -352,7 +352,7 @@ Logstash and {es}.
352352
* <<beats,Configuring security in the Beats>>. Configure authentication
353353
credentials and encrypt connections to {es}.
354354

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

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

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)