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
Currently I don't think there is an ability to select a search mode via the splunk python sdk, ie Fast, Smart, or Verbose.
We are having an issue with Splunk search time field extracting in Smart mode which breaks any query using the stats function. The splunk python sdk currently defaults to Smart mode, which means all the requests/queries we make via this module and the stats function break.