mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-13 11:41:22 +01:00
25 lines
517 B
JSON
25 lines
517 B
JSON
{
|
|
"_meta": {
|
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-user_agent.html",
|
|
"ecs_version": "1.12.2"
|
|
},
|
|
"template": {
|
|
"mappings": {
|
|
"properties": {
|
|
"user_agent": {
|
|
"properties": {
|
|
"original": {
|
|
"fields": {
|
|
"keyword": {
|
|
"type": "keyword"
|
|
}
|
|
},
|
|
"ignore_above": 1024,
|
|
"type": "keyword"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |