I want to create a table visualization in kibana in which i want to display short_date which is in date format
for every entry the bytes and the duration as a separate row.
If i select top values in the rows section it is picking just one value for every minute. within a minute there are multiple entries. We can see in the image below that there are 22 entries for the filter i've set.
I see you only "grouped" on short_date. Next to it, you added some fields
You could split your timestamp per millisecond, but the first screenshots shows all your data is on exactly the same timestamp. So this won't split your records either.
-> Select the columns you want in your discovery overview and create your prefered overview there. Save your search.
A search can be used as visualisation on a dashboard, if you are creating some kind of overview.
> Select the columns you want in your discovery overview and create your prefered overview there. Save your search.
A search can be used as visualisation on a dashboard, if you are creating some kind of overview.
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.