So you'll need to open file "etc/apps/Splunk_SA_CIM/bin/modaction_adhoc_rest_handler.py". And add to line 561. 'preview': 'false', Basically you'll want the code block to look like this: args = {
'output_mode': 'json',
# CIM-944: adhoc_search_level essential to proper field extraction
'adhoc_search_level': 'verbose',
'preview': 'false',
'search': search
} Restart afterwards - This worked from me, kudos to @ebond_splunk
... View more