This app adds tools to Splunk for working with cron schedules. It includes new commands and dashboards to visualize cron schedules. It's designed to help users manage and understand cron schedules in Splunk more easily.
0
stars
0
forks
source link
Specify Target Workloads for Custom Config `default/logging.conf` #14
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:
default/logging.conf
file is detected as a custom configuration. Ensure it is deployed only to the necessary instances by specifying thetargetWorkloads
attribute 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.manifest
file to include thetargetWorkloads
attribute for thedefault/logging.conf
file, specifying where it should be deployed. Example: