Skip to content

Commit

Permalink
update bytes map to long and status to int (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 committed Jun 1, 2023
1 parent 0d1eede commit 0797504
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/integrations/mapping-components/http.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"type": "text"
},
"bytes": {
"type": "keyword",
"ignore_above": 256
"type": "long"
},
"method": {
"type": "keyword",
Expand Down Expand Up @@ -101,12 +100,10 @@
"type": "text"
},
"bytes": {
"type": "keyword",
"ignore_above": 256
"type": "long"
},
"status_code": {
"type": "keyword",
"ignore_above": 256
"type": "integer"
}
}
}
Expand Down

0 comments on commit 0797504

Please sign in to comment.