jakes670
jakes670
I can see data in elasticsearch if I run this is on ELK 6.5.4
Hi @andrioktavianto Thanks for the feedback I get the same results as you "Discover" show now data. In the dashboard I still get a error Request to Elasticsearch failed: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Zero...
I had the same issue, here is my fix root@bigbluebutton:~# docker stop greenlight-v3 greenlight-v3 root@bigbluebutton:~# find / -name server.pid /var/lib/docker/overlay2/d4e40e61020d45e8343aa3d87b38f9d9e225d5f449185afe136284178f11fe78/diff/usr/src/app/tmp/pids/server.pid root@bigbluebutton:~# rm /var/lib/docker/overlay2/d4e40e61020d45e8343aa3d87b38f9d9e225d5f449185afe136284178f11fe78/diff/usr/src/app/tmp/pids/server.pid root@bigbluebutton:~# docker start greenlight-v3 Working