Hi,

I have cloned graylog web interface from 
https://github.com/Graylog2/graylog2-server 
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FGraylog2%2Fgraylog2-server&sa=D&sntz=1&usg=AFQjCNEj53XtZKEDS8Ar3EiC4TZoDpn5fA>.When
 
I start it and run in browser,I meet this error

The browser shows error "...Oh no, something went wrong!...." (running file 
error.scala.html).

Later,in SearchController.java,I comment some line as below (green color)

 
   
 public Result globalSearch() {
     
     if (isPermitted(RestPermissions.INPUTS_CREATE)) {
         try {
         //    final DisplayGettingStarted gettingStarted = 
api().path(GettingStartedResource().displayGettingStarted(),
          //                                                   
 DisplayGettingStarted.class).execute();
          //   if (gettingStarted.show()) {
                    return 
redirect(routes.GettingStartedController.index(false));
          //   }
         } catch (Exception e) {
             log.debug("Unable to determine whether to display getting 
started guide, not showing it.");
         }
     }
  
      if (Permissions.isPermitted(RestPermissions.SEARCHES_ABSOLUTE)
             || Permissions.isPermitted(RestPermissions.SEARCHES_RELATIVE)
             || Permissions.isPermitted(RestPermissions.SEARCHES_KEYWORD)) {
         return index("", "relative", 300, "", "", "", "", 1, "", "", "", 
"", DEFAULT_ASSUMED_GRAPH_RESOLUTION);
     } else {
         return redirect(routes.StreamsController.index());
     }
   }

So this,I met information "we could not load graylog getting started 
guide.please open it directly with a browser that can access it to public 
internet"
When I inspect element I see 
data-getting-started-url=https://gettingstarted.graylog.org/.

I can not modify to get start guide.Please give me an advice.
Thanks





-- 
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/70b4083c-932e-47b1-abbf-153ccb539a45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to