GNS-Science / nshm-toshi-api

An extensible API where task metadata, and important input and output files relating to data-intensive science processes are retained. Custom task schemas can be defined to support their meta-data needs.
GNU Affero General Public License v3.0
0 stars 0 forks source link

ISSUE: Elastic Search offline in PROD - toshi_index index is down #87

Closed chrisbc closed 12 months ago

chrisbc commented 2 years ago

Looks like something's happened to our ES search index in PROD. Heres' the health panel... Showing eawrchable document = 0 and the main index ('toshi_index') does not exist...

client (from API lambda logs)

2021-11-19T10:05:19.436+13:00Copy{'error': {'root_cause': [{'type': 'index_not_found_exception', 'reason': 'no such index', 'resource.type': 'index_or_alias', 'resource.id': 'toshi_index', 'index_uuid': '_na_', 'index': 'toshi_index'}], 'type': 'index_not_found_exception', 'reason': 'no such index', 'resource.type': 'index_or_alias', 'resource.id': 'toshi_index', 'index_uuid': '_na_', 'index': 'toshi_index'}, 'status': 404} | {'error': {'root_cause': [{'type': 'index_not_found_exception', 'reason': 'no such index', 'resource.type': 'index_or_alias', 'resource.id': 'toshi_index', 'index_uuid': '_na_', 'index': 'toshi_index'}], 'type': 'index_not_found_exception', 'reason': 'no such index', 'resource.type': 'index_or_alias', 'resource.id': 'toshi_index', 'index_uuid': '_na_', 'index': 'toshi_index'}, 'status': 404}

image