Thank you for helping.
When I run .\filebeat test output -e -d "*" I get the following:
{:timestamp=>"2018-05-29T11:21:58.036000-0700", :message=>"Beats inputs: accepting a new connection", :peer=>"128.32.154.165:32067", :level=>:debug, :file=>"logstash/inputs/beats.rb", :line=>"202", :method=>"handle_new_connection"}
{:timestamp=>"2018-05-29T11:21:58.040000-0700", :message=>"Beats input: waiting from new events from remote host", :peer=>"128.32.154.165:32067", :level=>:debug, :file=>"logstash/inputs/beats_support/connection_handler.rb", :line=>"30", :method=>"accept"}
{:timestamp=>"2018-05-29T11:21:58.050000-0700", :message=>"Beats Input: Remote connection closed", :peer=>"128.32.154.165:32067", :exception=>#<Lumberjack::Beats::Connection::ConnectionClosed: Lumberjack::Beats::Connection::ConnectionClosed wrapping: Errno::ECONNRESET, Connection reset by peer - Connection reset by peer>, :level=>:debug, :file=>"logstash/inputs/beats.rb", :line=>"215", :method=>"handle_new_connection"}
{:timestamp=>"2018-05-29T11:21:58.050000-0700", :message=>"Beats input, out of band call for flushing the content of this connection", :peer=>"128.32.154.165:32067", :level=>:debug, :file=>"logstash/inputs/beats_support/connection_handler.rb", :line=>"73", :method=>"flush"}
{:timestamp=>"2018-05-29T11:21:58.050000-0700", :message=>"Beats input: clearing the connection from the known clients", :peer=>"128.32.154.165:32067", :level=>:debug,
When I run the normal filebeat process from the windows box I get the following:
{:timestamp=>"2018-05-29T11:19:03.091000-0700", :message=>"Beats inputs: accepting a new connection", :peer=>"128.32.154.165:32037", :level=>:debug, :file=>"logstash/inputs/beats.rb", :line=>"202", :method=>"handle_new_connection"}
{:timestamp=>"2018-05-29T11:19:03.094000-0700", :message=>"Beats input: waiting from new events from remote host", :peer=>"128.32.154.165:32037", :level=>:debug, :file=>"logstash/inputs/beats_support/connection_handler.rb", :line=>"30", :method=>"accept"}
{:timestamp=>"2018-05-29T11:19:03.377000-0700", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x379d3eca @operations_mutex=#Mutex:0x395ad649, @max_size=500, @operations_lock=#Java::JavaUtilConcurrentLocks::ReentrantLock:0x3d6555ba, @submit_proc=#Proc:0x2652d6da@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.5.5-java/lib/logstash/outputs/elasticsearch/common.rb:57, @logger=#<Cabin::Channel:0x4955a4c7 @metrics=#<Cabin::Metrics:0x5e8af0d2 @metrics_lock=#Mutex:0x1848233d, @metrics={}, @channel=#<Cabin::Channel:0x4955a4c7 ...>>, @subscriber_lock=#Mutex:0x281cd2e8, @level=:debug, @subscribers={12322=>#<Cabin::Outputs::IO:0x458e5d83 @io=#<File:/var/log/logstash/logstash.log>, @lock=#Mutex:0x1c06dfc4>}, @data={}>, @last_flush=2018-05-29 11:19:02 -0700, @flush_interval=1, @stopping=#Concurrent::AtomicBoolean:0x5243c53e, @buffer=[], @flush_thread=#<Thread:0x4798a97e run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
{:timestamp=>"2018-05-29T11:19:03.498000-0700", :message=>"Beats input: unhandled exception", :exception=>#<Zlib::BufError: buffer error>, :backtrace=>["org/jruby/ext/zlib/ZStream.java:134:in finish'", "org/jruby/ext/zlib/JZlibInflate.java:72:in
inflate'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/lumberjack/beats/server.rb:380:in compressed_payload'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/lumberjack/beats/server.rb:251:in
feed'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/lumberjack/beats/server.rb:384:in compressed_payload'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/lumberjack/beats/server.rb:251:in
feed'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/lumberjack/beats/server.rb:462:in read_socket'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/lumberjack/beats/server.rb:442:in
run'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/logstash/inputs/beats_support/connection_handler.rb:33:in accept'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/logstash/inputs/beats.rb:211:in
handle_new_connection'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/logstash/inputs/beats_support/circuit_breaker.rb:42:in execute'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/logstash/inputs/beats.rb:211:in
handle_new_connection'", "/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-input-beats-2.2.7/lib/logstash/inputs/beats.rb:167:in `run'"], :level=>:error, :file=>"logstash/inputs/beats.rb", :line=>"223", :method=>"handle_new_connection"}
{:timestamp=>"2018-05-29T11:19:03.499000-0700", :message=>"Beats input, out of band call for flushing the content of this connection", :peer=>"128.32.154.165:32037", :level=>:debug, :file=>"logstash/inputs/beats_support/connection_handler.rb", :line=>"73", :method=>"flush"}
{:timestamp=>"2018-05-29T11:19:03.499000-0700", :message=>"Beats input: clearing the connection from the known clients", :peer=>"128.32.154.165:32037", :level=>:debug, :file=>"logstash/inputs/beats.rb", :line=>"238", :method=>"handle_new_connection"}
{:timestamp=>"2018-05-29T11:19:04.379000-0700", :message=>"Flushing buffer at interval", :instance=>"#<LogStash::Outputs::ElasticSearch::Buffer:0x379d3eca @operations_mutex=#Mutex:0x395ad649, @max_size=500, @operations_lock=#Java::JavaUtilConcurrentLocks::ReentrantLock:0x3d6555ba, @submit_proc=#Proc:0x2652d6da@/opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-output-elasticsearch-2.5.5-java/lib/logstash/outputs/elasticsearch/common.rb:57, @logger=#<Cabin::Channel:0x4955a4c7 @metrics=#<Cabin::Metrics:0x5e8af0d2 @metrics_lock=#Mutex:0x1848233d, @metrics={}, @channel=#<Cabin::Channel:0x4955a4c7 ...>>, @subscriber_lock=#Mutex:0x281cd2e8, @level=:debug, @subscribers={12322=>#<Cabin::Outputs::IO:0x458e5d83 @io=#<File:/var/log/logstash/logstash.log>, @lock=#Mutex:0x1c06dfc4>}, @data={}>, @last_flush=2018-05-29 11:19:03 -0700, @flush_interval=1, @stopping=#Concurrent::AtomicBoolean:0x5243c53e, @buffer=[], @flush_thread=#<Thread:0x4798a97e run>>", :interval=>1, :level=>:debug, :file=>"logstash/outputs/elasticsearch/buffer.rb", :line=>"90", :method=>"interval_flush"}
Please advise. Thanks.