Documentation Index
Fetch the complete documentation index at: https://docs.clawker.dev/llms.txt
Use this file to discover all available pages before exploring further.
clawker monitor down
Stop the monitoring stackSynopsis
Stops the monitoring stack using Docker Compose. This stops and removes all monitoring containers while preserving the clawker-net Docker network for other clawker services. Without —volumes, OpenSearch data + the bootstrap-applied configuration (index templates, ISM policies, Dashboards index patterns) persist in the named volume across restarts. With —volumes the volumes are wiped and ‘monitor up’ re-runs the clawker-opensearch-bootstrap container to reapply everything from templates — this is the canonical way to pick up template edits, since OpenSearch index templates only take effect at index creation.Examples
Options
Options inherited from parent commands
See also
- clawker monitor - Manage local observability stack