TLDRJoe shared an example of integrating ZO reporting alerts with Matrix. Ashish thanked and decided to include it in the documentation.
Joe
Wed, 19 Apr 2023 10:50:38 UTC
Also, perhaps useful for docs, here is an example of how to get ZO reporting alerts into Matrix ()
webhook URL:
template:
```{
"msgtype": "m.text",
"format": "org.matrix.custom.html",
"body": "{org_name}/{stream_name}: {alert_name}<br><a href=>Recent logs</a>",
"formatted_body": "{org_name}/{stream_name}: {alert_name}<br><a href=>Recent logs</a>"
}```
Ashish
Wed, 19 Apr 2023 10:51:45 UTC
thanks Joe..will include in our documentation
OpenObserve
Indexed 419 threads
OpenObserve is an open-source, petabyte-scale observability platform for the cloud native realm, offering a 10x cost reduction and 140x less storage use compared to competitors like Elasticsearch or Splunk. Built in Rust for exceptional performance, it offers comprehensive features like logs, metrics, traces, dashboards, and more | Knowledge Base powered by Struct.AI
Joe
Wed, 19 Apr 2023 10:50:38 UTCAlso, perhaps useful for docs, here is an example of how to get ZO reporting alerts into Matrix ()
webhook URL:
template:
```{
"msgtype": "m.text",
"format": "org.matrix.custom.html",
"body": "{org_name}/{stream_name}: {alert_name}<br><a href=>Recent logs</a>",
"formatted_body": "{org_name}/{stream_name}: {alert_name}<br><a href=>Recent logs</a>"
}```