[Profiling] Avoid duplicate mapping of host ips (#155353)

Previously we had mapped host ips as keywords as well as ips in order to
work around #140266. This has been fixed with #154111 so we can rely on
the IP field and remove the duplicate.

Relates #154111
Relates #140266
This commit is contained in:
Daniel Mitterdorfer 2023-04-20 12:42:14 +02:00 committed by GitHub
parent 4d4acd992e
commit 4e8e6cd2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 4418 additions and 4421 deletions

View file

@ -59,9 +59,6 @@
"host.ip": {
"type": "ip"
},
"host.ipstring": {
"type": "keyword"
},
"host.name": {
"type": "keyword"
},