Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
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
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
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.
Did you ever get this problem solved?
User | Count |
---|---|
7 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form