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
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...