Skip to main content

clawker monitor up

Start the monitoring stack

Synopsis

Starts the monitoring stack using Docker Compose. This launches the following services:
  • OpenSearch (port 9200)
  • OpenSearch Dashboards (port 5601)
  • clawker-opensearch-bootstrap (one-shot)
  • OpenTelemetry Collector (ports 4317, 4318)
  • Prometheus (port 9090)
Agent containers send telemetry to the stack automatically.
clawker monitor up [flags]

Examples

  # Start the monitoring stack (detached)
  clawker monitor up

  # Start in foreground (see logs)
  clawker monitor up --detach=false

Options

      --detach   Run in detached mode (default true)
  -h, --help     help for up

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also