stac-utils / stac-fastapi-elasticsearch-opensearch

Elasticsearch backend for stac-fastapi with Opensearch support.
https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch
MIT License
31 stars 15 forks source link

COLLECTIONS_INDEX & ITEMS_INDEX_PREFIX customizable via *ElasticsearchSettings #126

Closed ahuarte47 closed 1 year ago

ahuarte47 commented 1 year ago

It would great if COLLECTIONS_INDEX & ITEMS_INDEX_PREFIX could be defined via *ElasticsearchSettings.

It would allow to configure index names aligned to convention names already defined in current ElasticSearch instances.