Is there a way to disable relative time or last 1hr & enable user to select available or absolute date/time.
Im updating elk every 1hr with some constant parameters, using logstash.
eg : now output_value =101
after 1hr, my output_value can be 1231
I dont want to average. So, Dashboard is designed to show current exact output_value.
Everytime I'm overriding the current report with the latest report values.
Able to view the dashboard as per my requirement, when I select the time as now.
But, the problem here is, I dont have the details, for older entries.
So, I stopped overriding
& when I selected last 2hr or last 2days, Kibana is showing all the entries within the time gap & my dashboard is not showing the correct info.
Can anyone suggest/faced this kind of scenario..!!!