I’ve setup development environment as per the document and start graylog2-web-interface using port 8000 as below.
yarn start --host=192.168.8.10 --port=8000
But when I try to access Express web server using “http://192.168.8.10:8000/” it says " Server currently unavailable and We are experiencing problems connecting to the Graylog server running on http://localhost:9000/api ."
@pradeepguns You need to share or check your Graylog server.log to find out the cause of its unavailability of the server. Also, check if there are any firewall setup or not while accessing it.