Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ACC Application Pattern add command to check-allow-list.json

Thomas Buecker
Tera Contributor

Hi,

we are using the ACC to collect all the data from the servers and do run application patterns as well.
We are using the check-allow-list.json from this kb article: Pattern execution on ACC: Sample Allowlist for Pattern Content KB1585764.
This one should be complete, but we are still getting allow-list errors in the pattern log file.
I found this blog post in the ITOM Forum Which Commands and Operations run in a Pattern and I'm getting the commands used in the pattern.

Never the less when I search in the check-allow-list I don't find them.
Example: 
Command from the weblogic pattern: 

*** Script: Step: get config xml for beasrv
*** Script: Command: dir /s /b $config_directory| findstr /I config.xml$

 If I search for "$config_directory" in the check-allow-list I don't get a result.
if I search for "config.xml" I get a result which is similar but not the same:
"executeCommand -Command 'dir /s /b .*| findstr /I config.xml$' \\\"",
Any clues what I'm missing or when I don't miss anything in which format I should create the entry in the check-allow-list.

Thanks in advance for your assistance
Thomas

0 REPLIES 0