I am querying Splunk using javascript SDK. In the searchParams, i have given the output mode as "json_rows".
var searchParams = {
exec_mode: "normal",
output_mode: "json_rows"
};
Any idea what is going wrong? I tried "json_cols" and only "json" also. Same result.
Thanks in advance.
↧