Splunk AppDynamics

Is GROUP BY available in ADQL?

Basam_Nath
Explorer

Hello,

New to App Dynamics Analytics.

I want to write a query in ADQL for the following situation.

In a business transaction if a record appears more than 2 times in 30 seconds, i have to alert. Basically I have consider that they are duplicate records if they happen within 30 seconds duration. I don't find GROUP BY clause in ADQL

SELECT COUNT(segments.userData.employeeid) FROM transactions WHERE application = "MSDynamics-PROD" AND transactionName = "Plugs" and segments.userData.EventType = "Authentication"  and segments.userData.EventSubType = "Passcode" 

Thank You

Labels (1)
Tags (1)
0 Karma

mcmanoj2001
Explorer

Did you ever get this problem solved?

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

Hi @Basam.Nath

Thank you for posting your query on the AppDynamics Community.

We do support Group By Clause.

Please refer to our complete ADQL reference page.

Let us know how it goes. If you still face issues running the query, please update the thread.

0 Karma
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 ...