crowdsec/docs/cscli/cscli_dashboard_setup.md
erenJag 4f9d252a15
Add the documentation into crowdsec repo (#3)
Add the documentation into crowdsec repo
2020-05-15 16:58:24 +02:00

1.2 KiB

cscli dashboard setup

Setup a metabase container.

Synopsis

Perform a metabase docker setup, download standard dashboards, create a fresh user and start the container

cscli dashboard setup [flags]

Examples

cscli dashboard setup
cscli dashboard setup --force
cscli dashboard setup -l 0.0.0.0 -p 443
 

Options

  -d, --dir string      Shared directory with metabase container. (default "/var/lib/crowdsec/data")
  -f, --force           Force setup : override existing files.
  -h, --help            help for setup
  -l, --listen string   Listen address of container (default "127.0.0.1")
  -p, --port string     Listen port of container (default "3000")

Options inherited from parent commands

  -c, --config-dir string   Configuration directory to use. (default "/etc/crowdsec/cscli/")
      --debug               Set logging to debug.
      --error               Set logging to error.
      --info                Set logging to info.
  -o, --output string       Output format : human, json, raw. (default "human")
      --warning             Set logging to warning.

SEE ALSO

Auto generated by spf13/cobra on 15-May-2020