Hi, the Graylog Collector itself won't listen on any network interface.
The server-url configuration setting simply specifies the URI of the Graylog REST API that the Graylog Connector should register at. Additionally, the GELF output should probably not be configured with port 12900 (which is the Graylog REST API) but 12201 instead (which is the default port for a GELF input in Graylog, which you have to create on the server). Cheers, Jochen On Thursday, 21 July 2016 11:51:16 UTC+2, [email protected] wrote: > > I have installed the graylog on one server and start with the hello world > kind of thing. But still server is not starting. > > This is what i used. > > server-url = "http://10.240.0.4:12900/" > > inputs { > syslog { > type = "file" > path = "/var/log/syslog" > } > } > > outputs { > graylog-server { > type = "gelf" > host = "10.240.0.4" > port = 12900 > } > } > > I started the server using sudo start graylog-collector. According to my > undestanding server should run on port 12900. But when i checked using > netstat > -tulpn it want shows the listening port. Please assist me on this. > > -- 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/869761ac-71d2-4b40-9118-255654d3493b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
