Hey,
I have a query running to monitor my stack with below content:
### Match the following condition
WHEN max()
OF system.filesystem.used.pct
GROUPED OVER top 100 'host.hostname'
IS ABOVE 0.1
FOR THE LAST 5 minutes
Which works and will output my data as follows:
Watch *[{{ctx.metadata.name}}]* has exceeded the threshold of *{{ctx.metadata.watcherui.threshold}}* with value:
{{ctx.payload.results}}
However in slack it ends up like:
Is there a way to parse that list and show them 1 by 1 or something?
Best,
Pim