Hi Aldo, you need to enable HTTPS for both, the Graylog REST API and the web interface. Otherwise your browser will issue those mixed content warnings and block access to the (unencrypted) Graylog REST API.
See http://docs.graylog.org/en/2.0/pages/configuring_webif.html for details. Cheers, Jochen On Sunday, 1 May 2016 18:51:53 UTC+2, Aldo Pellini wrote: > > Sorry I have found on documentation that these is value is good. > > Another issue I could not start an upgraded Graylog2 in HTTPS. > > There is something that I have lost? > > If I try to enable https GUI give to me following error: > > Server currently unavailable > > We are experiencing problems connecting to the Graylog server running on > *http://151.92.28.21:12900/ > <http://151.92.28.21:12900/>*. Please verify that the server is healthy > and working correctly. > > You will be automatically redirected to the previous page once we can > connect to the server. > > Do you need a hand? We can help you > <https://www.graylog.org/community-support>. > Less details <https://151.92.28.21/#> > ------------------------------ > > This is the last response we received from the server: > Error messageBad requestOriginal RequestGET > http://151.92.28.21:12900/system/cluster/nodeStatus codeundefinedFull > error messageError: Request has been terminated Possible causes: the > network is offline, Origin is not allowed by Access-Control-Allow-Origin, > the page is being unloaded, etc. > > Regards, > > Aldo Pellini > > On Sunday, May 1, 2016 at 3:40:18 PM UTC+2, Aldo Pellini wrote: >> >> I'm following upgrading guide and I have entered following command to our >> ES cluster: >> >> curl -s -XGET 10.12.39.19:9200/_all/_mapping | jq -r "keys[]" >> >> It returns empty. >> >> Also if I do command without jq I have only empty brackets as output: >> >> curl -s -XGET 10.12.39.19:9200/_all/_mapping/index_range >> >> {} >> >> It is normal. >> >> So it is strange. The script with this output create a i variable that is >> equal to 0 and it doesn't do anything. >> >> Regards, >> >> Aldo Pellini >> >> >> >> >> On Thursday, April 28, 2016 at 11:35:50 AM UTC+2, kaiser wrote: >>> >>> Hello, >>> >>> Is there a method to ugrade from 1.3.4 to 2.0 please? >>> >>> regards. >>> >>> -- 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/16e40c45-233a-4131-a35c-e2fb8e57778e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
