Skip to content

fluent/fluent-bit-chatops-demo

Repository files navigation

Introduction

The demo for Cloud Native Rejects Paris 2024 talk.

The actual presentation is available in this repo.

Videos covering the demo are here:

This contains all the resources to build a demo-able ChatOps solution using Slack and Fluent Bit.

Create a .env file with the following secrets/config set up:

SLACK_TOKEN=xoxb-XXX
SLACK_CHANNEL_ID=XXX
SLACK_CHANNEL_NAME=XXX
SLACK_WEBHOOK=https://hooks.slack.com/services/XXX

OPS_RETRYINTERVAL=10
OPS_RETRYCOUNT=18
TESTFLB=FALSE
SYNTH_ALERT_PORT=

Once this is done, just run up docker compose up to start sending an alert and responding.

About

Demo of using Fluent Bit for ChatOps - created for Cloud Native Rejekts EU 2024 talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published