- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to customize the default list of data fields collected by Splunk Mint iOS SDK?
gorbikvv
New Member
01-06-2020
05:20 PM
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.
