Hi, 

I'm a new user on Graylog. 

When I write : "*C:\graylog-collector-0.5.0\bin>graylog-collector.bat run 
-f config\collector.conf"* in terminal, I have this error : 

2016-08-31T14:30:47.311+0200 INFO  [main] cli.commands.Run - Starting 
Collector v0.5.0 (commit 3d2c382)
2016-08-31T14:30:47.315+0200 INFO  [main] cli.commands.Run - Running on 
Windows 10 Windows 10 10.0 (amd64)
2016-08-31T14:30:47.319+0200* ERROR [main] cli.commands.Run - ERROR: 
Configuration file config\collector.conf does not exist or is not readable!*
2016-08-31T14:30:47.322+0200 INFO  [main] cli.commands.Run - Exit
2016-08-31T14:30:47.323+0200 INFO  [Thread-1] cli.commands.Run - Stopping...


*It's my file "collector.conf" : *


server-url = "http://192.168.160.221:12900/";

inputs {
  win-eventlog-application {
    type = "windows-eventlog"
    source-name = "Application"
    poll-interval = "1s"
  }
  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 = "gelf"
    host = "192.168.160.221"
    port = 12201
  }
}



Thank you for your help.  

Alison

-- 
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/77ac3d5f-fa33-482a-a486-496f96682197%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to