Hi David, Thanks for posting the question on the Community. Unfortunately, As of this moment, AppDynamics products don't have support to ingest the RSS feeds from an external source.Only using an extension and ingesting custom metrics via machine age...
Hi Sanjay,Unfortunately, regular expression cannot be used with "NOT LIKE".Please refer to the following SQL :SELECT count(*) FROM synth_session_records WHERE failureType = "Test location is currently unavailable" AND (measurementSpec.scheduleName NO...
Hi Jeremy, Thanks for posting the question on the Community. Unfortunately, a wildcard cannot be used in "is in the list" as the word infers.You need to use Matches Reg Ex that can be used a regular expression."Matches Reg Ex" can be used the regular...
Thanks for posting the question on the Community. NOT LIKE and REGEXP cannot be used at the same time.dot(.)+asterisk(*) in REGEXP is equal to asterisk(*) in LIKE phrase, so you can use NOT LIKE “Test-job.*“.“The asterisk(*) character matches zero or...
Thanks for posting the question on the Community. It seems that you need to initialize the JVM, to install the Java Agent on JBoss EAP or JBoss Wildfly, Run the following parameter: JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=org.jboss.byteman...