Skip to content

Commit bc7183d

Browse files
Merge branch 'main' into charlotte-link-update-689
2 parents cf9801d + 1700917 commit bc7183d

File tree

61 files changed

+247
-1561
lines changed

Some content is hidden

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

61 files changed

+247
-1561
lines changed

deploy-manage/deploy/cloud-enterprise/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Other sections of the documentation describe important ECE features to consider:
3333
* [Configure allocator affinity](configure-allocator-affinity.md) - Determine how ECE distributes your Elastic Stack deployments across allocators.
3434
* [Change allocator disconnect timeout](change-allocator-disconnect-timeout.md) - Configure how long ECE waits before considering allocators to be disconnected.
3535
* [Migrate ECE to Podman hosts](./migrate-ece-to-podman-hosts.md) - If you are running a Docker based installation and you need to migrate to Podman.
36-
* [Migrate ECE on Podman hosts to SELinux in enforcing mode](migrate-ece-on-podman-hosts-to-selinux-enforce.md) - Migrate ECE to SELinux in `enforcing` mode using Podman.
36+
* [Migrate ECE on Podman hosts to SELinux in enforcing mode](../../security/secure-your-elastic-cloud-enterprise-installation/migrate-ece-on-podman-hosts-to-selinux-enforce.md) - Migrate ECE to SELinux in `enforcing` mode using Podman.
3737

3838
## Maintenance activities
3939

