Hi,
I am unable to install the microsoft-sentinel-logstash-output-plugin on logstash server.
I am running rhel7.9.
I get the following error : ERROR: Something went wrong when installing install, microsoft-sentinel-logstash-output-plugin, message: execution expired.
just Site (https://rubygems.org/) is autorised on server logstash
intenet is not autorised.
Check the status of logstash
sudo systemctl status logstash
take the pid and kill it
kill -9 (pid)
then restart logstash
sudo systemctl restart logstash
Then run below command
sudo /usr/share/logstash/bin/logstash-plugin install microsoft-sentinel-logstash-output-plugin
If the Logstash server does not have internet access, you will need to prepare a offline package of the plugin on a server that has internet access using a Logstash with the same version.
To prepare a offline package, follow this documentation.
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.