hastic-server icon indicating copy to clipboard operation
hastic-server copied to clipboard

Hastic data management server for analyzing patterns and anomalies from Grafana

Results 100 hastic-server issues
Sort by recently updated
recently updated
newest added

It'd be incredibly useful if hastic-server was available as a Helm chart

Hi, We have a shaded MongoDB cluster hence in the connection string we have to provide the authSource user:password@mongo-qr--svc:port/?authSource=admin In mongodb_connector.ts https://github.com/hastic/hastic-server/blob/master/server/src/services/data_service/db_connector/mongodb_connector.ts function getDbConfig only fetches user, password, url, dbName...

![image](https://user-images.githubusercontent.com/32903488/61779264-f693f400-ae32-11e9-9050-484520b5c11d.png)

bug

While trying to run the hastic-server in RPi, node server command produces error. node version used : 8 T:~/hastic-server-0.3.6-beta/server/dist $ node server HASTIC_PORT: 8000 ZMQ_IPC_PATH: /tmp/hastic ZMQ_DEV_PORT: 8002 ZMQ_HOST: 127.0.0.1...

## Steps to reproduce - download [0.5.0 `.tar.gz` release](https://github.com/hastic/hastic-server/releases/download/0.5.0/hastic-server-0.5.0.tar.gz) - run `node dist/server` ## Expected behavior - node and python logs are displayed in console ## Actual behavior - only...

bug
production
!

Hey guys Here is my dk-compose file in my mac `version: '2.1' services: server: image: hastic/server:latest environment: HASTIC_API_KEY: eyJrIjoiVHlPaXZ6S2ljZmQxaWFWV3IyYTF3eGw4QThnd2I0U0ciLCJuIjoidGVtcCIsImlkIjoxfQ== GRAFANA_URL: http://192.168.1.173 HASTIC_ALERT_TYPE: ${HASTIC_ALERT_TYPE} HASTIC_ALERTMANAGER_URL: ${HASTIC_ALERTMANAGER_URL} HASTIC_WEBHOOK_URL: http://0.0.0.0:8002 HASTIC_INSTANCE_NAME: ${HASTIC_INSTANCE_NAME} HASTIC_ALERT_IMAGE:...

PR https://github.com/hastic/hastic-server/pull/931 introduced `HASTIC_SERVER_URL` variable to configure URL to bind websockets (default value is `ws://localhost:8002`). The problem is: the default value doesn't work in Docker because nothing outside the container...

production

According to this comment (https://www.reddit.com/r/homeassistant/comments/j35lyr/using_ai_to_detect_anomalies/g79t740/?utm_source=reddit&utm_medium=web2x&context=3), documentation needs to be updated: >The documentation is pretty good to help you get setup, but it wasn't 100% up-to-date.

docs

Hi team, I am new to both influxdb and hastic-server. Can you please tell me the compatibility of **hastic-server** with **influxdb version2**? If it is compatible can you please tell...

I thing we should remove this: https://github.com/hastic/hastic-server/blob/765cfc7710b2384959bcc11dcac173dd0ab05d68/server/src/services/analytics_service.ts#L207 I found hardcoded port here: https://github.com/hastic/hastic-server/blob/765cfc7710b2384959bcc11dcac173dd0ab05d68/server/src/services/analytics_service.ts#L79 I find it suspicious that we resolve our promise here: https://github.com/hastic/hastic-server/blob/765cfc7710b2384959bcc11dcac173dd0ab05d68/server/src/services/analytics_service.ts#L147 we don't guarantee that task will...

refactoring