Skip to content

Commit dbf731e

Browse files
committed
final fixes in toc and links
1 parent 2555ed0 commit dbf731e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

deploy-manage/security/secure-http-communications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ mapped_urls:
1717

1818
% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):
1919

20+
% pending to solve too
21+
2022
$$$configuring-tls-browser-kib$$$
2123
$$$encrypt-http-communication$$$
24+
$$$encrypt-kibana-http$$$
2225

2326
% Weird redirect in current system, not sure what to do
2427

deploy-manage/security/using-kibana-with-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The {{kib}} server can instruct browsers to enable additional security controls
108108

109109
1. Enable HTTP Strict-Transport-Security.
110110

111-
Use [`strictTransportSecurity`](/deploy-manage/deploy/self-managed/configure.md#server-securityResponseHeaders-strictTransportSecurity) to ensure that browsers will only attempt to access {{kib}} with SSL/TLS encryption. This is designed to prevent manipulator-in-the-middle attacks. To configure this with a lifetime of one year in your `kibana.yml`:
111+
Use [`strictTransportSecurity`](https://www.elastic.co/guide/en/kibana/current/settings.html#server-securityResponseHeaders-strictTransportSecurity) to ensure that browsers will only attempt to access {{kib}} with SSL/TLS encryption. This is designed to prevent manipulator-in-the-middle attacks. To configure this with a lifetime of one year in your `kibana.yml`:
112112

113113
```js
114114
server.securityResponseHeaders.strictTransportSecurity: "max-age=31536000"
@@ -120,7 +120,7 @@ The {{kib}} server can instruct browsers to enable additional security controls
120120

121121
2. Disable embedding.
122122

123-
Use [`disableEmbedding`](https://www.elastic.co/guide/en/kibana/master/settings.html#server-securityResponseHeaders-disableEmbedding) to ensure that {{kib}} cannot be embedded in other websites. To configure this in your `kibana.yml`:
123+
Use [`disableEmbedding`](https://www.elastic.co/guide/en/kibana/current/settings.html#server-securityResponseHeaders-disableEmbedding) to ensure that {{kib}} cannot be embedded in other websites. To configure this in your `kibana.yml`:
124124

125125
```js
126126
server.securityResponseHeaders.disableEmbedding: true

raw-migrated-files/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ toc:
160160
- file: kibana/kibana/logging-settings.md
161161
- file: kibana/kibana/reporting-production-considerations.md
162162
- file: kibana/kibana/secure-reporting.md
163+
- file: kibana/kibana/upgrade-migrations-rolling-back.md
164+
- file: kibana/kibana/upgrade.md
163165
- file: kibana/kibana/xpack-security.md
164166
- file: logstash/logstash/index.md
165167
children:

0 commit comments

Comments
 (0)