[7.x] Add host.ip and observer.ip fields to the synthetics-*-* mappings (#62412) (#62553)

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
This commit is contained in:
Lee Hinman 2020-09-17 09:01:53 -06:00 committed by GitHub
parent a636d106bf
commit 3081b3827b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -38,6 +38,20 @@
"type": "keyword"
}
}
},
"host": {
"properties": {
"ip": {
"type": "ip"
}
}
},
"observer": {
"properties": {
"ip": {
"type": "ip"
}
}
}
}
}