Dashboards & Visualizations

How to hide a word in UI Dashboard

aditsss
Motivator

Hi Everyone,

I have one requirement.

I have below query:

index=abc  ns=iop  app_name=api "Invoked:DOWNLOAD_S3" OR "Invoked:PULL_GRS_FILE_UPLOAD" OR "Invoked:UPLOAD_S3" OR "Invoked:DOWNLOAD_BACKEND_PUSH_TO_SF" OR "Invoked:LR_JSON" OR "Invoked:PULL_S3_UPLOAD" OR "Invoked:PUSH_S3_GRS_FILE_UPLOAD"
| rex ":\s+(?<pattern>.*)$"
| stats count BY pattern

I want to hide Invoked: word means I dont want to show this Invoked: on UI dashboard.

Can anyone g

 

 

Labels (3)
0 Karma
1 Solution

manjunathmeti
SplunkTrust
SplunkTrust

hi @aditsss,
Try this:

index=abc  ns=iop  app_name=api "Invoked:DOWNLOAD_S3" OR "Invoked:PULL_GRS_FILE_UPLOAD" OR "Invoked:UPLOAD_S3" OR "Invoked:DOWNLOAD_BACKEND_PUSH_TO_SF" OR "Invoked:LR_JSON" OR "Invoked:PULL_S3_UPLOAD" OR "Invoked:PUSH_S3_GRS_FILE_UPLOAD"
| rex "Invoked:\s*(?<pattern>\w+)$"
| stats count BY pattern

View solution in original post

manjunathmeti
SplunkTrust
SplunkTrust

hi @aditsss,
Try this:

index=abc  ns=iop  app_name=api "Invoked:DOWNLOAD_S3" OR "Invoked:PULL_GRS_FILE_UPLOAD" OR "Invoked:UPLOAD_S3" OR "Invoked:DOWNLOAD_BACKEND_PUSH_TO_SF" OR "Invoked:LR_JSON" OR "Invoked:PULL_S3_UPLOAD" OR "Invoked:PUSH_S3_GRS_FILE_UPLOAD"
| rex "Invoked:\s*(?<pattern>\w+)$"
| stats count BY pattern
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...