joway / burrow-dashboard

Kafka Dashboard for Burrow 1.0 API, monitor the topic info and consumer group offsets.
GNU Affero General Public License v3.0
59 stars 17 forks source link

Kafka cluster not showing up in the dashboard #56

Open leegin opened 5 years ago

leegin commented 5 years ago

I have configured burrow for my kafka cluster and though of using burrow-dashboard to see the consumer lags in the consumer groups and topics. But after configuration, my kafka cluster is not even showing up in the dashboard. Am I missing something here? Can someone help me out with this? image

joway commented 5 years ago

@leegin Hi, can you show your browser console output?

leegin commented 5 years ago

@joway I am using burrow 1.2. Does this dashboard only support burrow 1.0? I am getting 502 error in the console. image

joway commented 5 years ago

@leegin Hi, did you run docker image as docker run -e BURROW_BACKEND=http://your-burrow-domain joway/burrow-dashboard:latest? Could you show what BURROW_BACKEND you set?

leegin commented 5 years ago

@joway I am using a docker compose file to bring up the burrow dashboard container. Here is my Burrow_backend. image

joway commented 5 years ago

@leegin you need to add network=host in your docker-compose file.