Skip to content

Commit

Permalink
fix audit service access
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 18, 2022
1 parent 9734eb9 commit bc5aa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security/server/audit/audit_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class AuditService {
session_id: sessionId,
...event.kibana,
},
trace: { id: request.id },
trace: { id: request.opaqueId },
});
},
});
Expand Down

0 comments on commit bc5aa3d

Please sign in to comment.