Skip to Main Content
Cloud and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Workspace Instana
Categories Agent
Created by Guest
Created on Jun 30, 2026

Improve Blacklist command to include wildcards or RegEx when stopping Instana from instrumenting a process

The current Blacklist process only supports complete parameters.  This is useful but fails to account for processes that contain only commonly used parameter or common processes that can refer to different paths or have different installation locations across an enterprise.  In current environments not supporting wildcards or regular expressions almost seems like a bug when adding should only be loading a module and a few extra keystrokes.

The published option of adding an env "export INSTANA_IGNORE=true" to any product you don't wish to be instrumented seems presumptuous to ask other teams and applications to make config changes across 1000s of hosts when this should be available on the agent config. 

Examples:

bigserver1

UrbanCode Deploy - Installing agents

search terms and results:

  entity.jvm.args:"*com.urbancode.air.agent.CompactAgentLauncher*" -- nonProd = 98, prod = 91
  entity.jvm.args:"*UCD/agent/lib/air-agent.jar*" -- nonProd = 80, prod = 54
  entity.jvm.args:"*-Djava.security.properties=/opt/IBM/UCD/agent/conf/agent/java.security*" -- nonProd = 166, prod = 110

Process:

lzadmin  9634204        1   0   Feb 15      - 140:29 /opt/IBM/UCD/JRE/bin/java

-Dfile.encoding=UTF-8
-Dconsole.encoding=UTF-8
-Djava.io.tmpdir=/opt/IBM/UCD/agent/var/temp
-Djava.security.properties=/opt/IBM/UCD/agent/conf/agent/java.security
-Djdk.tls.client.protocols=TLSv1.2
-Dcom.ibm.jsse2.overrideDefaultTLS=true
-Dcom.ibm.jsse2.overrideDefaultProtocol=TLSv12
-Xmx256m
-Dagent.mode=start
-Dagent.pidfile=nopidfile
-cp /opt/IBM/UCD/agent/lib/air-agent.jar:/opt/IBM/UCD/agent/lib/launcher.jar
com.urbancode.air.agent.CompactAgentLauncher

==========================================================
otherbigserver1:

UrbanCode Deploy - Installing agents

process:
 

lzadmin   415824       1  0 May23 ?        00:52:07 /opt/IBM/UCD/JRE/bin/java

-Dfile.encoding=UTF-8
-Dconsole.encoding=UTF-8
-Djava.io.tmpdir=/opt/IBM/UCD/var/temp
-Djava.security.properties=/opt/IBM/UCD/conf/agent/java.security
-Xmx256m -Dagent.mode=start
-Dagent.pidfile=nopidfile
-cp /opt/IBM/UCD/lib/air-agent.jar:/opt/IBM/UCD/lib/launcher.jar
com.urbancode.air.agent.CompactAgentLauncher
 

BMC Control-M/Agent

search terms and results:

entity.jvm.args:"*ctm/exe/ag-app.jar*" -- nonProd = 301, prod = 134
entity.jvm.args:"*/controlmusr1/ctm/exe/ag-app.jar*" -- nonProd = 180, prod = 76
entity.jvm.args:"*ctm/exe/libBMCJW.so*" -- nonProd = 407, prod = 237

( controlmusr1 - can be multiple names or user IDs depending on region or environment. )


root     2129854       1  0 May27 ?        00:39:02 /controlmusr1/openjdk-11.0.23.x86_64//bin/java

-Xmx256m
-XX:+UseG1GC
-XX:+CrashOnOutOfMemoryError
-agentpath:/controlmusr1/ctm/exe/libBMCJW.so
-Djava.io.tmpdir=/tmp
-Djava.net.preferIPv4Stack=true
-Doverride.default.services=
-Dspring.profiles.active=tcp
-DCTMAG.CONFIG.DBGLVL=0
-Dctm.logs.dir=/controlmusr1/ctm/proclog
-Dlogging.config=/controlmusr1/ctm/data/logback.xml
-Dctm.data.dir=/controlmusr1/ctm/data
-XX:+HeapDumpOnOutOfMemoryError
-Dstdout=/controlmusr1/ctm/proclog/agjstd_2127996-2026-05-27.0.tmp
-DLIMIT_LOG_VERSIONS=8
-DLIMIT_LOG_FILE_SIZE=10
-jar /controlmusr1/ctm/exe/ag-app.jar

 

Idea priority High