burrow-dashboard icon indicating copy to clipboard operation
burrow-dashboard copied to clipboard

Kafka cluster not showing up in the dashboard

Open leegin opened this issue 5 years ago • 5 comments

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

leegin avatar Nov 02 '19 11:11 leegin

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

joway avatar Nov 03 '19 09:11 joway

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

leegin avatar Nov 04 '19 10:11 leegin

@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?

joway avatar Nov 04 '19 11:11 joway

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

leegin avatar Nov 04 '19 11:11 leegin

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

joway avatar Nov 05 '19 05:11 joway