[8.17] Minor docs fixes (#126144) (#126153)

This commit is contained in:
Joe Gallo 2025-04-02 13:02:08 -04:00 committed by GitHub
parent 00fc9cd973
commit aee9aa484f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ by Elasticsearch and Elasticsearch plugins.
[discrete] [discrete]
=== Features APIs === Features APIs
* <<get-features-api,Get Features API>> * <<get-features-api,Get Features API>>
* <<reset-features-api,Rest Features API>> * <<reset-features-api,Reset Features API>>
include::get-features-api.asciidoc[] include::get-features-api.asciidoc[]
include::reset-features-api.asciidoc[] include::reset-features-api.asciidoc[]

View file

@ -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). 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).
<<ingest-node-set-security-user-processor, `set_security_user` processor>>:: <<ingest-node-set-security-user-processor, `set_security_user` processor>>::
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.
<<uri-parts-processor, `uri_parts` processor>>:: <<uri-parts-processor, `uri_parts` processor>>::
Parses a Uniform Resource Identifier (URI) string and extracts its components as an object. 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.
<<date-processor, `date` processor>>:: <<date-processor, `date` processor>>::
Extracts and converts date fields. Extracts and converts date fields.
<<dot-expand-processor, `dot_expand`>> processor:: <<dot-expand-processor, `dot_expand` processor>>::
Expands a field with dots into an object field. Expands a field with dots into an object field.
<<htmlstrip-processor, `html_strip` processor>>:: <<htmlstrip-processor, `html_strip` processor>>::

View file

@ -6,7 +6,7 @@
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 `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 The `api_key` property exists only if the user authenticates with an
API key. It is an object containing the `id`, `name` and `metadata` API key. It is an object containing the `id`, `name` and `metadata`
(if it exists and is non-empty) fields of the API key. (if it exists and is non-empty) fields of the API key.