Additional .keyword changes for host.hostname client.address, and event.action

This commit is contained in:
Wes Lambert
2022-03-02 21:54:46 +00:00
parent 3ee46e4c29
commit 8f97f09c9c
2 changed files with 27 additions and 1 deletions

View File

@@ -48,6 +48,19 @@
"properties": { "properties": {
"event": { "event": {
"properties": { "properties": {
"action": {
"ignore_above": 1024,
"type": "keyword",
"fields": {
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
},
"keyword": {
"type": "keyword"
}
}
},
"category": { "category": {
"ignore_above": 1024, "ignore_above": 1024,
"type": "keyword", "type": "keyword",

View File

@@ -48,7 +48,20 @@
"properties": { "properties": {
"host": { "host": {
"properties": { "properties": {
"name": { "hostname": {
"ignore_above": 1024,
"type": "keyword",
"fields": {
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
},
"keyword": {
"type": "keyword"
}
}
},
"name": {
"ignore_above": 1024, "ignore_above": 1024,
"type": "keyword", "type": "keyword",
"fields": { "fields": {