Skip to content

Commit ae8c0ce

Browse files
authored
Add host.ip and observer.ip fields to the synthetics-*-* mappings (#62412)
We need to ensure these are mapped as 'ip' instead of a keyword, even if they do end up not being used. Relates to #62193
1 parent 9e5da6e commit ae8c0ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

x-pack/plugin/core/src/main/resources/synthetics-mappings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,20 @@
3838
"type": "keyword"
3939
}
4040
}
41+
},
42+
"host": {
43+
"properties": {
44+
"ip": {
45+
"type": "ip"
46+
}
47+
}
48+
},
49+
"observer": {
50+
"properties": {
51+
"ip": {
52+
"type": "ip"
53+
}
54+
}
4155
}
4256
}
4357
}

0 commit comments

Comments
 (0)