Permission Denied Issue using Logstash

Hi, I've been started ELK Stack (+Filebeat) for one week.

I'm trying to transfer log files data using Filebeat and Logstash to ElasticSearch.

Here, my Logstash configuration file.
image

And I started Logstash and received error message just like this.

I've got more messages but I can't open here.
How can I do in this situation?

Give me a solution plz.
Thanks

Does your user have write permission to /Users/s.h.kim/Downloads/logstash-6.4.1/logs/? Does a logstash-plain.log already exist, and if it does, do you have write permissions on it?

Thanks Alex.

I already have a logstash-plain.log file, so I gave write permissions to it.
And then it works !!

But, next step I got a message like this.....

I think it is same problem (write permission)
So I gave write permissions ....
/logstash-6.4.1/data/queue
/logstash-6.4.1/data/dead_letter_queue
/logstash-6.4.1/data/.lock

After giving write permissions, it works well..
Thanks again !!

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