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!

Buttercup Games: Further Dashboarding Techniques (Part 7)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

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

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

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...