Connections


You can create, edit, delete, and alter the connections that can be configured in Lenses. The table below shows the different types of connections that can be configured in Lenses.

CommandsDescription
awsManage Lenses AWS connections
data-dogManage Lenses DataDog connections
elasticsearchManage Lenses Elasticsearch connections
genericManage any Lenses connection using JSON
glueManage Lenses AWS Glue Schema Registry connections
kafkaManage Lenses Kafka connections
kafka-connectManage Lenses Kafka Connect connections
kerberosManage Lenses Kerberos connections
pager-dutyManage Lenses PagerDuty connections
postgresqlManage Lenses PostgreSQL connections
prometheusManage Lenses PrometheusAlertmanager connections
schema-registryManage Lenses Schema Registry connections
slackManage Lenses Slack connections
splunkManage Lenses Splunk connections
webhookManage Lenses Webhook connections
zookeeperManage Lenses Zookeeper connections

Viewing connections 

You can access a help menu to see all the connection types, just like the example above.

lenses-cli connections

One example using a Kafka connection type.

lenses-cli connections kafka list

Viewing connection details 

lenses-cli connections kafka get

Creating a connection 

lenses-cli connections slack create myconnection --webhook-url "https://hooks.slack.com/services/B0E99L0CDCN/B06L499SKEJ/t5YWEwxg3owi5if2ZBLB3Fvi"

Consider using the new Lenses provision for managing dynamic connections.

Update a connection 

lenses-cli connections slack update myconnection --webhook-url "https://hooks.slack.com/services/B0E99L0CDCN/B06L499SKEJ/t5YWEwxg3owi5if2ZBLB3Fvi"

Delete a connection 

lenses-cli connections slack delete myconnection
--
Last modified: July 26, 2024