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.
aws
data-dog
elasticsearch
generic
glue
kafka
kafka-connect
kerberos
pager-duty
postgresql
prometheus
schema-registry
slack
splunk
webhook
zookeeper
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
lenses-cli connections kafka get
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.
lenses-cli connections slack update myconnection --webhook-url "https://hooks.slack.com/services/B0E99L0CDCN/B06L499SKEJ/t5YWEwxg3owi5if2ZBLB3Fvi"
lenses-cli connections slack delete myconnection
On this page