Brian,
I've tried using the http protocol and it did not work. The Cluster sees
the logstash node, but it's not creating the index still.
Thanks,
Gerald
On Friday, November 14, 2014 4:26:22 PM UTC-5, @SQLBigG wrote:
>
> My setup:
>
> Logstash Node parsing NXLog eventlog
My setup:
Logstash Node parsing NXLog eventlogs from windows servers and sending them
to a 3 node ES Cluster.
Here's my logstash conf file:
input {
tcp {
type => "eventlog"
host => "logstash01"
port => 3515
codec => 'json'
}
}
output {
elasti