21 Nov 2025 11:49 AM
I'm working my way through the Learn DQL material but it doesn't seem to allow me to click Next after finishing the Parse section. Has anyone else had this ? Is there something I'm not doing ? Thanks
21 Nov 2025 01:11 PM
I just went through it and able to hit "Next". Got to make sure you have the right dql query in the dql query box.
fetch logs
| filter log.source == "dql-exercise" and contains(content, "FunctionInvocation")
| fields timestamp, content
| parse content, "LD 'tenantId=' WORD:tenantId ', duration=' INT:duration"