Hi,
i have a bar chart, Query is index=xxx sourcetype=xxx |timechart count. I am running this query today span. once i click on the bar, based on that particular time and count should be displayed in the another chart i.e, table
Query 1:iIndex=xxx sourcetype=xxx |timechart count
<drilldown>
<set token="timetk">$click.name2$</set>
<eval token="date1">strftime($click.value$,"%Y-%m-%d %H:%M")</eval>
</drilldown>
Query 2: index=xxx sourcetype=xxx $date1$ | table _time some-field
when i run this, if it is last 24 hours or Today span , its not working properly,if bar showing 10AM count 10, once you click on it its taking 22:30 and if it is 10:30 AM, once you click on it, its taking 23:00, after 12PM count's, once you click on it, its considering next day like once you click on today i.e, Feb 11th 2PM, its taking tomorrow i.e, FEB 12th 2:30AM.
my time stamp is Could you plz help on this.
... View more