CB Protection: Syslog configuration reverting to default after applying custom configuration
book
Article ID: 289053
calendar_today
Updated On:
Products
Carbon Black App Control (formerly Cb Protection)
Issue/Introduction
Adding Syslog settings on the 8.1.4 console appears to succeed, but if you refresh the page, the settings all revert back to their defaults
Environment
CB Protection Server: Version 8.1.4
Cause
The DAS database table 'dbo.shepherd_configs' is missing one or more of the the syslog values: 'syslogFormat', 'syslogAddress', 'syslogPort', and 'EnableSyslog'
Resolution
Open SQL Management Studio console and connect to the 'DAS' database
Open a 'New Query' tab
Add the missing syslog values into the 'dbo.shepherd_configs' table
Example:
Use DAS
EXEC dbo.UpdateShepherdConfig 'syslogAddress', '127.0.0.1'