Or i have to forcefully choose the follwing option download "Logstash OSS with OpenSearch Output Plugin" from the website (Opensearch 2.11.1 · OpenSearch).
which have a pre loaded opensearch output plugin.
What is the maximum Logstash version supports for opensearch for below two conditions.
In the opensearch document its mentioned like below
Install Logstash
To install Logstash on OpenSearch, first install Logstash on your cluster, then the OpenSearch Logstash plugin, as described in the following steps.
Tarball
*Make sure you have Java Development Kit (JDK) version 8 or 11 installed.
*Navigate to the downloaded folder in the terminal and extract the files. Make sure that your version of Logstash and platform matches the one downloaded:
tar -zxvf logstash-8.8.2-linux-x86_64.tar.gz
*Navigate to the logstash-8.8.2 directory.
OpenSearch/OpenDistro are AWS run products and differ from the original Elasticsearch and Kibana products that Elastic builds and maintains. You may need to contact them directly for further assistance.
(This is an automated response from your friendly Elastic bot. Please report this post if you have any suggestions or concerns )
Your LS host should have the internet connection. I have installed the opensearch plugin without problems.
Install the pluging:
logstash-plugin install logstash-output-opensearch
Validating logstash-output-opensearch
Resolving mixin dependencies
Updating mixin dependencies logstash-mixin-ecs_compatibility_support
Bundler attempted to update logstash-mixin-ecs_compatibility_support but its version stayed the same
Installing logstash-output-opensearch
Installation successful
Check does the plugin exit: logstash-plugin.bat list
Make LS .conf file to process your data.
You need input, filter, output. Is your log in a file, syslog or how do you receive?
The filter section give you ability to transform data by grok, json or similar plugin.
AFAIK LS will work without installed Java because JDK is included. When you run it, 1st sentence is: "Using bundled JDK: /path/logstash/jdk/bin/java.exe"
Which version of Logstash you are using
The latest 8.11.1. AFAIK 8.x and 7.something both have JDK included.
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.