...ince one year ago i thought that i can use gentimes. To do so I've tried to add :
|append [| gentimes start=08/24/2014 increment=28d|convert timeformat="%Y-%m" ctime(starttime) AS year_month|table y...
Hello all, I have a dashboard and I need the "|gentimes" command to generate dynamic values accordingly to the selected time picker. Picking up the earliest event from the search.
| gentimes s...
Hi All I did a look around for a syntax definition for SPL in Notepad++ and didn't find one. Attached is my attempt. Feel free to use. if you have any suggestions, changes etc then post a reply. Th...
I just wanna display last 30days _time in a table
I am using
Index=_internal earliest=-30d | bucket _time span=1d | Dedup _time | table _time
But it’s taking so much time
Is there ...