diff --git a/x-pack/plugin/core/src/main/resources/synthetics-mappings.json b/x-pack/plugin/core/src/main/resources/synthetics-mappings.json index ffaa374cc731a..ca159c4968bef 100644 --- a/x-pack/plugin/core/src/main/resources/synthetics-mappings.json +++ b/x-pack/plugin/core/src/main/resources/synthetics-mappings.json @@ -38,6 +38,20 @@ "type": "keyword" } } + }, + "host": { + "properties": { + "ip": { + "type": "ip" + } + } + }, + "observer": { + "properties": { + "ip": { + "type": "ip" + } + } } } }