We are using Splunk Mint SDK in our iOS app. By default it collects a lot of fields listed here - https://docs.splunk.com/Documentation/Mint/1.0/ProductOverview/AboutSplunkMINTdatacollection#List_of....
We see all those fields in our Splunk Enterprise search which is excessive for us.
Is there any way to disable some of those fields?
Documentation mentions only 1 method to disable logging for a user at all:
- (void)enableUserOptOut:(BOOL)userOptOut;
But we need to have logging enabled, we just want to disable approximately half the fields which we don't need.