Splunk AppDynamics

Analytical ADQL query

Rathinakararaj_
New Member

I am looking for an analytical query to fetch list of URLs from browser records that does not match a pagename  with http and without http and with partial URL segments...

example : select * from browser records where pagename is not in ("abc.com", "https://abc.com",%abc.com%) 

Labels (1)
Tags (1)
0 Karma
1 Solution

Morelz
Builder

Hi @Rathinakararaj.Sundaraj 

Can you not use something like below?

SELECT * FROM browser_records WHERE pagename not like "*abc.com*"

Ciao

View solution in original post

Morelz
Builder

Hi @Rathinakararaj.Sundaraj 

Can you not use something like below?

SELECT * FROM browser_records WHERE pagename not like "*abc.com*"

Ciao

Get Updates on the Splunk Community!

Best Strategies to Optimize Observability Costs

 Join us on Tuesday, May 6, 2025, at 11 AM PDT / 2 PM EDT for an insightful session on optimizing ...

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...