can someone explain me, what im doing wrong ? Because i dont get it I want to create a pie chart like you can see in the screenshots. But the pie chart doesnt appear
1.PNG
2.PNG
thanks for your help!
Shifty
//EDIT: This problem only pops up when i'm creating the pie chart on a "empty dashboard". When i use a server under "reports" the pie chart works correctly.
You do not have the required permissions to view the files attached to this post.
I'm able to replicate the issue but only if close an index that the dashboard is trying to search (or on an empty dashboard). I assume that it needs records to display otherwise it fails.
I'm not sure if I understand what you mean.
The empty dashboard is filled with running logs as shown in the screenshot, but the pie chart does not work
piechart.PNG
You do not have the required permissions to view the files attached to this post.
Caused by: org.elasticsearch.ElasticsearchException: org.elasticsearch.ElasticsearchIllegalStateException: Field data loading is forbidden on severity_label
at org.elasticsearch.index.fielddata.plain.AbstractIndexFieldData.load(AbstractIndexFieldData.java:80)
at org.elasticsearch.search.facet.terms.strings.TermsStringFacetExecutor$Collector.setNextReader(TermsStringFacetExecutor.java:111)
at org.elasticsearch.common.lucene.search.FilteredCollector.setNextReader(FilteredCollector.java:67)
at org.elasticsearch.common.lucene.MultiCollector.setNextReader(MultiCollector.java:68)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:612)
at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:191)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:309)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:117)
... 8 more