Files
securityonion/salt/elasticsearch/templates/component/so/dtc-base-mappings.json

36 lines
728 B
JSON

{
"_meta": {
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html",
"ecs_version": "1.12.2"
},
"template": {
"mappings": {
"properties": {
"message": {
"type": "match_only_text",
"fields": {
"text": {
"type": "match_only_text"
},
"keyword": {
"type": "keyword"
}
}
},
"tags": {
"ignore_above": 1024,
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
},
"keyword": {
"type": "keyword"
}
}
}
}
}
}
}