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
Champion

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
Champion

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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...