Reporting

How to combine multiple uri_paths in a report to show data for the single corresponding application?

SaiKalyani
Engager

Hi All
Suppose i have different uri_paths for single application X
ex : /abc/xyz/, 123/abc/, xyz/wer/*
i want to show a report in which i can say for all of these uri_paths it should show me the data as Application name X

Tags (4)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You could define a tag on that field and store all the valid values for application X under one tag value. Then you can search for tag::uri_path=application_X.
Alternatively, you could define a lookup that maps URIs to applications, add that lookup to your data, and then use that lookup field as your classification.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...