OpenSearch
Table of Contents
OpenSearch
OpenSearch is a family of software consisting of a search engine (also named OpenSearch), and OpenSearch Dashboards, a data visualization dashboard for that search engine. The software started in 2021 as a fork of Elasticsearch and Kibana, with development led by Amazon Web Services.
Use this docker-compose file to get it running in local computer: https://github.com/explorer436/programming-playground/tree/main/docker%20compose%20files/opensearch
TODO
How do we modify the mapping of an existing index?
e.g. to add a new parameters to an existing POJO?