Do you have an epoch field in your documents? Or just the time of days? Seeing an example of what a document looks like would help.
I would like to receive the data everyday between
There are probably a few ways to do it, but the most straightforward that I think you'd have luck with would be to use a Date Histogram aggregation. Given a set of documents with an absolute date (year, month, day, time of day), Elasticsearch can break down stats on a basis of 6-hour periods. You will need to have a field mapped as date in the data, which requires some setup.
Kibana has visualization tools to help you create your own charts and tables of your date using Elasticsearch's Date histogram aggregation. You'll need your data to be set up per the documentation I linked to.
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.