useragent
#
| Category | Scope |
|---|
| Parsing | record |
The “useragent” pipeline processor: a dependency-free User-Agent classifier (browser, version, os, device class) covering the common web traffic vocabulary. Output lands under.
Configuration
#
| Field | Type | Default | Description |
|---|
field | string | “user_agent” | Source field to read from. |
target_field | string | “user_agent” | Destination field to write the result to. |
ignore_missing | bool | | Do not fail when the source field is missing. |
Example
#
processor:
- useragent:
field: "message"
target_field: "parsed"
ignore_missing: true