Getting Started
mkdir -p ~/cuebook
wget https://raw.githubusercontent.com/cuebook/CueObserve/latest_release/docker-compose-prod.yml -q -O ~/cuebook/docker-compose-prod.yml
wget https://raw.githubusercontent.com/cuebook/CueObserve/latest_release/.env -q -O ~/cuebook/.env
cd ~/cuebook
docker-compose -f docker-compose-prod.yml --env-file .env up -d
Go to the Connections screen to create a connection.

Once you have created an anomaly job, click on the `Run` icon button to trigger the anomaly job. It might take a few seconds for the job to execute.

Once the job is successful, go to the Anomalies screen to view your anomalies.
Last modified 1yr ago