macros.past_$m how do i add/enable this macro?
can some one help?
is this a bug or what?
Hi Gazzin_Test
Did you get anywhere with this?
Im having the same issue,
Cheers
They are.
I think they just are not able to be selected for the value to compare with, only the one to search for.
I mean, you are looking for something like this:
syslog.timestamp >= `macros.past_5m`
And never for something like
`macros.past_5m` OPERATOR whatever
no, that checks if syslog.timestamp is equal to the literal string “macros.past_5m”…
You need syslog.timestamp >= `macros.past_5m`
put backticks for the macros.past_5m
1 Like
Change the equal
in the syslog.timestamp for greater or equal
Yes, that should work
Cheers TheGreatDoc, that appears to work for one of the devices I have tested,