I am using ELK – 7.12.1 version and currently I am looking for a way to filter-out the weekends(Saturdays and Sundays) from my dashboard view.
On my Dashboard I have (Vertical Bar, Line, Data table, Pie & Gauge) chart visualizations. From all these I would want to filter out the weekends. Basically I want to exclude weekends from dashboard, So is it possible to do that?
If so please let me know the ways to achieve the same. Thanks in advance.
One way to achieve this is to create a scripted field.
For example, the scripted field will return 1 for weekdays and 0 for weekends.
Then filter the dashboard for documents that have 1 and not 0.
Good luck!
Thank you so much Aclerk, i was trying to create a new visualization with newly created scripted field(filter-weekend), With your continues help and in my existing dashboard itself with the created scripted field able to create a filter in search bar and now weekends has been excluded. Thanks a lot once again.
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.