Splunk Search

How can I use * in eval if statement?

ashidhingra
Path Finder

| eval RouteLatency = if (Name="ABC" AND HTTP="*https://.net.*.com*" , bckLatency ,RouteLatency )

Labels (3)
0 Karma

JacekF
Path Finder

use "like" function

| eval RouteLatency = if (Name="ABC" AND like(HTTP,"%https://.net.%.com%") , bckLatency ,RouteLatency )

 

0 Karma

PickleRick
SplunkTrust
SplunkTrust

Either use match() to match with regex or searchmatch() to match "searchlike".

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...