You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please post all questions and issues on https://discuss.elastic.co/c/beats
before opening a Github Issue. Your questions will reach a wider audience there,
and if we confirm that there is a bug, then you can open a new issue.
Steps to Reproduce:
Run auditbeat using the following configuration, verifying it is picking up systemsocket events. Then, while auditbeat is running, attempt to test the same configuration using /path/to/auditbeat/bin/auditbeat test config -c auditbeat-config.yml
There are no error messages when running auditbeat using that configuration. However, attempting to test the configuration on the same server gives the following error, indicating that when the system module with the socket dataset is enabled, the test configuration attempts to remove the kernel probes for the existing running instance before the configuration test is able to complete:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please post all questions and issues on https://discuss.elastic.co/c/beats
before opening a Github Issue. Your questions will reach a wider audience there,
and if we confirm that there is a bug, then you can open a new issue.
For security vulnerabilities please only send reports to security@elastic.co.
See https://www.elastic.co/community/security for more information.
Please include configurations and logs if available.
For confirmed bugs, please report:
Run
auditbeat
using the following configuration, verifying it is picking upsystem
socket
events. Then, whileauditbeat
is running, attempt to test the same configuration using/path/to/auditbeat/bin/auditbeat test config -c auditbeat-config.yml
There are no error messages when running auditbeat using that configuration. However, attempting to test the configuration on the same server gives the following error, indicating that when the
system
module with thesocket
dataset is enabled, the test configuration attempts to remove the kernel probes for the existing running instance before the configuration test is able to complete:This live config testing before swapping in on the same server works with other auditbeat datasets and other beats.
Config testing when the
system
socket
dataset is not enabled works, returning the following message:The text was updated successfully, but these errors were encountered: