useragent

useragent #

CategoryScope
Parsingrecord

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 #

FieldTypeDefaultDescription
fieldstring“user_agent”Source field to read from.
target_fieldstring“user_agent”Destination field to write the result to.
ignore_missingboolDo not fail when the source field is missing.

Example #

processor:
  - useragent:
      field: "message"
      target_field: "parsed"
      ignore_missing: true
Edit Edit this page