The User-Agent parser takes a User-Agent attribute and extracts the OS, browser, device, and other user data. It recognizes major bots like the Google Bot, Yahoo Slurp, and Bing.

Hierarchy

  • LogsUserAgentParser

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
isEnabled?: boolean

Whether or not the processor is enabled.

isEncoded?: boolean

Define if the source attribute is URL encoded or not.

name?: string

Name of the processor.

sources: string[]

Array of source attributes.

target: string

Name of the parent attribute that contains all the extracted details from the sources.

Type of logs User-Agent parser.

Generated using TypeDoc