Fielddata is disabled on text fields by default. Set fielddata=true on [system.network.name] in order to load fielddata in memory by uninverting the inverted index.
elk 6.6.1
Fielddata is disabled on text fields by default. Set fielddata=true on [system.network.name] in order to load fielddata in memory by uninverting the inverted index.
elk 6.6.1
how to set fielddata=true on [system.network.name]
i already slove this problem
GET /metricbeat-6.6.1-2019.02.22/_mapping/doc
{
"properties": {
"system.filesystem.mount_point": {
"type": "text",
"fielddata": true
}
}
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.