Hello I have an error when displaying data from a table in kibana, what happens is that the data is repeated and does not show me real data.
and in the discover if it shows me the correct data:
Hello I have an error when displaying data from a table in kibana, what happens is that the data is repeated and does not show me real data.
These duplicates are coming from your multiple 'split rows' under buckets. This means you are getting a row for every unique combination of Sysname, interfaces...
etc. You may want to limit your 'split rows' buckets to one, and use the top_hit
metric to add any extra columns you may want.
Let me know if this helps!
ok, how can I do it or is there any documentation to review in order to do it?
You could look into Data Table | Kibana Guide [6.8] | Elastic, but it's for an older version, so it may not be completely accurate.
You could also try Lens Lens | Kibana Guide [7.13] | Elastic which has a table setting and may be a bit more user-friendly.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.