CueObserve
  • Overview
  • Why CueObserve
  • Getting Started
  • Installation
  • Anomalies
  • Root Cause Analysis
  • Datasets
  • Anomaly Definitions
  • Anomaly Detection
  • Data Sources
  • Development
  • Settings
Powered by GitBook
On this page
  • Install via Docker-Compose
  • Add Connection
  • Add Dataset
  • Define and Run Anomaly job

Was this helpful?

Edit on GitHub

Getting Started

PreviousWhy CueObserveNextInstallation

Last updated 3 years ago

Was this helpful?

Install via Docker-Compose

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

Now visit in your browser.

Add Connection

Go to the Connections screen to create a connection.

Add Dataset

Define and Run Anomaly job

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.

Next, create a dataset using your connection. See for details.

Create an anomaly detection job on your dataset. See for details.

Datasets
Anomaly Definitions
localhost:3000