-
This is what I get:
```
HASTIC_IN_MEMORY_PERSISTANCE: false
HASTIC_DB_CONNECTION_TYPE: nedb
HASTIC_DB_CONNECTION_STRING: hastic:password@mongodb:27017/hastic
HASTIC_PORT: 8000
/home/corp/temp_…
-
There is a confusing 404 error because of datasource's `Browser` access type: https://github.com/hastic/hastic-server/issues/698
It would be nice to show "Only `Server` access type is supported" aler…
-
Let's say you have daily data for the whole year and you want to know if there will be a detection in 2 weeks. You won't get any detections.
Possible reasons:
- there may be some code in the node …
-
Grafana 5.4.3
latest master of hastic-server and hastic-grafana-app (as of today)
When creating any analytic unit I get this error:
![image](https://user-images.githubusercontent.com/22073083/531…
-
Hello!
I'm trying to install the hastic app in Grafana. I followed the official installation tutorial, but still cannot start hastic in Grafana web. The Grafana web shows cannot access to hastic in…
-
![image](https://user-images.githubusercontent.com/58978975/74495173-1b8fa780-4ee8-11ea-9b91-4f722d97877e.png)
maybe better say "connect to hastic datasource"? i don't know
-
Hi,
I would like to know how to run the analytic task in the background. I realize after I close the grafana page, learning and analytic stopped. Is it possible to run analytic in the background ba…
-
You may click "Reconnect to hastic server" and fail, but see following:
![image](https://user-images.githubusercontent.com/1022757/56461378-9ec09980-63ba-11e9-9649-a8e40be29788.png)
-
I have created a new api_key and added it to hastic.But after adding an analytic unit and labelling the data,on clicking the apply button it gives an error **"Error: Unauthorized. Check the API_KEY. R…
-
this is how `PrcessService.exitHandler` looks like:
```js
function exitHandler(options: any, err?: any) {
if(exitHandled) {
return;
}
exitHandled = true;
for(let i = 0; i < exitHa…