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
flow = sfx.signalflow(TOKEN)
def _get_params(**kwargs):
kwargs["timezone"] = "Australia/Sydney"
return dict((k, v) for k, v in kwargs.items() if v is not None)
flow._get_params = _get_params
flow.execute(...)
https://dev.splunk.com/observability/reference/api/signalflow/latest#endpoint-start-signalflow-computation
SignalFlow execute endpoint supports setting a timezone, which is very relevant when aggregating by days, weeks, etc.
It would be great if the library also supported that.
The text was updated successfully, but these errors were encountered: