Skip to content

Commit 15f7acf

Browse files
stiwarisemanticbitsShivam Tiwari
andauthored
BB2-3795: Filter out messages from splunk auth dashboard where app_id is null (#1413)
Co-authored-by: Shivam Tiwari <[email protected]>
1 parent 0626da2 commit 15f7acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunk/authorization_flow_dashboard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<sampleRatio>1</sampleRatio>
133133
</search>
134134
<search id="baseSearch11">
135-
<query>index=application source="/bb/*/app/perf_mon.log" host=$bbEnv$ env=$bbEnvLabel$ $authAppNameExpr$ | spath "message.type" | search "message.type"="Authorization" | fields time message.auth_uuid message.auth_status message.message.application.name message.user.username message.user.crosswalk.fhir_id message.allow message.auth_share_demographic_scopes message.auth_require_demographic_scopes message.user.crosswalk.user_id_type message.auth_app_name message.user.crosswalk.user_hicn_hash message.auth_pkce_method message.scopes message.data_access_grant_delete_cnt message.access_token_delete_cnt message.refresh_token_delete_cnt message.auth_crosswalk_action</query>
135+
<query>index=application source="/bb/*/app/perf_mon.log" host=$bbEnv$ env=$bbEnvLabel$ $authAppNameExpr$ | spath "message.type" | search "message.type"="Authorization" "message.auth_app_id"!="null" | fields time message.auth_uuid message.auth_status message.message.application.name message.user.username message.user.crosswalk.fhir_id message.allow message.auth_share_demographic_scopes message.auth_require_demographic_scopes message.user.crosswalk.user_id_type message.auth_app_name message.user.crosswalk.user_hicn_hash message.auth_pkce_method message.scopes message.data_access_grant_delete_cnt message.access_token_delete_cnt message.refresh_token_delete_cnt message.auth_crosswalk_action</query>
136136
<earliest>$t_local.earliest$</earliest>
137137
<latest>$t_local.latest$</latest>
138138
<sampleRatio>1</sampleRatio>

0 commit comments

Comments
 (0)