24 Dec 2025 07:55 AM
I have to parse data at search time using "parse content". However, we know that "DATA" has default limit 4096 bytes.
So, what if I have to collect specific content beyond default limit 4096 bytes?
I tried DATA* but its not working. I need to capture the last 3 line of my content. How should i do it?
24 Dec 2025 09:38 AM
I suggest trying to use the DQL string functions indexOf and substring
indexOf: https://docs.dynatrace.com/docs/shortlink/string-functions#indexOf
substring: https://docs.dynatrace.com/docs/shortlink/string-functions#substring
Featured Posts