Forum Discussion
Emilian Ertel
Apr 04, 2018Brass Contributor
Time Range selection for stored functions via command line possible ?
Is there a way to select the Time Range programmatically (not via the drop down menu "Select Time Range") for which a stored function shall be executed ?
Even if the stored function specifies a Tim...
- Apr 11, 2018
hi Noa,
thanks - you are right, the API call works perfectly, the bug only affects the UI.
The UI bug should not be a problem, the workaround you proposed solves it.
Thanks !
bye //emil.
Noa Kuperberg
Microsoft
Apr 08, 2018Hi Emil,
You're right. This seems to be a bug in the UI, caused by the fact the time range is not explicitly found in the query text (makes sense when calling functions).
As a workaround, I suggest you add any mention of "TimeGenerated" in your query, such as:
call_to_function() | ... where TimeGenerated != ""
FYI - the issue should not occur when calling functions programmatically.
Thanks,
Noa
Emilian Ertel
Apr 11, 2018Brass Contributor
hi Noa,
thanks - you are right, the API call works perfectly, the bug only affects the UI.
The UI bug should not be a problem, the workaround you proposed solves it.
Thanks !
bye //emil.