Code Monkey home page Code Monkey logo

grafana-kafka-example's Introduction

grafana-kafka-example

Example integration of a Kafka Producer, Kafka Broker and Promtail producing test data to Grafana Cloud Logs, see architecture

Requires Docker and Docker Compose

Configure the environment variables

Configure the environment variables below from your Grafana Cloud Account Logs Data Source settings:

  1. Log into your Grafana Cloud account to access the Cloud Portal
  2. Select the Loki Send Logs to set up and manage the Loki logging service from the Cloud Portal
  3. From the Grafana Data Source setting for Logs, use the hostname of the URL, the User and Password in the following environment variables:

Edit the file: envvars-grafana-cloud-stack1.sh

export GRAFANA_LOGS_HOST="logs-prod-us-central1.grafana.net"
export GRAFANA_LOGS_USERNAME="123456"
export GRAFANA_LOGS_API_KEY="eyJrIjoi...."

Configure Promtail

source envvars-grafana-cloud-stack1.sh
./ctl.sh configure

Check the file promtail-config.yml now has the correct LOGS credentials

Build the Docker container for the Kafka Producer

./ctl.sh build

Start the containers using Docker Compose

./ctl.sh up

This will start the containers: zookeeper, kafka, producer and promtail

Validate logs are being sent to Grafana Cloud Logs

Using the Logs Data Source and LogQL Check for log messages under the labels: {job="kafka"} and {job="varlogs"}

Import the example dashboard dashboard-example-1.json into Grafana and configure the Logs Data Source

Stop the containers

./ctl.sh down

grafana-kafka-example's People

Contributors

daviddryder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.