diff --git a/docs/reference/features/apis/features-apis.asciidoc b/docs/reference/features/apis/features-apis.asciidoc index 2582446340f1..0e327f974bc9 100644 --- a/docs/reference/features/apis/features-apis.asciidoc +++ b/docs/reference/features/apis/features-apis.asciidoc @@ -13,7 +13,7 @@ by Elasticsearch and Elasticsearch plugins. [discrete] === Features APIs * <> -* <> +* <> include::get-features-api.asciidoc[] include::reset-features-api.asciidoc[] diff --git a/docs/reference/ingest/processors.asciidoc b/docs/reference/ingest/processors.asciidoc index f4fcc0fc84d0..55de1a8bee1a 100644 --- a/docs/reference/ingest/processors.asciidoc +++ b/docs/reference/ingest/processors.asciidoc @@ -89,7 +89,7 @@ Calculates the network direction given a source IP address, destination IP addre Extracts the registered domain (also known as the effective top-level domain or eTLD), sub-domain, and top-level domain from a fully qualified domain name (FQDN). <>:: -Sets user-related details (such as `username`, `roles`, `email`, `full_name`,`metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user to the current document by pre-processing the ingest. +Sets user-related details (such as `username`, `roles`, `email`, `full_name`,`metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user. <>:: Parses a Uniform Resource Identifier (URI) string and extracts its components as an object. @@ -144,7 +144,7 @@ Extracts a single line of CSV data from a text field. <>:: Extracts and converts date fields. -<> processor:: +<>:: Expands a field with dots into an object field. <>:: diff --git a/docs/reference/ingest/processors/set-security-user.asciidoc b/docs/reference/ingest/processors/set-security-user.asciidoc index 321315782762..960525033bba 100644 --- a/docs/reference/ingest/processors/set-security-user.asciidoc +++ b/docs/reference/ingest/processors/set-security-user.asciidoc @@ -4,9 +4,9 @@ Set security user ++++ -Sets user-related details (such as `username`, `roles`, `email`, `full_name`, +Sets user-related details (such as `username`, `roles`, `email`, `full_name`, `metadata`, `api_key`, `realm` and `authentication_type`) from the current -authenticated user to the current document by pre-processing the ingest. +authenticated user. The `api_key` property exists only if the user authenticates with an API key. It is an object containing the `id`, `name` and `metadata` (if it exists and is non-empty) fields of the API key.