mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
4d4acd992e
commit
4e8e6cd2f7
8 changed files with 4418 additions and 4421 deletions
|
@ -59,9 +59,6 @@
|
|||
"host.ip": {
|
||||
"type": "ip"
|
||||
},
|
||||
"host.ipstring": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"host.name": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue