03 Jan 2025 06:18 PM
Hello,
I have a question if i can get some support and idea how I can achieve the required result
I have a pipeline which is running 2 times a night and the logs are pushed to dynatrace
I need to be able to display the unique failures from the logs during a week long result, but when i search i get double results
The timestamp is also diffrent, because it may take more/less time every night and i can't use it for the query
07 Jan 2025 06:24 PM
Hello!
If I'm understanding correctly you will want to parse the logs and then use the dedup command. Below is a link to the documentation on this command:
https://docs.dynatrace.com/docs/shortlink/filtering-commands#dedup
Hopefully it's what you're looking for!