question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Control Center Stream Monitoring

See original GitHub issue

Has anyone successfully run Control Center with Stream Monitoring using the docker images?

I’m running Docker image cp-control-center:3.0.1

I can navigate control center as expected, set up kafka connect settings, alerts, etc, but when producing and consuming messages Stream Monitoring shows no data.

I’ve pretty much followed the steps in the Control Center Quick Start Guide (http://docs.confluent.io/3.0.1/control-center/docs/quickstart.html), with the exception of starting the services (Skipping Step 1 - 7) , I have all the correct properties set that the guide states though.

The source and sink is working as expected, so in theory I should see data in the graph, but I don’t.

No errors or warnings in the logs for both Kafka Connect and Control Center, and after a day of debugging I’m out of ideas…

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
theduderogcommented, Jan 12, 2017

@adamstrawson

Can you include the properties set in /etc/kafka/secrets/ssl.properties?

In addition to setting security params like ssl.truststore.location at the top level for the consumer, you also need to pass them to the interceptor with properties like confluent.monitoring.interceptor.ssl.truststore.location.

Here’s an example: https://github.com/arrawatia/securing-kafka-blog/blob/master/manifests/default.pp#L435-L439

1reaction
theduderogcommented, Jan 13, 2017

Awesome. I think it’s showing “Unknown cluster” b/c you’re using the 3.0.1 interceptors. If you change the Docker run commands to 3.1.1, you’ll get the new interceptors which understand Kafka cluster id.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Confluent Control Center
Confluent Control Center is a web-based tool for managing and monitoring Apache Kafka®. Control Center provides a user interface that enables you to...
Read more >
Control Center will not start, continously rebalancing, lock ...
Depending on the number of topic partitions you are monitoring, it could take several hours to reprocess for a large cluster. It also...
Read more >
Control Center
Hardware decoding allows real-time monitoring of 25 channels HD streams or 64 channels nHD streams. If the performance of PC is instantaneously lacking...
Read more >
Control Center - Hunt Electronic
Control Center supports live monitoring/playback and backup with SD CIF/HALF/D1 normal image and also. HD 1080p(1920x1080), 720p(1280x720) high quality ...
Read more >
Control Center TLS failing - ssl - Stack Overflow
confluent local services control-center stop confluent local ... true confluent.controlcenter.command.streams.start.timeout = 300000 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found