Hello, I’m currently using Grafana v4.1.2 with ElasticSearch v6.1.1 and I’m running into a Request Error using the Raw Document metric type:
The Response has this error:
{ "error": { "root_cause": [ { "type": "parsing_exception", "reason": "Unknown key for a START_ARRAY in [fielddata_fields].", "line": 1, "col": 294 } ], "type": "parsing_exception", "reason": "Unknown key for a START_ARRAY in [fielddata_fields].", "line": 1, "col": 294 }, "status": 400 }
I’m able to run a similar table panel for an ElasticSearch v5.5.2 datasource, so I’m not really sure if I’m doing something wrong or if this is a compatibility issue. Everything else using the v6 datasource has been working fine. Can someone help me troubleshoot?
EDIT: also I tried running the generated ElasticSearch query manually, and it gave the same error as from the Response. That is what made me think it could be related to compatibility.