Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 137 Bytes

useragent.md

File metadata and controls

12 lines (10 loc) · 137 Bytes

UserAgent 匹配归类

配置示例

filter {
    useragent {
        target => "ua"
        source => "useragent"
    }
}