Skip to content
12 changes: 4 additions & 8 deletions src/integrations/src/data.ini
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ communication_template = {
}
},
"bytes": {
"type": "keyword",
"ignore_above": 256
"type": "long"
},
"ip": {
"type": "ip"
Expand Down Expand Up @@ -147,8 +146,7 @@ communication_template = {
}
},
"bytes": {
"type": "keyword",
"ignore_above": 256
"type": "long"
},
"ip": {
"type": "ip"
Expand Down Expand Up @@ -247,8 +245,7 @@ http_template = {
"type": "text"
},
"bytes": {
"type": "keyword",
"ignore_above": 256
"type": "long",
},
"method": {
"type": "keyword",
Expand Down Expand Up @@ -280,8 +277,7 @@ http_template = {
"type": "text"
},
"bytes": {
"type": "keyword",
"ignore_above": 256
"type": "long"
},
"status_code": {
"type": "keyword",
Expand Down