App Control: Filtering processed events for Event Rule returns no results
book
Article ID: 291625
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)
Issue/Introduction
Filtering "Processed Events" under an Event Rule does not return any results
Environment
App Control Console: 7.2.x and Higher
Cause
Query is timing out.
Resolution
Log onto the Application Server
Stop the App Control Server service in services.msc
Navigate to C:\Program Files (x86)\Bit9\Parity Console\php\
Copy the file php.ini to the desktop and rename the original to php.ini.back
Edit the desktop php.ini file
Find this value
sqlsrv.querytimeout = 30
Change to
sqlsrv.querytimeout = 300
Move the desktop php.ini file into C:\Program Files (x86)\Bit9\Parity Console\php\
Start the App Control Server service
Open CMD as admin and run
IISRESET
Additional Information
Filtering events by description or using "contains" type filters can cause query timeouts. Try limiting these as much as possible. For Example, if you are searching for a rule name, use Rule Name is "MyRule" and not Rule Name contains "MyRule". Even though you are giving the full name in both cases, the contains is still more resource intensive.