Hi,

Testig to send json logs to GRAYLog. 
Getting below error in graylogcollector-stdout.2015-12-28

2015-12-28T04:46:13.626-0800 ERROR [gelfTcpTransport-1-1] 
gelfclient.transport.GelfTcpTransport - Connection failed: Connection 
refused: no further information: /XX.XXX.XXX.XX:12201

Please advice.
Here is my collector.conf

server-url = "http://XX.XXX.XXX.XX:12900/";

inputs {
  xbec_transactions {
type = "file"
path = "C:\\Users\\tugoel\\Documents\\GSP\\Temp\\xbec_transactions.log"
charset = "utf-8"
content-splitter = "newline"
  }
  //win-eventlog-system {
    //  type = "windows-eventlog"
    //  source-name = "System"
    //  poll-interval = "1s"
    //}
   // win-eventlog-security {
    //  type = "windows-eventlog"
     // source-name = "Security"
    //  poll-interval = "1s"
   // }
}

outputs {
  gelf-tcp {
    type = "file"
    host = "XX.XXX.XXX.XX"
    port = 12201
  }
}

-- 
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/c6513acd-bd85-4a93-8ec4-22963dc79e70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to