My graylog2-server address is 192.168.152.128. In graylog2-web-interface, I 
create a GELF HTTP input with bind_address is 192.168.152.128 and port is 
12201.

I use Logstash to output logs to graylog2.
i create logstash_shipper.conf with the content below

input {
 file {
  type => "apache_access"
  path => ["/var/log/httpd/webtest1.vn.joomla/**"]
 }
}

output {
 gelf {
  host => "192.168.152.128"
  port => 12201
 }
}

Then i run this: java -jar /usr/local/bin/logstash-1.3.2-flatjar.jar agent 
-f /etc/logstash_shipper.conf

I wonder if something went wrong because my graylog2-server could not 
receive logs message.

Does anyone know why? Please help me!

Thanks very much!
On Thursday, January 2, 2014 8:18:47 AM UTC+7, Lê Bình wrote:
>
> I don't know how to configure to send apache httpd logs to Graylog2 
> through GELF http input!
> Please help me, thanks all!
>

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to