Skip to content

Commit

Permalink
Add host.ip and observer.ip fields to the synthetics-*-* mappings (#6…
Browse files Browse the repository at this point in the history
…2412)

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
  • Loading branch information
dakrone authored Sep 17, 2020
1 parent 9e5da6e commit ae8c0ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions x-pack/plugin/core/src/main/resources/synthetics-mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@
"type": "keyword"
}
}
},
"host": {
"properties": {
"ip": {
"type": "ip"
}
}
},
"observer": {
"properties": {
"ip": {
"type": "ip"
}
}
}
}
}
Expand Down

0 comments on commit ae8c0ce

Please sign in to comment.