Configuration Options for Docker Tags
You can configure the Machine Agent to collect different types of tags. By default, all tags are collected. To turn off tag collection, set dockerTagsEnabled to "false".
Gain operational intelligence by collecting, indexing, and visualizing data using a powerful on-premises engine for actionable insights.
Release NotesCollect, index, and visualize your data in the cloud for better operational intelligence.
Release NotesDiscover, share, and install apps and add-ons with the Splunk community on Splunkbase. Publish your own or add others to your Splunk platform instance.
Gain operational intelligence by collecting, indexing, and visualizing data using a powerful on-premises engine for actionable insights.
Release NotesStreamline your security operations with a SOAR system that integrates orchestration, playbook automation, and case management to enhance threat response.
Prevent disruptions and optimize operations when you monitor and analyze your IT service with predictive analytics and machine learning.
Release NotesCollect, index, and visualize your data in the cloud for better operational intelligence.
Release NotesGain end-to-end visibility, troubleshoot in real-time, and optimize performance across infrastructure, applications, and user interfaces.
Release NotesCloud-based application performance monitoring with AI-powered insights for hybrid and multi-cloud environments.
Release NotesSelf-hosted application observability for regulated and sensitive environments.
Release NotesPre-packaged, self-contained application monitoring solution based on modern Kubernetes architecture.
Release NotesBuild and deliver apps and integrations with SDKs, APIs and tools.
Access and share apps and add-ons with the Splunk community on Splunkbase. Publish your own apps, or download and install others on your Splunk platform instance.
Explore information on best practices, connect with community, or contact support.
You can configure the Machine Agent to collect different types of tags. By default, all tags are collected. To turn off tag collection, set dockerTagsEnabled to "false".
<machine_agent_home>/extensions/DockerMonitoring/DockerMonitoringConfig.yml file.# WARNING: Before making any changes to this file read the following section carefully
# After editing the file, make sure the file follows the yml syntax. Common issues include
# - Using tabs instead of spaces
# - File encoding should be UTF-8
#
# The safest way to edit this file is to copy paste the examples provided and make the
# necessary changes using a plain text editor instead of a WYSIWYG editor.
# samplingInterval indicates how often to gather metric data. Units in milliseconds.
samplingInterval: 30000
containerMonitoringConfig:
# containerProcessSelectorRegex defines regular expression to evaluate the processes in
# each running container to be monitored by the machine agent. The regular expression is
# compared against each process full command line within running
# If the pattern matches, then the machine agent start monitoring it.
containerProcessSelectorRegex: ".*[ ]-Dappdynamics.*"
dockerTagsEnabled: "false"