Plugin fails to install

I am unable to install the logstash-syslog-output plugin locally

I am running rhel7.8, logstash 7.8.1

I have downloaded logstash-output-syslog-master.zip from git and am running

[root@us3lpvinfelk004 bin]# ./logstash-plugin install ./logstash-output-syslog-master.zip

I get the following error
ERROR: Something went wrong when installing ./logstash-output-syslog-master.zip, message: execution expired

That's not how you install plugins. That sounds like you downloaded the source.

If your machine has access to the internet follow the documentation here.

If your machine does not have access to the internet then you need to prepare an offline plugin pack on a machine that does have access, and copy it to your machine, then install it. The documentation is here.

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