Hello all,
Could you please help me on this.
I am quite new to the Elasticsearch ocean.
My requirement is, I need to send data from .log file to AWS opensearch. Whether the below option will work for me.
-
Download the Logstash 7.16.3 from official elasticsearch site (Download Logstash Free | Get Started Now | Elastic)and install on RHEL server.
-
Use the following command to install the plugin:
bin/logstash-plugin install Logstash-output-opensearch.
Since the output plugin opensearch is not by default available with Logstash. The manual installation will help me for sending the data to the opensearch?
Or i have to forcefully choose the following 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 condition.
- Logstash downloaded from official elasticsearch site (Download Logstash Free | Get Started Now | Elastic)