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/cfed3858-3f1c-451c-9779-6baefde5fb49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to