I'm running customizable oneshot searches through the Splunk Javascript SDK, and sometimes I get back this -
{ preview: false,
init_offset: 0,
messages: [],
fields: [],
rows: [] }
The same query other times would return a legitimate (non null) result. Is there any way around this?