Skip to content

Specify Target Workloads for Custom Config default/logging.conf #14

Description

@EatMoreChicken
  • 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"]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions