cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Alert whenever a new log entry is generated

Vikas_g1997
Dynatrace Guide
Dynatrace Guide

Hi Team,
I am new to DQL and need some guidance on setting up alerts. We have a customer requirement to trigger an alert whenever a new log entry is generated from a specified log source. Could anyone assist with how we can proceed with this? Please find the snapshot below for reference.
Thank you!

Vikas_g1997_0-1730926082172.png

 

3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You need to create a log event.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Hi @AntonPinerio,

Thanks for the guidance let me try it out. 

you can try with "isNotNull" field available in the log record.

matchesValue(log.souce, "/some/source") and isNotNull(content)

 


@Vikas_g1997 wrote:

Hi @AntonPinerio,

Thanks for the guidance let me try it out. 


 

Featured Posts