Skip to content

Commit 824f1d4

Browse files
authored
[DOCS] Option to disable device type extraction in user agent processor (#71626) (#77705)
1 parent 2e68cc3 commit 824f1d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/ingest/processors/user-agent.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The ingest-user-agent module ships by default with the regexes.yaml made availab
2121
| `target_field` | no | user_agent | The field that will be filled with the user agent details.
2222
| `regex_file` | no | - | The name of the file in the `config/ingest-user-agent` directory containing the regular expressions for parsing the user agent string. Both the directory and the file have to be created before starting Elasticsearch. If not specified, ingest-user-agent will use the regexes.yaml from uap-core it ships with (see below).
2323
| `properties` | no | [`name`, `major`, `minor`, `patch`, `build`, `os`, `os_name`, `os_major`, `os_minor`, `device`] | Controls what properties are added to `target_field`.
24+
| `extract_device_type` | no | `false` | beta:[] Extracts device type from the user agent string on a best-effort basis.
2425
| `ignore_missing` | no | `false` | If `true` and `field` does not exist, the processor quietly exits without modifying the document
2526
| `ecs` | no | `true` | Whether to return the output in Elastic Common Schema format. NOTE: This setting is deprecated and will be removed in a future version.
2627
|======

0 commit comments

Comments
 (0)