DX Application Performance Management

  • 1.  Change Detector exclude/include

    Posted Jan 26, 2018 02:01 PM

    Hi everybody

     

    I'm fighting with exclude / include in Change Detector Fileset because I following the instructions of documentations but APM doesn't show me what I want.

     

    Agent: Tomcat 10.5.x

    EM: 10.5.x

     

    I'm using the famous Math Lab app as example, and I configured change detector like this:

     

     

    <change-detector>
    <!-- This file was automatically generated by the Introscope ChangeDetector Config File Wizard -->

    <datasource-instance name="LocalMONITOR" type="file" version="8.0">

    <property name="filesPerIteration" value="50"/>
    <property name="delayBetweenIterations" value="3" unit="sec"/>
    <property name="explodeArchiveFiles" value="true"/>
    <property name="maxFileSizeToUpload" value="500" unit="MB"/>

    <property name="useDigest" value="needed"/>

    <fileset name="FSLocal_Monitor">
    <exclude pattern ="(.*)AutoProbe(.*)\.log">
    <include pattern="(.*)\.log"/>
    </exclude>
    </fileset>

    <scan-directory recursive="true" name="/home/osvaldo/CA/Agentes/AgenteTomcat/wily/logs" fileset="FSLocal_Monitor" enabled="true">
    </scan-directory>

    </datasource-instance>

    <datasource-type name="classmonitor" class="com.wily.rave.agent.ds.classmonitor.RuntimeClassMonitorConfig" />
    <datasource-type name="database" class="com.wily.rave.agent.ds.db.DBDataSourceConfig" />
    <datasource-type name="file" class="com.wily.rave.agent.ds.file.FileDataSourceConfig" />
    <datasource-type name="javaenv" class="com.wily.rave.agent.ds.sysprop.SysPropDataSourceConfig" />
    </change-detector>

     

    From my file system logs I just want monitoring changes in IntroscopeAgent.MathClient.log

     

     

    If I deploy agent with this change detector configuration 

     

    <fileset name="FSLocal_Monitor">
    <exclude pattern ="(.*)AutoProbe(.*)\.log">
    <include pattern="(.*)\.log"/>
    </exclude>
    </fileset>

     

    and I get this info in Investigator

     

    but if I change fileset

    <fileset name="FSLocal_Monitor">
    <exclude pattern="(.*)IntroscopeAgent\.MathSimpleBackend\.log" />
    <exclude pattern="(.*)IntroscopeAgent\.MathProxy\.log" />
    <exclude pattern="(.*)IntroscopeAgent\.MathComplexBackend\.log" />
    <exclude pattern ="(.*)AutoProbe(.*)\.log">
    <include pattern="(.*)\.log"/>
    </exclude>
    </fileset>

     

    I get no monitor values

     

     

     

    This is a trial where I'm trying to understand how excludes works, because I must do something like that in a customer.

     

    Could somebody help me please?



  • 2.  Re: Change Detector exclude/include

    Broadcom Employee
    Posted Jan 26, 2018 02:09 PM

    Dear Team:

    Osvaldo's fellow  APM admins, CA Partners are encouraged first to respond. CA staff suggestions are welcomed as well.

    Thanks

    Hal German



  • 3.  Re: Change Detector exclude/include
    Best Answer

    Broadcom Employee
    Posted Jan 27, 2018 10:08 AM

    Dear Osvaldo:

    I was hoping that someone would reply. I will ask again internally for a response on my Monday. If you do not see a response by Monday noon your time, please consider opening a case. If you do open a case and an answer is found, please share in this thread to help other APM admins that may be in the same situation

    Thanks

    Hal German