Hi,
I was trying to read log file using Logstash I couldn’t make it working. I have set up Logstash and application server in different Linux box.
I have configured something like this, can you please help me out figuring out the issue.
input {
file {
path => "//xx.x.xxx.xx/logs/app.log"
type => "log4j"
}
}