Skip to content

Commit 72633de

Browse files
authored
Merge branch 'main' into release-8.19.2-9.1.1
2 parents 337a642 + f243d8e commit 72633de

File tree

842 files changed

+20400
-9278
lines changed

Some content is hidden

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

842 files changed

+20400
-9278
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
/solutions/observability/get-started/ @elastic/ski-docs
4848
/solutions/search/ @elastic/developer-docs
4949
/solutions/security/ @elastic/experience-docs
50-
/solutions/security/get-started/ @elastic/ingest-docs @elastic/experience-docs
51-
/solutions/security/cloud/ @elastic/ingest-docs
5250

5351
/troubleshoot/ @elastic/docs
5452
/troubleshoot/deployments/ @elastic/admin-docs

.github/workflows/comment-on-removed-files.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

.github/workflows/doc-preview-comment.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
deployments: write
1717
id-token: write
1818
contents: read
19-
pull-requests: read
19+
pull-requests: write

.github/workflows/label-community-issues.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ jobs:
1212
contents: read
1313

1414
steps:
15+
# Adding this step for debug purposes
16+
# If this works as expected, we can simplify this workflow
17+
# and replace it with the `check-membership` step
18+
- name: Check organization membership (test)
19+
run: echo "${{ github.event.issue.author_association == 'MEMBER' }}"
1520
- name: Check organization membership
1621
id: check-membership
1722
uses: actions/github-script@v7
1823
with:
1924
github-token: ${{ secrets.ORG_MEMBER_READ_TOKEN }}
25+
result-encoding: string
2026
script: |
2127
const issueAuthor = '${{ github.event.issue.user.login }}';
2228
const orgName = 'elastic';
@@ -55,4 +61,4 @@ jobs:
5561
labels: ['community']
5662
});
5763
58-
console.log(`Added "community" label to issue by ${issueAuthor}`);
64+
console.log(`Added "community" label to issue by ${issueAuthor}`);

cloud-account/dark-mode.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ applies_to:
66

77
# Use dark mode in Kibana
88

9-
The dark mode changes Kibana's default light appearance to a darker and higher-contrast color theme. From the application header, you can turn on dark mode or synchronize the color mode with your operating system settings.
9+
The dark mode changes Kibana's default light appearance to a darker color theme. From the application header, you can turn on dark mode or synchronize the color mode with your operating system settings.
1010

1111
:::{tip}
1212
If you're using {{ecloud}}, this setting only applies to the Kibana UI of your serverless projects and hosted deployments. If you'd like to change the {{ecloud}} Console color theme too, you must do so separately from its respective interface.
@@ -16,10 +16,15 @@ If you're using {{ecloud}}, this setting only applies to the Kibana UI of your s
1616

1717
1. Open the user menu from the header.
1818
2. Select **Appearance**.
19+
20+
:::{note}
21+
On self-managed deployments of {{kib}}, this option is located on your profile page. To access it, select **Edit profile** from the header's user menu.
22+
:::
23+
1924
3. Choose a color mode:
2025

2126
- **Light**: The default color mode of Kibana
22-
- **Dark**: The dark and high-contrast color mode of Kibana
27+
- **Dark**: The dark color mode of Kibana
2328
- **System**: Synchronizes Kibana's color mode with your system settings
2429
- **Space default**: Sets the color mode to the value defined in the [Space settings](kibana://reference/advanced-settings.md#kibana-general-settings)
2530

cloud-account/high-contrast.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
description: Use high-contrast mode in Kibana.
3+
applies_to:
4+
stack: ga 9.1
5+
serverless: ga
6+
products:
7+
- id: kibana
8+
---
9+
10+
# Use high-contrast mode in Kibana
11+
12+
You can change the interface contrast mode of Kibana to improve visibility and readability in low-light conditions.
13+
14+
1. Open the user menu from the header.
15+
2. Select **Appearance**.
16+
17+
:::{note}
18+
On self-managed deployments of {{kib}}, this option is located on your profile page. To access it, select **Edit profile** from the header's user menu.
19+
:::
20+
21+
3. Choose an interface contrast mode:
22+
23+
- **System**: Synchronizes Kibana's contrast mode with your system settings.
24+
- **Normal**: Normal contrast mode.
25+
- **High**: The high-contrast color mode of Kibana.
26+
27+
4. Select **Save changes**.
28+
5. Refresh the page to apply the selected contrast mode.

cloud-account/multifactor-authentication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,12 @@ The only secure and recommended approach is to use one Elastic account for each
106106

107107
For now, you will need to answer an MFA challenge on every login, but we are working on adding a **Trust this device** option, which will "silence" the MFA challenge for one month per user session.
108108

109+
**Can I use multiple email addresses for MFA?**
110+
111+
No, only one email address can be used for MFA verification. In alignment with security best practices, Elastic Cloud is designed to use only one designated email address for MFA purposes. This email is used to send your one-time verification codes during login. If you need to update your MFA email address, review [Update your email address](update-your-email-address.md) for more information.
112+
113+
114+
115+
116+
109117

cloud-account/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ toc:
66
- file: change-your-password.md
77
- file: add-a-login-method.md
88
- file: multifactor-authentication.md
9-
- file: dark-mode.md
9+
- file: dark-mode.md
10+
- file: high-contrast.md

deploy-manage/_snippets/ecloud-security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{{ecloud}} has built-in security. For example, HTTPS communications between {{ecloud}} and the internet, as well as inter-node communications, are secured automatically, and cluster data is encrypted at rest.
22

3+
In both {{ech}} and {{serverless-full}}, you can also configure [IP filters](/deploy-manage/security/ip-filtering-cloud.md) to prevent unauthorized access to your deployments and projects.
4+
35
In {{ech}}, you can augment these security features in the following ways:
4-
* Configure [traffic filtering](/deploy-manage/security/traffic-filtering.md) to prevent unauthorized access to your deployments.
6+
* [Configure private connectivity and apply VPC filtering](/deploy-manage/security/private-connectivity.md) to establish a secure connection for your {{ecloud}} deployments to communicate with other cloud services, and restrict traffic to deployments based on those private connections.
57
* Encrypt your deployment with a [customer-managed encryption key](/deploy-manage/security/encrypt-deployment-with-customer-managed-encryption-key.md).
68
* [Secure your settings](/deploy-manage/security/secure-settings.md) using {{es}} and {{kib}} keystores.
79
* Use the list of [{{ecloud}} static IPs](/deploy-manage/security/elastic-cloud-static-ips.md) to allow or restrict communications in your infrastructure.

0 commit comments

Comments
 (0)