I would like to ask if it is possible to keep some visualizations unchanged or keep the values as it is in a dashboard (with few visualizations) after clicking on a pie chart?
I have created a dashboard with 6 visualizations (2 pie charts, 2 controls, a scatter plot and a data table). When i click on a section of a pie chart, the clicked section of a pie chart gets enlarged and other visualizations display "No results found" message.
I would want other 5 visualizations to remain unchanged. Is there any way to achieve this feature?
I have created three indexes (s164_dfig_47_040101, s164_dfig_47_040102, s164_dfig_47_040103) with the same properties and mappings. Then i used a single dashboard to load all the data from three indexes with an index pattern (s164_dfig_47_04010*) using a wildcard.
Then i used a filter to load data for each index and created separate dashboard for each index.
like:
"script": {
"script": {
"lang": "painless",
"source": "doc['_index'].value.startsWith('s164_dfig_47_040101')"
}
}
so when i click on any pie chart present in these newly created dashboards then i get "no reseults found" message for other visualizations present in a dashboard.
Have you tried enabling the courier:ignoreFilterIfFieldNotInIndex advanced setting to see if that fixes your issue? If that doesn't, I'm afraid there isn't really any other workaround at the moment.
I tried it but it did not work. I have visualizations for a same index in each dashboard although i populated all the data from multiple indexes into a single dashboard at the beginning and later on used filters to filter out data for each index in a separate dashboard.
I think the issue is having visualizations for a same index.
In case you are using the visual builder to create your viz then there is an option to ignore the global filters. This option is available under "Panel Options"
Thank you for your reply.
Unfortunately i could not find this feature in other visualizations. I think this feature is only available in visual bilder.
Looks like v7.2 has introduced such a feature where a dashboard can include viz from different indexes. And the filters can be individually set to each of the viz, yet to included in the same dashboard.
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.