Skip to content

Commit b7a3c73

Browse files
Merge branch 'main' into docs-issue-7436-managed-dv-delete
2 parents 98e3228 + dc1c9f6 commit b7a3c73

62 files changed

Lines changed: 705 additions & 485 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_search.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
description: Change the Kibana interface language from your user menu or profile.
3+
applies_to:
4+
stack: beta 9.5
5+
serverless: beta
6+
products:
7+
- id: kibana
8+
- id: cloud-serverless
9+
type: how-to
10+
---
11+
12+
13+
# Change the interface language in {{kib}}
14+
15+
{{kib}} can display its interface in several languages. From the application header, you can select the language you prefer for your current project or deployment.
16+
17+
:::{tip}
18+
If you're using {{ecloud}}, this setting only applies to the {{kib}} UI of your serverless projects and hosted deployments.
19+
:::
20+
21+
## Change your interface language
22+
23+
1. Open the user menu from the header.
24+
2. Select **Language**.
25+
26+
:::{note}
27+
:applies_to: { self: , ece: , eck: }
28+
On self-managed, {{ece}}, and {{eck}} deployments of {{kib}}, this option is located on your profile page. To access it, select **Edit profile** from the header's user menu, then find the **Language** section.
29+
:::
30+
31+
3. Select your preferred language from the **Display language** menu.
32+
4. Select **Save changes**.
33+
5. Refresh the page to apply the selected language.
34+
35+
## If your language isn't available
36+
37+
By default, {{kib}} offers localized versions for [some languages](kibana://reference/configuration-reference/internationalization-settings.md#built-in-and-custom-locales).
38+
39+
On {{ech}}, {{ece}}, {{eck}}, and self-managed deployments, administrators can enable or disable languages, or turn language selection off, in the [internationalization settings](kibana://reference/configuration-reference/internationalization-settings.md).
40+
41+
## Related pages
42+
43+
- [Internationalization settings in {{kib}}](kibana://reference/configuration-reference/internationalization-settings.md)
44+
- [Use dark mode in {{kib}}](dark-mode.md)
45+
- [Use high-contrast mode in {{kib}}](high-contrast.md)

cloud-account/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ toc:
88
- file: multifactor-authentication.md
99
- file: switch-organizations.md
1010
- file: dark-mode.md
11-
- file: high-contrast.md
11+
- file: high-contrast.md
12+
- file: change-interface-language.md

contribute-docs/api-docs/overview.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ All Elastic API docs follow this general pattern:
3838
flowchart TD
3939
A[Source files] --> B[OpenAPI documents]
4040
B --> C[Published documentation]
41-
42-
style A fill:#fff2cc
43-
style B fill:#e1d5e7
44-
style C fill:#dae8fc
41+
42+
class A warning
43+
class B important
44+
class C note
4545
```
4646

4747
1. **Source files** can be:
@@ -71,16 +71,11 @@ flowchart TD
7171
C1 -->|published| E["HTML published by Bump.sh"]
7272
B -->|generated| D[Client libraries]
7373
B -->|generated| F[REST API spec]
74-
75-
style A fill:#fff2cc
76-
style F fill:#fff2cc
77-
style G fill:#fff2cc
78-
style B fill:#d5e8d4
79-
style C1 fill:#e1d5e7
80-
style C2 fill:#e1d5e7
81-
style H fill:#fff2cc
82-
style D fill:#dae8fc
83-
style E fill:#dae8fc
74+
75+
class A,F,G,H warning
76+
class B success
77+
class C1,C2 important
78+
class D,E note
8479
```
8580

8681
### Input sources

deploy-manage/cloud-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can use EIS to enable features such as:
3636
- [Semantic search](/solutions/search/semantic-search.md)
3737
- [AI Assistants](/explore-analyze/ai-features/ai-chat-experiences/ai-assistant.md)
3838
- [Agent Builder](/explore-analyze/ai-features/elastic-agent-builder.md)
39-
- [Attack Discovery](/solutions/security/ai/attack-discovery.md)
39+
- [Attack Discovery](/solutions/security/ai/attack-discovery/index.md)
4040

4141
For a full list of EIS-powered features, refer to [AI features powered by EIS](/explore-analyze/elastic-inference/eis.md#ai-features-powered-by-eis).
4242

deploy-manage/deploy/cloud-enterprise/ece-install-offline-images.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Enterprise Search is not available in versions 9.0+.
4242

4343
| Required downloads | Minimum required ECE version |
4444
| --- | --- |
45-
| [{{es}}, {{kib}}, and APM stack pack: 9.4.3](https://download.elastic.co/cloud-enterprise/versions/9.4.3.zip) | ECE 4.0.0 |
46-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.4.3 | ECE 4.0.0 |
47-
| docker.elastic.co/cloud-release/kibana-cloud:9.4.3 | ECE 4.0.0 |
48-
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.4.3 | ECE 4.0.0 |
45+
| [{{es}}, {{kib}}, and APM stack pack: 9.4.4](https://download.elastic.co/cloud-enterprise/versions/9.4.4.zip) | ECE 4.0.0 |
46+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.4.4 | ECE 4.0.0 |
47+
| docker.elastic.co/cloud-release/kibana-cloud:9.4.4 | ECE 4.0.0 |
48+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.4.4 | ECE 4.0.0 |
4949
| | |
5050
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.19](https://download.elastic.co/cloud-enterprise/versions/8.19.19.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
5151
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.19 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
@@ -71,6 +71,11 @@ Enterprise Search is not available in versions 9.0+.
7171
::::{dropdown} Expand to view the full list
7272
| Required downloads | Minimum required ECE version |
7373
| --- | --- |
74+
| [{{es}}, {{kib}}, and APM stack pack: 9.4.4](https://download.elastic.co/cloud-enterprise/versions/9.4.4.zip) | ECE 4.0.0 |
75+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.4.4 | ECE 4.0.0 |
76+
| docker.elastic.co/cloud-release/kibana-cloud:9.4.4 | ECE 4.0.0 |
77+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.4.4 | ECE 4.0.0 |
78+
| | |
7479
| [{{es}}, {{kib}}, and APM stack pack: 9.4.3](https://download.elastic.co/cloud-enterprise/versions/9.4.3.zip) | ECE 4.0.0 |
7580
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.4.3 | ECE 4.0.0 |
7681
| docker.elastic.co/cloud-release/kibana-cloud:9.4.3 | ECE 4.0.0 |

deploy-manage/deploy/cloud-enterprise/manage-elastic-stack-versions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $$$ece-elastic-stack-stackpacks-recent$$$
4040

4141
| Stack pack download link | Minimum required ECE version |
4242
| --- | --- |
43-
| [{{es}}, {{kib}}, and APM stack pack: 9.4.3](https://download.elastic.co/cloud-enterprise/versions/9.4.3.zip) | ECE 4.0.0 |
43+
| [{{es}}, {{kib}}, and APM stack pack: 9.4.4](https://download.elastic.co/cloud-enterprise/versions/9.4.4.zip) | ECE 4.0.0 |
4444
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.19](https://download.elastic.co/cloud-enterprise/versions/8.19.19.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
4545
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
4646

@@ -52,6 +52,7 @@ Following is the full list of available packs containing {{stack}} versions. Not
5252
::::{dropdown} Expand to view the full list
5353
| Stack pack download link | Minimum required ECE version |
5454
| --- | --- |
55+
| [{{es}}, {{kib}}, and APM stack pack: 9.4.4](https://download.elastic.co/cloud-enterprise/versions/9.4.4.zip) | ECE 4.0.0 | Kibana requires 2GB instance
5556
| [{{es}}, {{kib}}, and APM stack pack: 9.4.3](https://download.elastic.co/cloud-enterprise/versions/9.4.3.zip) | ECE 4.0.0 | Kibana requires 2GB instance
5657
| [{{es}}, {{kib}}, and APM stack pack: 9.4.2](https://download.elastic.co/cloud-enterprise/versions/9.4.2.zip) | ECE 4.0.0 | Kibana requires 2GB instance
5758
| [{{es}}, {{kib}}, and APM stack pack: 9.4.1](https://download.elastic.co/cloud-enterprise/versions/9.4.1.zip) | ECE 4.0.0 | Kibana requires 2GB instance

deploy-manage/deploy/elastic-cloud/fedramp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This table provides a comparison of features and capabilities included in {{ech}
4646
| [Managed OTLP Endpoint (mOTLP)](opentelemetry://reference/motlp.md) | Yes | No | No |
4747
| [Custom bundles and plugins](/deploy-manage/deploy/elastic-cloud/upload-custom-plugins-bundles.md) | Yes | Yes | No |
4848
| [Elastic AI Assistant for Observability and Search](/solutions/observability/ai/observability-ai-assistant.md), [Elastic AI Assistant for Security](/solutions/security/ai/ai-assistant.md) | Yes | Elastic Managed LLM not available | Elastic Managed LLM not available |
49-
| [Attack Discovery](/solutions/security/ai/attack-discovery.md) | Yes | Yes | TBD |
49+
| [Attack Discovery](/solutions/security/ai/attack-discovery/index.md) | Yes | Yes | TBD |
5050
| [Universal profiling](/solutions/observability/infra-and-hosts/universal-profiling.md) | Yes | No | No |
5151

5252
## Get started with FedRAMP [ec-fedramp-get-started]

deploy-manage/monitor/autoops/ec-autoops-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ $$$maintenance$$$ **Do I have to do any maintenance when using AutoOps for ECE,
115115
* When using the ECK installation method, make sure your instance of {{agent}} meets the [version requirements](/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md#prerequisites) for your license type.
116116

117117
$$$trial-ending$$$ **I connected my ECE, ECK, or self-managed cluster to AutoOps during a free trial of {{ecloud}}. What happens after my trial ends?**
118-
: After your free trial ends, your cluster remains connected and AutoOps continues to process your {{es}} metrics as long as:
119-
* You have an [active {{ecloud}} account](../../cloud-organization/billing/add-billing-details.md).
118+
: You don't need a paid {{ecloud}} subscription or an active {{ecloud}} trial to keep using AutoOps for ECE, ECK, or self-managed clusters. AutoOps is free across all [self-managed license types](https://www.elastic.co/subscriptions) through Cloud Connect. After your free trial ends, your cluster remains connected and AutoOps continues to process your {{es}} metrics as long as:
119+
* You have an [active {{ecloud}} account](../../cloud-organization/billing/add-billing-details.md). Creating an {{ecloud}} account is free and doesn't require a paid subscription.
120120
* {{agent}} is running and shipping metrics to {{ecloud}}.
121121

122122
$$$access-autoops$$$**Who has access to AutoOps in my cluster?**

docset.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ toc:
111111
- file: archive.md
112112
- file: versions.md
113113
- hidden: 404.md
114-
- hidden: _search.md
115114

116115
subs:
117116
subscriptions: "https://www.elastic.co/subscriptions"

0 commit comments

Comments
 (0)