https://github.com/cisco-en-programmability/splunk-apps/blob/e3479b7487a3403c0b357ff95a48023593d5dd18/Splunk-TA-cisco-dnacenter/default/props.conf#L8C1-L8C21
I'm pretty sure this doesn't follow best practices to index every field from every Cisco DNA event?
Additionally, removing that setting creates a separate problem because then the events are ingested as a JSON array which doesn't seem to be easily broken into separate events... Why wouldn't you have the script parse the results into separate JSON events first?
https://github.com/cisco-en-programmability/splunk-apps/blob/e3479b7487a3403c0b357ff95a48023593d5dd18/Splunk-TA-cisco-dnacenter/default/props.conf#L8C1-L8C21
I'm pretty sure this doesn't follow best practices to index every field from every Cisco DNA event?
Additionally, removing that setting creates a separate problem because then the events are ingested as a JSON array which doesn't seem to be easily broken into separate events... Why wouldn't you have the script parse the results into separate JSON events first?