Skip to content

Commit b3d1efa

Browse files
authored
Stages removal of security content (#574) (#580)
1 parent 4829713 commit b3d1efa

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
@@ -423,4 +423,108 @@ See {ref}/watcher-troubleshooting.html[Troubleshooting Watcher].
423423
=== Watcher limitations
424424

425425
This page has moved.
426-
See {ref}/watcher-limitations.html[Watcher limitations].
426+
See {ref}/watcher-limitations.html[Watcher limitations].
427+
428+
[role="exclude",id="auditing"]
429+
=== Auditing security events
430+
431+
This page has moved.
432+
//See {ref}/auditing.html[Auditing security events].
433+
434+
[role="exclude",id="audit-event-types"]
435+
=== Audit event types
436+
437+
This page has moved.
438+
//See {ref}/audit-event-types.html[Audit event types].
439+
440+
[role="exclude",id="audit-log-output"]
441+
=== Logfile audit output
442+
443+
[[audit-log-ignore-policy]]
444+
This page has moved.
445+
//See {ref}/audit-log-output.html[Logfile audit output].
446+
447+
[role="exclude",id="auditing-search-queries"]
448+
=== Auditing search queries
449+
450+
This page has moved.
451+
//See {ref}/auditing-search-queries.html[Auditing search queries].
452+
453+
[role="exclude",id="encrypting-communications"]
454+
=== Encrypting communications
455+
456+
This page has moved.
457+
//See {ref}/encrypting-communications.html[Encrypting communications].
458+
459+
[role="exclude",id="ssl-tls"]
460+
=== Setting up TLS on a cluster
461+
462+
This page has moved.
463+
//See {ref}/ssl-tls.html[Setting up TLS on a cluster].
464+
465+
[role="exclude",id="ciphers"]
466+
=== Enabling cipher suites for stronger encryption
467+
468+
This page has moved.
469+
See {ref}/ciphers.html[Enabling cipher suites for stronger encryption].
470+
471+
[role="exclude",id="ip-filtering"]
472+
=== Restricting connections with IP filtering
473+
474+
This page has moved.
475+
//See {ref}/ip-filtering.html[Restricting connections with IP filtering].
476+
477+
[role="exclude",id="ccs-clients-integrations"]
478+
=== Cross cluster search, clients, and integrations
479+
480+
This page has moved.
481+
//See {ref}/ccs-clients-integrations.html[Cross cluster search, clients, and integrations].
482+
483+
[role="exclude",id="cross-cluster-configuring"]
484+
=== Cross cluster search and security
485+
486+
This page has moved.
487+
//See {ref}/cross-cluster-configuring.html[Cross cluster search and security].
488+
489+
[role="exclude",id="java-clients"]
490+
=== Java Client and security
491+
492+
[[transport-client]]
493+
This page has moved.
494+
//See {ref}/java-clients.html[Java Client and security].
495+
496+
[role="exclude",id="http-clients"]
497+
=== HTTP/REST clients and security
498+
499+
This page has moved.
500+
//See {ref}/http-clients.html[].
501+
502+
[role="exclude",id="hadoop"]
503+
=== ES-Hadoop and Security
504+
505+
This page has moved.
506+
//See {ref}/hadoop.html[].
507+
508+
[role="exclude",id="beats"]
509+
=== Beats and Security
510+
511+
See:
512+
513+
* {auditbeat-ref}/securing-beats.html[{auditbeat}]
514+
* {filebeat-ref}/securing-beats.html[{filebeat}]
515+
* {heartbeat-ref}/securing-beats.html[{heartbeat}]
516+
* {metricbeat-ref}/securing-beats.html[{metricbeat}]
517+
* {packetbeat-ref}/securing-beats.html[{packetbeat}]
518+
* {winlogbeat-ref}/securing-beats.html[{winlogbeat}]
519+
520+
[role="exclude",id="secure-monitoring"]
521+
=== Monitoring and security
522+
523+
This page has moved.
524+
//See {ref}/secure-monitoring.html[].
525+
526+
[role="exclude",id="separating-node-client-traffic"]
527+
=== Separating node-to-node and client traffic
528+
529+
This page has moved.
530+
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)