Audit Channels

This page describes the commands to manage audit channels in Lenses via the CLI.

List audit channels

Basic list

lenses-cli auditchannels

Detailed view

lenses-cli auditchannels --details

List audit channels with possible flags

lenses-cli auditchannels \
--page=1 \
--pageSize=10 \
--sortField="name" \
--sortOrder="asc" \
--templateName="test" \
--channelName="slack"

List audit channel templates

When creating audit channels, one of the existing predefined channel templates needs to be used.

Such a command lists all available audit channel templates:

To get all the details, use JSON format:

Create a new audit channel

Create a new audit channel using a YAML file:

Save the file as audit_chann.yml and execute it like this:Copy

Update an audit channel

Delete an audit channel

Last updated

Was this helpful?