Merge pull request #14604 from Security-Onion-Solutions/dougburks-patch-1

Update defaults.yaml to replace remaining instances of identity_id with user.name
This commit is contained in:
Doug Burks
2025-05-08 09:14:03 -04:00
committed by GitHub

View File

@@ -116,14 +116,14 @@ soc:
- soc_timestamp
- event.dataset
- http_request.headers.x-real-ip
- identity_id
- user.name
- http_request.headers.user-agent
- msg
':hydra:':
- soc_timestamp
- event.dataset
- http_request.headers.x-real-ip
- identity_id
- user.name
- http_request.headers.user-agent
- msg
'::conn':
@@ -1605,7 +1605,7 @@ soc:
showSubtitle: true
- name: SOC - Auth
description: Users authenticated to SOC grouped by IP address and identity
query: 'event.dataset:kratos.audit AND msg:*authenticated* | groupby http_request.headers.x-real-ip identity_id'
query: 'event.dataset:kratos.audit AND msg:*authenticated* | groupby http_request.headers.x-real-ip user.name'
showSubtitle: true
- name: SOC - App
description: Logs generated by the Security Onion Console (SOC) server and modules