User Agent Processor - logzio/sawmill GitHub Wiki
User Agent [userAgent]
This processor can parse a userAgent string to enrich the data. If available it will give you information about the browser, operating system, and more.
- field
- targetField (optional)
- prefix (optional)
Example
{
"steps": [{
"userAgent": {
"config": {
"field":"User_Agent",
"prefix":"UA-"
}
}
}]
}