Problem with Kibana unable to load Dashboards

Hi all,

I have installed metric-beat , but unable to load he kibana dashboard for mongodb.

i am getting below error,
[10.0.1.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [service.address] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead.
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:759) ~[elasticsearch-7.5.0.jar:7.5.0]

Please check that the metricbeat index template was installed before the first data was sent to the index. In the default configuration of metricbeat sending data directly to Elasticsearch this should happen automatically before the first index is created, but if you send data through e.g. Logstash, you'll have to take some additional manual steps first.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.