Sending Influxdb alerts to Google Chat

We recently moved away from Slack as a company and started using Google Chat. The main stumbling block from a tech point of view was that most monitoring services (such as InfluxDB which we use) have easy integration with Slack, but not Google Chat: Easy slack integration... but limited HTTP(S) options Luckily, we can bend … Continue reading Sending Influxdb alerts to Google Chat

Advertisement

Nugget Post: “429 Too Many Requests” on Elasticsearch/Opensearch

In high volume environments, you may encounter the following error when ingesting data into your Open/Elasticsearch cluster: Error HTTP 429: Too Many Requests In NiFi, this would crop up as an uncaught exception: Digging into the Opensearch and client logs, you'd see errors along the lines of: Data too large, data for [<http_request>] would be … Continue reading Nugget Post: “429 Too Many Requests” on Elasticsearch/Opensearch