-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Audit events do not consistently include the port number in "origin.address" #86694
Labels
Comments
Pinging @elastic/es-security (Team:Security) |
Nice catch! I agree this is a bug. |
slobodanadamovic
added a commit
to slobodanadamovic/elasticsearch
that referenced
this issue
May 12, 2022
This commit changes audit logging of `connection_denied` and `connection_granted` events in order to include a port number. Closes elastic#86694
slobodanadamovic
added a commit
to slobodanadamovic/elasticsearch
that referenced
this issue
May 20, 2022
…ss (elastic#86732) This commit changes audit logging of `connection_denied` and `connection_granted` events in order to include a port number. Closes elastic#86694
slobodanadamovic
added a commit
to slobodanadamovic/elasticsearch
that referenced
this issue
May 20, 2022
…ss (elastic#86732) This commit changes audit logging of `connection_denied` and `connection_granted` events in order to include a port number. Closes elastic#86694 (cherry picked from commit 954d288) # Conflicts: # x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/audit/AuditTrail.java # x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/audit/AuditTrailService.java
elasticsearchmachine
pushed a commit
that referenced
this issue
May 20, 2022
…ss (#86732) (#86969) This commit changes audit logging of `connection_denied` and `connection_granted` events in order to include a port number. Closes #86694 (cherry picked from commit 954d288) # Conflicts: # x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/audit/AuditTrail.java # x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/audit/AuditTrailService.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Some types of audit event samples from our documentation include the port number in "origin.address", like access_denied:
but other types like connection_denied from this issue does not include the port:
I think we should be consistent here and always include the port number in the "origin.address" field.
The text was updated successfully, but these errors were encountered: