to install offline output syslog plugin in my machine, the plugin is successfully installed, but when i try to call syslog as output in my config file (logstash), i got "Unable to load Plugin. {:type=>"output", :name=>"syslog"}", can any one help to figure out this issue please ?
Here the full log from logstash : "Unable to load Plugin. {:type=>"output", :name=>"syslog"} couldn't find any plugin named 'syslog'. Are you sure this is correct ? trying to load the syslog output plugin resulted in this error : Unable to load the requested plugin named syslog of type output. The plugin is not installed."
NB: when i try the command : "/bin/logstash-plugin list" the plugin "logstash-output-syslog" is there in the list
This will generate the zip file as mentioned in the documentation, now you need to copy this file to the target machine without internet to install it.
On that machine you will need the following command:
I followed each steps as you describe in my machine with internet connectivity i installed logstash 8.8.1 after that i extract it with "prepare-offline-pack" command as zip file, then i put it on my target machine and launch the installation command same one as you write it exactly and i got in the output that the plugin is installed successfully.
I will retry the same steps and tell you what is the outcome.
Is there any issue with this version of logstash ?
This is the complete log from logstash: "The plugin could not load. {:name=>"syslog", :type=>"output"} could not locate the'syslog' plugin. Are you positive this is accurate? Attempting to load the output plugin for Syslog led to the following error: The requested plugin, syslog of type output, could not be loaded. There is no plugin installed.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.