Visualization
.viz
Each viz must be stored as viz_name.viz YAML file:
viz: viz_name
access_roles:
- role
- role
- ...
access_users:
- user_alias
- user_alias
- ...
reports:
# Viz must have exactly one report
# - title: 'report title in UI'
# ...
Viz Parameters
Name | Type | Default | Description |
---|---|---|---|
viz* | string | - | Viz name |
access_roles | string[] | - | If specified, only users with the listed roles will have access to viz |
access_users | string[] | - | If specified, only the listed users will have access to viz |
reports* | Report[] | - | Begin a section of reports |