CueObserve
Search…
Overview
Why CueObserve
Getting Started
Installation
Anomalies
Root Cause Analysis
Datasets
Anomaly Definitions
Anomaly Detection
Data Sources
Development
Settings
Powered By
GitBook
Getting Started
Install via Docker-Compose
1
mkdir -p ~/cuebook
2
wget https://raw.githubusercontent.com/cuebook/CueObserve/latest_release/docker-compose-prod.yml -q -O ~/cuebook/docker-compose-prod.yml
3
wget https://raw.githubusercontent.com/cuebook/CueObserve/latest_release/.env -q -O ~/cuebook/.env
4
cd ~/cuebook
Copied!
1
docker-compose -f docker-compose-prod.yml --env-file .env up -d
Copied!
Now visit
localhost:3000
in your browser.
Add Connection
Go to the Connections screen to create a connection.
Add Dataset
Next, create a dataset using your connection. See
Datasets
for details.
Define and Run Anomaly job
Create an anomaly detection job on your dataset. See
Anomaly Definitions
for details.
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.
Previous
Why CueObserve
Next
Installation
Last modified
7mo ago
Copy link
Edit on GitHub
Contents
Install via Docker-Compose
Add Connection
Add Dataset
Define and Run Anomaly job