반응형

1. Hastic server install with Docker

github.com/hastic/hastic-server/wiki/Docker

 

hastic/hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana - hastic/hastic-server

github.com

1. install server

You need only nodejs >= 6.14 on your machine

wget https://github.com/hastic/hastic-server/releases/download/0.5.0/hastic-server-0.5.0.tar.gz
tar -zxvf hastic-server-0.5.0.tar.gz
cd hastic-server-0.5.0/server/dist
node server

 

4 install hastic app

github.com/hastic/hastic-grafana-app/wiki/Installation

 

hastic/hastic-grafana-app

Hastic data management server for labeling patterns and anomalies in Grafana - hastic/hastic-grafana-app

github.com

2-1 move to grafana path

/var/lib/grafana/plugins


2-2 download plugin

wget https://github.com/hastic/hastic-grafana-app/releases/download/0.5.1/corpglory-hastic-app-0.5.1.tar.gz


2-3 unzip

tar -zxvf corpglory-hastic-app-0.5.1.tar.gz


2-4 restart grafana

systemctl restart grafana-server

 

반응형

+ Recent posts