I am facing unique count accuracy issue in Elasticsearch and currency format indian change. Please help.
Can you be more elaborate in your question. Please fill in details like what version of ES /Kibana.
What are you trying to do exactly ? What do the Kibana and Elasticsearch logs say ? Any screenshots?
Thanks
Rashmi
Thanks Rashmi for responding. I am using Elasticsearch/Kibana Version 7.13.2. I have following questions.
- I created dashboard using kibana. Where it is stored i.e. can you tell its stored directory. I found it for sample database in /usr/share/kibana/src/plugins/home/server/services/sample_data/data_sets.
But unable to find stored path for created Dashboard.
-
I want to change number format to indian. i.e. 123456789 = 12,34,56,789
But i am getting 123456789 = 123,456,789.
How to change number to indian format. Where to change. -
In Kibana Filters, there is a symbol i.e. Terms list might be incompatible. I changed kibana.autocompleteTerminateAfter settings, but no change. I am attaching snapshot.
-
I am facing cardinality aggregation problem, which is not giving accurate distinct count. I applied a script also, but that is very slow. link of script Accurate Distinct Count and Values from Elasticsearch. | by Pratik Patil | Medium
Is there any other method which is fast and give accurate distinct count other than cardinality aggregation ?
It would be great if you can help me resolving these issues.
Thank you.
for number format, i find /usr/share/kibana/node_modules/numeral.js where many numeral.js files are there. which numeral.js, i change and what modifications, i do for changing number format to indian.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.