-
Hi,
I'm testing latest hastic server version with ES data source. I'm getting following error and it is from grafana-datasource-kit library. Should I use different timestamp field?
My setup,
El…
-
we should stop actor's asyncio event loop gracefully by sigterm signal
https://github.com/hastic/hastic-server/blob/master/analytics/analytics/utils/concurrent.py#L130
https://github.com/hastic/ha…
-
When we implement https://github.com/hastic/hastic-grafana-app/issues/120, lets set the default hasticServerUrl in config from the list of available hastic servers
-
```Dockerfile
FROM node:8-alpine AS build
RUN apk add --no-cache git
# Note: context starts in the directory above (see docker-compose file)
COPY .git /var/www/.git
COPY server /var/www/serve…
-
We should finish analytics process correctly
* `event_loop.close()`
* `thread_pool.shutdown()`
* `socket.close()`
* `zmq_context.term()` (https://stackoverflow.com/a/20084246)
This issue migh…
-
This is what I get when I try to run hastic-server
```
/home/corp/temp_projects/hastic/hastic-server/server/dist/server-dev.js:164
throw new Error(`Please configure ${field}`);
…
-
When I use elasticsearch as data source. I get following error,
hastic-server-0 hastic-server LEARNING started for xxxx
hastic-server-0 hastic-server query time range: from Fri Mar 06 2020 07:59:2…
-
this is what I get when I install hastic-server/server on node.js v.13.5.0 and npm v6.13.4
```
npm WARN deprecated babel-preset-es2015@6.24.1: �🙌 Thanks for using Babel: we recommend using babel-…
-
Hey guys
Here is my dk-compose file in my mac
`version: '2.1'
services:
server:
image: hastic/server:latest
environment:
HASTIC_API_KEY: eyJrIjoiVHlPaXZ6S2ljZmQxaWFWV3IyY…
-
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/…