How to make TSVB visualization displaying all the count values for given filelds.
Here I'm trying to dispaly the index updated,nodes travered,entrie process and chunk "intime"
count value wrt statistictime.Though one can see in tsvb the visual is just showing top hit(aggregation) value and intention is to show every count values of fields wrt statistic time .
Logstash upsert is used for updating value for given stats time.
Have been struggling with such usecases where in need to show every value wrt to intime(timestamp),Not exaclty aware of aggregation which can help in this or if possible through tsvb.
Kibana 7.9.1
How can this be achieved?
Hi @PRASHANT_MEHTA I think there is a fundamental disconnect on what Kibana Visualizations do... they are aggregation based by default / defintion they are not intended to be individual "Row Oriented Output" and this is why you are struggling. (You are not the only one)
This is probably why you are not getting much help.. Kibana visualization really just do not work that way.
That is not to say that there may be some way to "bend" a visualization to what you want but this is not the intention of the visualizations.
2nd I see rows like this do you want to show 1 row for this or 2 rows aggregated.
3rd you are on a pretty old version so that even further limits your option.
If you will want to show each row then you really should just create a Saved Search in Discover which will show each row and then set the columns BUT you will not be able to then do aggregations.
You could also try to turn the date / times into keyword s and the aggregate on the keyword s in the table that might work.
Can you also suggest what is the size limit that can be set for bucket aggreagtion,I'm using
Enhanced datatable where I see Size,and I show data in rows that can be of any size.
For Example showing around 20000 rows with data and hence set size as 20000.Would this cause any issue?
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.