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

Custom NiFi Load Balancing Processor

We're big fans of NiFi at CyberSift - we use it as our primary platform to ingest data from a wide variety of sources, process the data and POST it to an Elasticsearch back-end. During our time spent with NiFi, we built a basic, but useful load-balancing processor: https://github.com/dvas0004/nifi-loadbalancer The readme is hopefully quite clear, … Continue reading Custom NiFi Load Balancing Processor