Loading...
This page describes connection a Lenses Agent with HQ
To be able to view and drill into your Kafka environment, you need to connect the agent to HQ. You need to create an environment in HQ and copy the Agent Key into the provisioning.yaml.
lensesHq: - name: lenses-hq version: 1 tags: ['hq'] configuration: server: value: hq-tls-test-lenses-hq.hq-agent-test.svc.cluster.local port: value: 10000 agentKey: value: ${LENSESHQ_AGENT_KEY} sslEnabled: value: true sslTruststore: file: "/mnt/provision-secrets/grpc/truststore.jks" sslTruststorePassword: value: ${LENSES_HQ_AGENT_TRUSTSTORE_PWD}