Thank you Jochen for the response. Yes, I am aware of the web interface is embedded now in graylog 2.1.
Basically, I am having the multiple instances of the graylog server. On above I share the two conf files. One is graylog server without the web interface enabled and other one is enabled. as you can see in graylog-server.txt is_master = true but in the graylog-web.txt is_master = false these two instances are the part of my bigger setup. along side 3 elaseticsearch cluster. 3 mongodb replica set. elaseticsearch cluster and replica set are performing well. all nodes are separately deployed on the lxc cotainers with ubuntu 14.04. The problem, I facing, I am not able to see the web interface which is enabled on the second node. On Wednesday, September 21, 2016 at 1:30:17 PM UTC+5, Jochen Schalanda wrote: > > Hi Shah, > > the image in the Graylog Bigger Setup > <http://docs.graylog.org/en/2.1/pages/architecture.html#bigger-production-setup> > > chapter of the documentation is still from Graylog 1.x. Since the web > interface has been embedded into Graylog ("graylog-server") and is a > single-page application (SPA), it is kind of out-of-date. > > Please describe in more detail, what you want to achieve. > > FWIW, in your current setup, the rest_listen_uri and web_endpoint_uri > settings on the second Graylog node would need to be configured correctly. > > Cheers, > Jochen > > On Wednesday, 21 September 2016 09:19:53 UTC+2, Shah Zaib wrote: >> >> I am trying to implemnt the Graylog Bigger Setup >> <http://www.google.com/url?q=http%3A%2F%2Fdocs.graylog.org%2Fen%2F2.0%2Fpages%2Farchitecture.html%23bigger-production-setup&sa=D&sntz=1&usg=AFQjCNFCqBjZ20fqeG-vWpJemKBr9kO-xg> >> >> For This, I separate the graylog server with these settings >> >> Graylog-Server = 192.168.100.80 >> Graylog-Web = 192.168.100.81 >> >> On Graylog-Server >> >> >> is_master = true >> and >> web_enable = false >> >> and on the Graylog Web >> >> is_master = false >> and >> web_enable = true >> >> I am attaching the both conf files and the log file of Graylog-Web below >> if you need the deeper look. >> The problem, I am facing, I am not able to browse the web interface. >> >> The good news is that, I can browse the >> >> http://192.168.100.80:12900/api-browser ( 192.168.100.80 is the graylog >> server ip ) >> >> >> In this post i am attaching these files for more information. >> >> >> Graylog Web Enable Conf File >> >> graylog-web.txt >> <https://github.com/Graylog2/graylog2-server/files/484208/graylog-web.txt> >> Graylog Server Conf File >> >> graylog-server.txt >> <https://github.com/Graylog2/graylog2-server/files/484206/graylog-server.txt> >> Graylog Web Log File >> >> graylog-webLog.txt >> <https://github.com/Graylog2/graylog2-server/files/484201/graylog-webLog.txt> >> >> >> >> My Environment >> >> - Graylog Version: 2.1.1 >> - Elasticsearch Version: 2.4.0 >> - MongoDB Version: 3.2.9 >> - Operating System: ubuntu 14.04 >> >> -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/5a320087-f52e-49b3-8ff3-7593ce4cc0e5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
