We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm experiencing some permission problems when running LS as a service.
Error: Permission denied - /home/ec2-user/.my_seq", :level=>:error}
It works fine if i start LS from command prompt myself, with my user.
The text was updated successfully, but these errors were encountered:
I believe logstash runs under the "logstash" user and group when run as a service. You can change this in /etc/init.d/logstash.
Sorry, something went wrong.
You are correct. I modified the code to make the seq file 777, as well as place the file in /tmp/ folder.
No branches or pull requests
I'm experiencing some permission problems when running LS as a service.
Error: Permission denied - /home/ec2-user/.my_seq", :level=>:error}
It works fine if i start LS from command prompt myself, with my user.
The text was updated successfully, but these errors were encountered: