This is my server and the message I get when trying to start or run the 
Graylog Collector.

Linux lamp 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) 
x86_64

Welcome to Lamp, TurnKey GNU/Linux 14.0 / Debian 8.3 Jessie

    System information (as of Wed Feb 24 15:43:39 2016)
      System load: 0.84 Memory usage: 12%
      Processes: 99 Swap usage: 0%
      Usage of /: 4.0% of 96.34GB IP address for eth0: 192.168.100.7

TKLBAM: Backup ID #1, Updated Wed 2016-02-24 06:57

root@lamp ~# systemctl start graylog-collector
Failed to start graylog-collector.service: Unit graylog-collector.service 
failed to load: No such file or directory

My config file: 

// Graylog Collector configuration.

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

enable-registration = true

collector-id = "file:/etc/graylog/collector/collector-id"

inputs {
  apache-access {
    type = "file"
    path-glob-root = "/var/log/apache2"
    path-glob-pattern = "*.access.log"
 }
 
outputs {
  gelf-tcp {
    type = "gelf"
    host = "127.0.0.1"
    port = 12201
  }
  
  console {
    type = "stdout"
    inputs = "apache-access"
  }
}

How do I get the collector to start?

-- 
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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/c35b7b9c-0c0f-41eb-9679-a69f2e848ebe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to