Skip to content

Commit 2c6386e

Browse files
committed
Stages removal of security content (elastic#574) (elastic#580)
1 parent 4171768 commit 2c6386e

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
@@ -317,3 +317,107 @@ This page has moved. See:
317317
** {metricbeat-ref}/monitoring.html[Metricbeat]
318318
** {packetbeat-ref}/monitoring.html[Packetbeat]
319319
** {winlogbeat-ref}/monitoring.html[Winlogbeat]
320+
321+
[role="exclude",id="auditing"]
322+
=== Auditing security events
323+
324+
This page has moved.
325+
//See {ref}/auditing.html[Auditing security events].
326+
327+
[role="exclude",id="audit-event-types"]
328+
=== Audit event types
329+
330+
This page has moved.
331+
//See {ref}/audit-event-types.html[Audit event types].
332+
333+
[role="exclude",id="audit-log-output"]
334+
=== Logfile audit output
335+
336+
[[audit-log-ignore-policy]]
337+
This page has moved.
338+
//See {ref}/audit-log-output.html[Logfile audit output].
339+
340+
[role="exclude",id="auditing-search-queries"]
341+
=== Auditing search queries
342+
343+
This page has moved.
344+
//See {ref}/auditing-search-queries.html[Auditing search queries].
345+
346+
[role="exclude",id="encrypting-communications"]
347+
=== Encrypting communications
348+
349+
This page has moved.
350+
//See {ref}/encrypting-communications.html[Encrypting communications].
351+
352+
[role="exclude",id="ssl-tls"]
353+
=== Setting up TLS on a cluster
354+
355+
This page has moved.
356+
//See {ref}/ssl-tls.html[Setting up TLS on a cluster].
357+
358+
[role="exclude",id="ciphers"]
359+
=== Enabling cipher suites for stronger encryption
360+
361+
This page has moved.
362+
See {ref}/ciphers.html[Enabling cipher suites for stronger encryption].
363+
364+
[role="exclude",id="ip-filtering"]
365+
=== Restricting connections with IP filtering
366+
367+
This page has moved.
368+
//See {ref}/ip-filtering.html[Restricting connections with IP filtering].
369+
370+
[role="exclude",id="ccs-clients-integrations"]
371+
=== Cross cluster search, clients, and integrations
372+
373+
This page has moved.
374+
//See {ref}/ccs-clients-integrations.html[Cross cluster search, clients, and integrations].
375+
376+
[role="exclude",id="cross-cluster-configuring"]
377+
=== Cross cluster search and security
378+
379+
This page has moved.
380+
//See {ref}/cross-cluster-configuring.html[Cross cluster search and security].
381+
382+
[role="exclude",id="java-clients"]
383+
=== Java Client and security
384+
385+
[[transport-client]]
386+
This page has moved.
387+
//See {ref}/java-clients.html[Java Client and security].
388+
389+
[role="exclude",id="http-clients"]
390+
=== HTTP/REST clients and security
391+
392+
This page has moved.
393+
//See {ref}/http-clients.html[].
394+
395+
[role="exclude",id="hadoop"]
396+
=== ES-Hadoop and Security
397+
398+
This page has moved.
399+
//See {ref}/hadoop.html[].
400+
401+
[role="exclude",id="beats"]
402+
=== Beats and Security
403+
404+
See:
405+
406+
* {auditbeat-ref}/securing-beats.html[{auditbeat}]
407+
* {filebeat-ref}/securing-beats.html[{filebeat}]
408+
* {heartbeat-ref}/securing-beats.html[{heartbeat}]
409+
* {metricbeat-ref}/securing-beats.html[{metricbeat}]
410+
* {packetbeat-ref}/securing-beats.html[{packetbeat}]
411+
* {winlogbeat-ref}/securing-beats.html[{winlogbeat}]
412+
413+
[role="exclude",id="secure-monitoring"]
414+
=== Monitoring and security
415+
416+
This page has moved.
417+
//See {ref}/secure-monitoring.html[].
418+
419+
[role="exclude",id="separating-node-client-traffic"]
420+
=== Separating node-to-node and client traffic
421+
422+
This page has moved.
423+
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/tribe-clients-integrations.asciidoc[]
105+
//TEMPORARILY OMIT:include::{xes-repo-dir}/security/tribe-clients-integrations.asciidoc[]
106106

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

0 commit comments

Comments
 (0)