You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what ES SQL has, we need functionality for datetime related data types difference: eval duration=@timestamp-timestamp_end or eval duration=DATE_DIFF("year", @timestamp, timestamp_end).
Description
Similar to what ES SQL has, we need functionality for datetime related data types difference:
eval duration=@timestamp-timestamp_endoreval duration=DATE_DIFF("year", @timestamp, timestamp_end).