deploy-manage/deploy/cloud-enterprise/deploy-an-orchestrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ To start orchestrating your {{es}} clusters, refer to [](./working-with-deployme
5252
The following tasks are only needed on certain circumstances:
5353

5454
* [Migrate ECE to Podman hosts](./migrate-ece-to-podman-hosts.md)
55-
* [Migrate ECE on Podman hosts to SELinux enforce](./migrate-ece-on-podman-hosts-to-selinux-enforce.md)
55+
* [Migrate ECE on Podman hosts to SELinux enforce](./../../security/secure-your-elastic-cloud-enterprise-installation/migrate-ece-on-podman-hosts-to-selinux-enforce.md)
5656
* [Change allocator disconnect timeout](./change-allocator-disconnect-timeout.md)

deploy-manage/deploy/cloud-enterprise/enable-custom-endpoint-aliases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ After installing or upgrading to version 2.10 or later:
2929
* For Kibana, the certificate needs to allow for ***.kb.<your-domain>**
3030
* For APM, the certificate needs to allow for ***.apm.<your-domain>**
3131
* For Fleet, the certificate needs to allow for ***.fleet.<your-domain>**
32+
* For Universal Profiling, the certificate needs to allow for ***.profiling.<your-domain>** and ***.symbols.<your-domain>**
3233

3334
3. In the **Platform** menu, select **Settings**.
3435
4. Under the **Enable custom endpoint alias naming**, toggle the setting to allow platform administrators and deployment managers to choose a simplified, unique URL for the endpoint.

deploy-manage/deploy/deployment-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more details about feature availability in Serverless, check [](elastic-clou
1212
| [Security configurations](/deploy-manage/security.md) | Full control | Limited control | Limited control |
1313
| [Authentication realms](/deploy-manage/users-roles.md) | Available | Available | Available, through Elastic Cloud only |
1414
| [Custom roles](/deploy-manage/users-roles.md) | Available | Available | Available |
15-
| [Audit logging](/deploy-manage/monitor/logging-configuration/configuring-audit-logs.md) | Available | Available | No |
15+
| [Audit logging](/deploy-manage/security/logging-configuration/security-event-audit-logging.md) | Available | Available | No |
1616

1717
## Infrastructure and cluster management
1818

deploy-manage/monitor/stack-monitoring/collecting-log-data-with-filebeat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you’re using {{agent}}, do not deploy {{filebeat}} for log collection. Inst
2727

2828
2. Identify which logs you want to monitor.
2929

30-
The {{filebeat}} {{es}} module can handle [audit logs](../logging-configuration/logfile-audit-output.md), [deprecation logs](../logging-configuration/elasticsearch-log4j-configuration-self-managed.md#deprecation-logging), [gc logs](elasticsearch://reference/elasticsearch/jvm-settings.md#gc-logging), [server logs](../logging-configuration/elasticsearch-log4j-configuration-self-managed.md), and [slow logs](elasticsearch://reference/elasticsearch/index-settings/slow-log.md). For more information about the location of your {{es}} logs, see the [path.logs](../../deploy/self-managed/important-settings-configuration.md#path-settings) setting.
30+
The {{filebeat}} {{es}} module can handle [audit logs](../../security/logging-configuration/logfile-audit-output.md), [deprecation logs](../logging-configuration/elasticsearch-log4j-configuration-self-managed.md#deprecation-logging), [gc logs](elasticsearch://reference/elasticsearch/jvm-settings.md#gc-logging), [server logs](../logging-configuration/elasticsearch-log4j-configuration-self-managed.md), and [slow logs](elasticsearch://reference/elasticsearch/index-settings/slow-log.md). For more information about the location of your {{es}} logs, see the [path.logs](../../deploy/self-managed/important-settings-configuration.md#path-settings) setting.
3131

3232
::::{important}
3333
If there are both structured (`*.json`) and unstructured (plain text) versions of the logs, you must use the structured logs. Otherwise, they might not appear in the appropriate context in {{kib}}.

deploy-manage/monitor/stack-monitoring/ece-stack-monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ When shipping logs to a monitoring deployment there are more logging features av
181181

182182
#### For {{es}}: [ece-extra-logging-features-elasticsearch]
183183

184-
* [Audit logging](../logging-configuration/enabling-audit-logs.md) - logs security-related events on your deployment
184+
* [Audit logging](../../security/logging-configuration/enabling-audit-logs.md) - logs security-related events on your deployment
185185
* [Slow query and index logging](elasticsearch://reference/elasticsearch/index-settings/slow-log.md) - helps find and debug slow queries and indexing
186186
* Verbose logging - helps debug stack issues by increasing component logs
187187

@@ -190,7 +190,7 @@ After you’ve enabled log delivery on your deployment, you can [add the Elastic
190190

191191
#### For Kibana: [ece-extra-logging-features-kibana]
192192

193-
* [Audit logging](../logging-configuration/enabling-audit-logs.md) - logs security-related events on your deployment
193+
* [Audit logging](../../security/logging-configuration/enabling-audit-logs.md) - logs security-related events on your deployment
194194

195195
After you’ve enabled log delivery on your deployment, you can [add the Kibana user settings](../../deploy/cloud-enterprise/edit-stack-settings.md) to enable this feature.
196196

deploy-manage/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ There is no orchestration layer for self-managed deployments because you directl
121121
- [**Traffic filtering**](security/traffic-filtering.md): IP filtering, private links, and static IPs
122122
- [**Secure communications**](security/secure-cluster-communications.md): TLS configuration, certificates management
123123
- [**Data protection**](security/data-security.md): Encryption at rest, secure settings, saved objects
124+
- [**Security event audit logging**](security/logging-configuration/security-event-audit-logging.md): {{es}} and {{kib}} audit logs
124125
- [**Session management**](security/kibana-session-management.md): Kibana session controls
125126
- [**FIPS 140-2 compliance**](security/fips-140-2.md): Federal security standards
126127

File renamed without changes.

deploy-manage/monitor/logging-configuration/configuring-audit-logs.md renamed to deploy-manage/security/logging-configuration/configuring-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When auditing security events, a single client request might generate multiple a
2626

2727
For a complete description of event details and format, refer to the following resources:
2828
* [{{es}} audit events details and schema](elasticsearch://reference/elasticsearch/elasticsearch-audit-events.md)
29-
* [{{es}} log entry output format](/deploy-manage/monitor/logging-configuration/logfile-audit-output.md#audit-log-entry-format)
29+
* [{{es}} log entry output format](./logfile-audit-output.md#audit-log-entry-format)
3030

3131
### Kibana auditing configuration
3232

0 commit comments

Comments
 (0)