fluent / fluent-bit-chatops-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Java 67.1%Language:Lua 22.8%Language:Batchfile 3.9%Language:Shell 3.2%Language:Dockerfile 2.4%Language:Ruby 0.6%