Skip to content

Commit aee9aa4

Browse files
authored
[8.17] Minor docs fixes (elastic#126144) (elastic#126153)
1 parent 00fc9cd commit aee9aa4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/reference/features/apis/features-apis.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ by Elasticsearch and Elasticsearch plugins.
1313
[discrete]
1414
=== Features APIs
1515
* <<get-features-api,Get Features API>>
16-
* <<reset-features-api,Rest Features API>>
16+
* <<reset-features-api,Reset Features API>>
1717

1818
include::get-features-api.asciidoc[]
1919
include::reset-features-api.asciidoc[]

docs/reference/ingest/processors.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Calculates the network direction given a source IP address, destination IP addre
8989
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).
9090

9191
<<ingest-node-set-security-user-processor, `set_security_user` processor>>::
92-
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.
92+
Sets user-related details (such as `username`, `roles`, `email`, `full_name`,`metadata`, `api_key`, `realm` and `authentication_type`) from the current authenticated user.
9393

9494
<<uri-parts-processor, `uri_parts` processor>>::
9595
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.
144144
<<date-processor, `date` processor>>::
145145
Extracts and converts date fields.
146146

147-
<<dot-expand-processor, `dot_expand`>> processor::
147+
<<dot-expand-processor, `dot_expand` processor>>::
148148
Expands a field with dots into an object field.
149149

150150
<<htmlstrip-processor, `html_strip` processor>>::

docs/reference/ingest/processors/set-security-user.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<titleabbrev>Set security user</titleabbrev>
55
++++
66

7-
Sets user-related details (such as `username`, `roles`, `email`, `full_name`,
7+
Sets user-related details (such as `username`, `roles`, `email`, `full_name`,
88
`metadata`, `api_key`, `realm` and `authentication_type`) from the current
9-
authenticated user to the current document by pre-processing the ingest.
9+
authenticated user.
1010
The `api_key` property exists only if the user authenticates with an
1111
API key. It is an object containing the `id`, `name` and `metadata`
1212
(if it exists and is non-empty) fields of the API key.

0 commit comments

Comments
 (0)