How to use a external AWS opensearch index
In this totorial you will launch your first search app in 5 minutes. There is also a video:
- https://qsc-dev.quasiris.de/cdn/qsc/quasiris/qsc/qsc-searchapp-in-5-minutes.mkv
- https://youtu.be/MB3uGGteIQM
Preconditions
- account in the QSC -> TODO Link to a tutorial to create an account in the QSC
- a qsc search -> how-to-create-your-first-searchapp-in-5-minutes.md
- aws account
- aws opensearch service
- ??? minutes time
Steps
- create a aws opensearch service
- create a search app with the code
aws-opensearch-poc
- go to
index-storage
https://qsc-dev.quasiris.de/console/index/index-storage/wins/aws-opensearch-poc - configure the aws url
{
"feedingStorages": {
"elastic": {
"endpoint": "http://my-elastic-host:9200"
}
}
}