Synthetic monitoring http Check [response Body]

Hello,

We are using Synthetic Monitoring in Grafana Cloud.
We have configured “HTTP” Check in Synthetic Monitoring and it is working fine and generating logs also in Grafana Cloud.
In logs we do not see the response body of our HTTP Target is logged.
We want to log response body of HTTP Target and then query it. Is it possible to log response body of Target?

Thanks,
Krinal Gandhi

Hi @krinalgandhi ,

There isn’t a way to log the body at this time, but if you want to make sure the body matches something, in the check create/edit form, under the Validate section, you can add a Regex Validation that asserts the response body matches some condition.

Would that satisfy your use case?