For the complete documentation index, see llms.txt. This page is also available as Markdown.

HQ

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.

provisioning.yaml
lensesHq:
  - name: lenses-hq
    version: 1
    tags: ['hq']
    configuration:
      server:
        value: "\${LENSES_HQ_HOST}"
      port:
        value: 10000
      agentKey:
        value: "\${LENSES_HQ_AGENT_KEY}"
      sslEnabled:
        value: true
      sslTruststore:
        file: hq-truststore.jks
      sslTruststorePassword:
        value: "\${LENSES_HQ_AGENT_TRUSTSTORE_PWD}"

Last updated

Was this helpful?