Hi, I'm very sorry but we can't help you in such a detailed way to set up your local development environment and modify the source code of Graylog or the Graylog web interface. If you want to make some modifications, it's totally fine, but don't expect any support on the way.
Cheers, Jochen On Tuesday, 19 January 2016 08:22:40 UTC+1, [email protected] wrote: > > 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/e3e6dbd2-ed60-47ef-820f-c3b5a4cec130%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
