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: docs/reference/elasticsearch-plugins/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ mapped_pages:
6
6
7
7
# Elasticsearch plugins [intro]
8
8
9
+
:::{note}
10
+
This section provides detailed **reference information** for Elasticsearch plugins.
11
+
12
+
Refer to [Add plugins and extensions](docs-content://deploy-manage/deploy/elastic-cloud/add-plugins-extensions.md) in the **Deploy and manage** section for overview, getting started and conceptual information.
13
+
:::
14
+
9
15
Plugins are a way to enhance the core Elasticsearch functionality in a custom manner. They range from adding custom mapping types, custom analyzers, native scripts, custom discovery and more.
10
16
11
17
Plugins contain JAR files, but may also contain scripts and config files, and must be installed on every node in the cluster. After installation, each node must be restarted before the plugin becomes visible.
This section provides detailed **reference information** for Elasticsearch configuration.
9
+
10
+
Refer to [Elasticsearch configuration](docs-content://deploy-manage/deploy/cloud-on-k8s/elasticsearch-configuration.md) in the **Deploy and manage** section for overview, getting started and conceptual information.
11
+
:::
12
+
7
13
Configuration settings enable you to customize the behavior of Elasticsearch features.
8
14
This reference provides details about each setting, such as its purpose, default behavior, and availability in Elastic Cloud environments.
This section provides detailed **reference information** for Elasticsearch audit events.
15
+
16
+
Refer to [Security event audit logging](docs-content://deploy-manage/security/logging-configuration/security-event-audit-logging.md) in the **Deploy and manage** section for overview, getting started and conceptual information about audit logging.
17
+
:::
18
+
13
19
When you are [auditing security events](docs-content://deploy-manage/monitor/logging-configuration/enabling-audit-logs.md), a single client request might generate multiple audit events, across multiple cluster nodes. The common `request.id` attribute can be used to correlate the associated events.
14
20
15
21
This document provides a reference for all types of audit events and their associated [attributes](#audit-event-attributes) in {{es}}. Use [audit event settings](./configuration-reference/auding-settings.md) options to control what gets logged.
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/index-lifecycle-actions/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ mapped_pages:
5
5
6
6
# Index lifecycle actions [ilm-actions]
7
7
8
+
:::{note}
9
+
This section provides detailed **reference information** for Index lifecycle actions.
10
+
11
+
Refer to [Index lifecycle management](docs-content://manage-data/lifecycle/index-lifecycle-management.md) in the **Manage data** section for overview, getting started and conceptual information.
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/mapping-reference/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ navigation_title: "Mapping"
3
3
---
4
4
# Mapping reference
5
5
6
+
:::{note}
7
+
This section provides detailed **reference information** for mapping.
8
+
9
+
Refer to [Mapping](docs-content://manage-data/data-store/mapping.md) in the **Manage data** section for overview, getting started and conceptual information.
10
+
:::
11
+
6
12
Mappings are defined dynamically or explicitly for each document in Elasticsearch.
7
13
This section contains explanations for the following mapping components:
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/roles.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ mapped_pages:
5
5
6
6
# Roles [built-in-roles]
7
7
8
+
:::{note}
9
+
This section provides detailed **reference information** for Elasticsearch privileges.
10
+
11
+
Refer to [User roles](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-roles.md) in the **Deploy and manage** section for overview, getting started and conceptual information.
12
+
:::
13
+
8
14
The {{stack-security-features}} apply a default role to all users, including [anonymous users](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/anonymous-access.md). The default role enables users to access the authenticate endpoint, change their own passwords, and get information about themselves.
9
15
10
16
There is also a set of built-in roles you can explicitly assign to users. These roles have a fixed set of privileges and cannot be updated.
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/security-privileges.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ mapped_pages:
5
5
6
6
# Elasticsearch privileges [security-privileges]
7
7
8
+
:::{note}
9
+
This section provides detailed **reference information** for Elasticsearch privileges.
10
+
11
+
Refer to [User roles](docs-content://deploy-manage/users-roles/cluster-or-deployment-auth/user-roles.md) in the **Deploy and manage** section for more information on how role-based access control works.
12
+
:::
13
+
8
14
This section lists the privileges that you can assign to a role.
Copy file name to clipboardExpand all lines: docs/reference/ingestion-tools/enrich-processor/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ mapped_pages:
6
6
7
7
# Ingest processor reference [processors]
8
8
9
+
:::{note}
10
+
This section provides detailed **reference information** for ingest processors.
11
+
12
+
Refer to [Transform and enrich data](docs-content://manage-data/ingest/transform-enrich.md) in the **Manage data** section for overview and conceptual information.
13
+
:::
9
14
10
15
An [ingest pipeline](docs-content://manage-data/ingest/transform-enrich/ingest-pipelines.md) is made up of a sequence of processors that are applied to documents as they are ingested into an index. Each processor performs a specific task, such as filtering, transforming, or enriching data.
Copy file name to clipboardExpand all lines: docs/reference/query-languages/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ applies_to:
5
5
---
6
6
# Query languages
7
7
8
+
:::{note}
9
+
This section provides detailed **reference information** for query languages.
10
+
11
+
Refer to [Query Languages](docs-content://explore-analyze/query-filter/languages.md) in the **Explore and analyze** section for overview, getting started and conceptual information.
12
+
:::
13
+
8
14
This section contains reference information for Elastic query languages.
0 commit comments