Bug discovered on NetEye module logmanagement and SIEM
A bug has been discovered on NetEye modules logmanagement and SIEM. If affected, rsyslog directories on system might be created with wrong permissions causing Logstash to be unable to load log lines of some hosts inside Elasticsearch. Users might also receive an error message trying to check signatures for some hosts inside Logmanager Log Check. All NetEye systems with neteye-logmanagement or netey-siem modules installed might be affected .
To check your system run following command:
find /neteye/shared/rsyslog/data/ -not -perm 770 -type d -exec ls -lad {} \; | grep "dr-------T."
If the provided command returns some results your system is affected. Please apply the following workaround to fix it until an official bug-fix is provided:
Run command: crontab –e
Add following line: 30 00 * * * /usr/bin/find /neteye/shared/rsyslog/data/ -not -perm 770 -a -not -perm 750 -type d -exec /usr/bin/chmod 770 {} \; > /dev/null
Save the file
Previous steps must be executed on every NetEye node.
If
you need further information, or experience some problem applying the fix, feel
free to contact our support team using one of the following options:
General Authentication via request-header backend We fixed a bug that did not allow the role to be associated with a user who was part of an LDAP group when the user logged in via the request-header backend. Tornado Tornado Director Read More
We fixed a bug that was preventing the upgrade from 4.29 to 4.30 and removed some concurrency issues occurring in cluster environments. Furthermore we fix a a bug where the neteye_secure_install would overwrite dashboard UIDs in some edge-cases. For NetEye Read More
We updated Icinga Web 2 to the latest bugfix version.All fixes can be found in the official documentation. We also fixed an issue where the modification of the neteye tenant configuration was possible when that would leave orphant generated configurations. Read More
We fixed a bug on the command orchestrator module that prevented the correct command to be displayed on the "Command Execution" tab. Now is possible to see the correct command name and associate correctly the execution tab to the selected Read More
In my previous post, we saw how it's possible to build a simple Grafana Data Source Plugin, which we can use to read data from whatever source we'd like to use. In particular, we used it to read data from Read More