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!

New This Month - Splunk Observability updates and improvements for faster ...

What’s New? This month, we’re delivering several enhancements across Splunk Observability Cloud for faster and ...

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

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