mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
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:
@@ -116,14 +116,14 @@ soc:
|
|||||||
- soc_timestamp
|
- soc_timestamp
|
||||||
- event.dataset
|
- event.dataset
|
||||||
- http_request.headers.x-real-ip
|
- http_request.headers.x-real-ip
|
||||||
- identity_id
|
- user.name
|
||||||
- http_request.headers.user-agent
|
- http_request.headers.user-agent
|
||||||
- msg
|
- msg
|
||||||
':hydra:':
|
':hydra:':
|
||||||
- soc_timestamp
|
- soc_timestamp
|
||||||
- event.dataset
|
- event.dataset
|
||||||
- http_request.headers.x-real-ip
|
- http_request.headers.x-real-ip
|
||||||
- identity_id
|
- user.name
|
||||||
- http_request.headers.user-agent
|
- http_request.headers.user-agent
|
||||||
- msg
|
- msg
|
||||||
'::conn':
|
'::conn':
|
||||||
@@ -1605,7 +1605,7 @@ soc:
|
|||||||
showSubtitle: true
|
showSubtitle: true
|
||||||
- name: SOC - Auth
|
- name: SOC - Auth
|
||||||
description: Users authenticated to SOC grouped by IP address and identity
|
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
|
showSubtitle: true
|
||||||
- name: SOC - App
|
- name: SOC - App
|
||||||
description: Logs generated by the Security Onion Console (SOC) server and modules
|
description: Logs generated by the Security Onion Console (SOC) server and modules
|
||||||
|
|||||||
Reference in New Issue
Block a user