Index type : app-YYYY-MM-DD which means an index is created every day
Visualization : Pie Chart
Data from a CSV files with logstash example :
TIMESTAMP;APP1;PASSED;5.6
TIMESTAMP;APP2;PASSED;3.8
TIMESTAMP;APP3;FAILED;0
I created a pie chart that has query DSL between : 7h00 and 07h10
in dashboard section, i used default query of : TODAY to make this works fine
Unfortunately, by adding a new pie chart which display YESTERDAY same range of time, this is not working!
Yes it works in dev tools, but in dashboard, it does not works for last 24h == yesterday, however, same query of today is working...
Today : now/d+7h -> now/d+7h10m + default query : TODAY in dashboard is working
Problem is with LAST 24h, it is very weird ....do you have any idea please ?
I am selecting index-pattern which means my-index-*
I would like to display only DATA of yesterday from 7h00 to 7h10 so i used this query dsl :
now/d-1d+7h to now/d-1d+7h+10m
this range works in dev_tools but not in query dsl ?
that's why i though about index-YYYYMMDD which is different every day...
please help to make my pie chart static in dashboard and not changed by date range....
May be i should separate static dashboard and dynamic dashboard ?
I don't know how to thank you,
Thank youuuuuuuuuuuuuuuuuuuuuu so much, it saved my life.
did not know we can hack index-pattern with names such as :
my-index-*
my-index-**
my-index-*** (may be a third alias is : NO use ^^ ) ! who knows ?
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.