Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update and fix: compose kcg #377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

meirdev
Copy link

@meirdev meirdev commented Jan 30, 2025

Recently I get to work with goflow2, and I found that the Traffic (ClickHouse) dashboard does not work. I also had trouble listening to messages from Kafka with a script that didn't run with docker-compose.

I fixed the issues and improved other things that I found would be useful to others.

Fixes:

  • Grafana dashboard Traffic (ClickHouse) now working with the official ClickHouse datasource plugin.

Features:

  • Allow anonymous access to Grafana dashboards as viewers.
  • Monitor ClickHouse server with Prometheus and Grafana.
  • Add fields to flows_raw table: forwarding_status, tcp_flags, icmp_type, icmp_code, fragment_id, fragment_offset.
  • New view: flows_raw_view to simplify the query of flows_raw table and show the data in a more readable way.
  • Use docker volumes to persist data from running containers.

Upgrades:

  • Grafana version from 9.4.3 to 11.5.0.
  • ClickHouse version from 24.11.1.2557 to 24.12.
  • Prometheus version from 3.0.1 to 3.1.0.

Refactors:

  • Use sql files to initialize the database instead of bash script (more easy to work with).
  • Folders structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant