Unable send logs from filebeat to logstash

filebeat:
prospectors:
-
paths:

    - "/was/AppServer/profiles/Dmgr01/logs/dmgr/SystemOut.log"
input_type: log
document_type: SystemOut

output:

Logstash as output

logstash:
# The Logstash hosts
hosts: ["x.x.x.x:5044"]
files:
# The directory where the log files will written to.
path: /var/log/mybeat

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.