Hi,
My UseCase: To Tweak the Graylog UI
Cloned the github web-interface code at this link: https://github.com/Graylog2/graylog2-server/tree/master/graylog2-web-interface
Using node version 10.14.2 and yarn version 1.22.10
The UI is coming up but fails to interact with the server so hence getting redirected to service unable page.
Issue:
How does the UI interact with the server? I tried bringing up the graylog server at this https://github.com/Graylog2/graylog2-server/tree/master/graylog2-server but it still not able to interact with the UI.
Also in the ./travis directory in the UI codebase we have graylog2-server.sh which can basically install the server but how is it getting called and why is it not able to bring up the server?
Any help will be really appreciated.
Thanks