-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User field missing in log events for Linux and Windows both #191
Comments
Hello @rajwcoupa Audit for windows is currently under development, but for Linux it should work giving you the USERID of each modification, did you try it? |
Hi @okynos , In the audit section, I am unable to find any reference related to username or user ID being logged in the event data. I expected the event logs to contain user-related details such as uid, gid, or username, but they are not present in the generated events. Here is my current configuration: node: "FIM" audit:
monitor:
log: Below is a sample event from /var/lib/fim/events.json generated with the above configuration:
As you can see, there are no fields capturing the userid or username associated with the event. Could you confirm if there is a way to enable user-related fields in the logs? Are there any specific configuration changes required to capture user information? Note: I tried to set the directory to be monitored under audit > path as well, but I see no events being generated for those paths, in this example /tmp. Thanks! |
Do you have Audit daemon installed? It is required to retrieve additional information from the system. In any case, you should see a message in the logs if FIM can not find Audit. Could you try to force an Audit event? For example perform |
As we digged through the logs, it is difficult to identify which user has modified the files.
The text was updated successfully, but these errors were encountered: