- Description: The
default/logging.conf file is detected as a custom configuration. Ensure it is deployed only to the necessary instances by specifying the targetWorkloads attribute in app.manifest.
- Raw Splunk Report Description:
Custom config file default/logging.conf is detected in this app. By default, it will be partitioned to all instances including Search Head(s), Indexer(s), and Forwarder(s).
- Possible Fix: Update the
app.manifest file to include the targetWorkloads attribute for the default/logging.conf file, specifying where it should be deployed. Example:
{
"fileName": "default/logging.conf",
"targetWorkloads": ["searchHead", "indexer"]
}
default/logging.conffile is detected as a custom configuration. Ensure it is deployed only to the necessary instances by specifying thetargetWorkloadsattribute inapp.manifest.Custom config file default/logging.conf is detected in this app. By default, it will be partitioned to all instances including Search Head(s), Indexer(s), and Forwarder(s).app.manifestfile to include thetargetWorkloadsattribute for thedefault/logging.conffile, specifying where it should be deployed. Example:{ "fileName": "default/logging.conf", "targetWorkloads": ["searchHead", "indexer"] }