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.
Only one HQ connection is allowed.
See JSON schema for support.
Environment variables are supported; escape the dollar sign
sslKeystorePassword:
value: "\${ENV_VAR_NAME}"
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?