23 Aug 2023 01:27 AM
Hi community,
I am actually stuck in a parameter, I have a log file that contain a line :
number of rows = 0
and I need to monitor this value (0) if it changes to a different value more than (0) , it means that something is going wrong, I think that using DQL to create a log metrics should help, but I am stuck in this , can someone help please.
Regards
Solved! Go to Solution.
23 Aug 2023 04:13 AM
Hi @Mahdi24322 ,
You can use DPL to parse lines and test phrases.
There are some examples here: https://www.dynatrace.com/support/help/platform/grail/dynatrace-pattern-language/log-processing-line...
https://www.dynatrace.com/support/help/platform/grail/dynatrace-pattern-language/dpl-architect
04 Sep 2023 03:08 PM
thanks a lot @heybeckerj