Skip to content

Commit

Permalink
Added 'title' panel type
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-s1 committed Oct 5, 2023
1 parent 665dfc9 commit e442fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Splunk Dashboards/splunk_app_usage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ index=_internal sourcetype=splunk_web_access host=* user=*
| rex field=panel "\s+\<(?<panel_type>[^\<]+)\>"

``` filter for the types of panels that typically have searches ```
| search panel_type IN ("chart","single","table","event","search","viz","map")
| search panel_type IN ("chart","single","table","event","search","viz","map","title")
| search NOT app_name IN($myExcludedApps$)

``` total, sort and print the results ```
Expand Down
2 changes: 1 addition & 1 deletion TA_dataset/default/data/ui/views/splunk_app_usage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ index=_internal sourcetype=splunk_web_access host=* user=*
| rex field=panel "\s+\<(?<panel_type>[^\<]+)\>"

``` filter for the types of panels that typically have searches ```
| search panel_type IN ("chart","single","table","event","search","viz","map")
| search panel_type IN ("chart","single","table","event","search","viz","map","title")
| search NOT app_name IN($myExcludedApps$)

``` total, sort and print the results ```
Expand Down

0 comments on commit e442fe8

Please sign in to comment.