1 Answer
- Newest
- Most votes
- Most comments
0
Hi Chintan
if your AWS OpenSearch domain goes down, it will primarily impact the indexing and search functionality of GitLab's Advanced Search feature.
- Indexing: New code changes and updates will not be indexed into the OpenSearch domain.
- Search: Users will be unable to perform searches using Advanced Search capabilities. Basic search functionalities might still work, depending on how they are implemented.
However, if your workflow heavily relies on Advanced Search, a domain outage can significantly impact productivity and code management.
OpenSearch Domain Redundancy: Consider implementing redundancy mechanisms like multiple domains or cross-region replication to mitigate the impact of outages.
Monitoring and Alerts: Set up robust monitoring and alerting systems to detect domain issues promptly and initiate recovery procedures.
For more follow the links
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
Thanks Sandeep.