You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,11 +81,11 @@ Review these other sections for critical information about securing and managing
81
81
Learn how to secure your Elastic environment to restrict access to only authorized parties, and allow communication between your environment and external parties.
82
82
83
83
*[](/deploy-manage/security.md): Learn about security features that prevent bad actors from tampering with your data, and encrypt communications to, from, and within your cluster.
84
-
*[](/deploy-manage/users-roles.md): Set up authentication and authorization for your cluster, and learn about the underlying security technologies that {{es}} uses to authenticate and authorize requests internally and across services.
84
+
*[](/deploy-manage/users-roles/cluster-or-deployment-auth.md): Set up authentication and authorization for your cluster, and learn about the underlying security technologies that {{es}} uses to authenticate and authorize requests internally and across services.
85
85
*[](/deploy-manage/manage-spaces.md): Learn how to organize content in {{kib}}, and restrict access to this content to specific users.
86
86
*[](/deploy-manage/api-keys.md): Authenticate and authorize programmatic access to your deployments and {{es}} resources.
87
87
*[](/deploy-manage/manage-connectors.md): Manage connection information between Elastic and third-party systems.
88
-
*[](/deploy-manage/remote-clusters.md): Enable communication between {{es}} clusters to support [cross-cluster replication](/deploy-manage/tools/cross-cluster-replication.md) and [cross-cluster search](/solutions/search/cross-cluster-search.md).
88
+
*[](/deploy-manage/remote-clusters/remote-clusters-self-managed.md): Enable communication between {{es}} clusters to support [cross-cluster replication](/deploy-manage/tools/cross-cluster-replication.md) and [cross-cluster search](/solutions/search/cross-cluster-search.md).
89
89
90
90
### Administer and maintain
91
91
@@ -94,11 +94,12 @@ Monitor the performance of your Elastic environment, administer your license, se
94
94
*[](/deploy-manage/tools.md): Learn about the tools available to safeguard data, ensure continuous availability, and maintain resilience in your {{es}} environment.
95
95
*[](/deploy-manage/monitor.md): View health and performance data for Elastic components, and receive recommendations and insights.
96
96
*[](/deploy-manage/license.md): Learn how to manage your Elastic license.
97
-
*[](/deploy-manage/maintenance.md): Learn how to isolate or deactivate parts of your Elastic environment to perform maintenance, or restart parts of Elastic.
97
+
*[](/deploy-manage/maintenance/start-stop-services.md): Learn how to isolate or deactivate parts of your Elastic environment to perform maintenance, or restart parts of Elastic.
98
+
*[](/deploy-manage/maintenance/add-and-remove-elasticsearch-nodes.md): Learn how to add nodes to a cluster or remove them from a cluster to change the size and capacity of {{es}}.
98
99
99
100
### Upgrade
100
101
101
-
You can [upgrade your Elastic environment](/deploy-manage/upgrade.md) to gain access to the latest features. Learn how to upgrade your cluster or deployment to the latest {{stack}} version, or upgrade your {{ece}} orchestrator or {{eck}} operator to the latest version.
102
+
You can [upgrade your Elastic environment](/deploy-manage/upgrade.md) to gain access to the latest features.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/configure-elasticsearch.md
+9-44Lines changed: 9 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,49 +131,14 @@ Static settings can only be configured on an unstarted or shut down node using `
131
131
132
132
Static settings must be set on every relevant node in the cluster.
133
133
134
+
## Additional guides
134
135
136
+
Refer to the following documentation to learn how to perform key configuration tasks for {{es}}:
135
137
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
$$$path-settings$$$
170
-
171
-
$$$ref-saml-settings$$$
172
-
173
-
$$$ref-oidc-settings$$$
174
-
175
-
$$$ref-kerberos-settings$$$
176
-
177
-
$$$hashing-settings$$$
178
-
179
-
$$$cluster-shard-limit$$$
138
+
* [](/deploy-manage/security.md): Learn about security features that prevent bad actors from tampering with your data, and encrypt communications to, from, and within your cluster.
139
+
* [](/deploy-manage/users-roles/cluster-or-deployment-auth.md): Set up authentication and authorization for your cluster, and learn about the underlying security technologies that {{es}} uses to authenticate and authorize requests internally and across services.
140
+
* [](/deploy-manage/api-keys.md): Authenticate and authorize programmatic access to your deployments and {{es}} resources.
141
+
* [](/deploy-manage/manage-connectors.md): Manage connection information between Elastic and third-party systems.
142
+
* [](/deploy-manage/remote-clusters.md): Enable communication between {{es}} clusters to support [cross-cluster replication](/deploy-manage/tools/cross-cluster-replication.md) and [cross-cluster search](/solutions/search/cross-cluster-search.md).
143
+
* [](/deploy-manage/maintenance/add-and-remove-elasticsearch-nodes.md): Learn how to add or remove nodes to change the size and capacity of your cluster.
144
+
* [](/deploy-manage/production-guidance.md): Review tips and guidance that you can use to design a production environment that matches your workloads, policies, and deployment needs.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/self-managed/configure-kibana.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,14 @@ Environment variables can be injected into configuration using `${MY_ENV_VAR}` s
31
31
32
32
For a complete list of settings that you can apply to {{kib}}, refer to [{{kib}} configuration reference](kibana:///reference/configuration-reference.md).
33
33
34
+
## Additional guides
34
35
35
-
* Link to areas to configure SSL certificates to encrypt client browsers communications (HTTPS) --> This is a bit unclear and difficult as the HTTPS endpoint configuration in Kibana appears in Elasticsearch documentation.
36
-
* Link to "Secure access to Kibana" elastic.co/guide/en/kibana/current/tutorial-secure-access-to-kibana.html
37
-
* Link to Use Kibana in production (with load balancers): elastic.co/guide/en/kibana/current/production.html
38
-
* Link to doc about using more than 1 Kibana instance? (not sure if it exists though)
36
+
Refer to the following documentation to learn how to perform key configuration tasks for {{kib}}:
37
+
38
+
*[Configure SSL certificates](/deploy-manage/security/set-up-basic-security-plus-https.md#encrypt-kibana-browser) to encrypt traffic between client browsers and {{kib}}
39
+
*[Enable authentication providers](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md) for {{kib}}
40
+
* Use [Spaces](/deploy-manage/manage-spaces.md) to organize content in {{kib}}, and restrict access to this content to specific users
41
+
* Use [Connectors](/deploy-manage/manage-connectors.md) to manage connection information between {{es}}, {{kib}}, and third-party systems
42
+
* Present a [user access agreement](/deploy-manage/users-roles/cluster-or-deployment-auth/access-agreement.md) when logging on to {{kib}}
43
+
* Review [considerations for using {{kib}} in production](/deploy-manage/production-guidance/kibana-in-production-environments.md), including using load balancers
44
+
*[Monitor events inside and outside of {{kib}}](/deploy-manage/monitor.md)
0 commit comments