Skip to content

Commit

Permalink
Merge pull request #6398 from dimagi/ap/es-upgrade/disable-multiplexer
Browse files Browse the repository at this point in the history
Stop multiplexing writes on all the indices that have been swapped
  • Loading branch information
AmitPhulera authored Oct 7, 2024
2 parents 4c1235d + 5ef6ac8 commit fa4cd28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions environments/staging/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ localsettings:
STATIC_CDN: 'https://d2f60qxn5rwjxl.cloudfront.net'
ES_CASE_SEARCH_INDEX_NAME: "case_search_2022-08-23"
ES_MULTIPLEX_TO_VERSION: '6'
ES_APPS_INDEX_MULTIPLEXED: True
ES_APPS_INDEX_MULTIPLEXED: False
ES_CASE_SEARCH_INDEX_MULTIPLEXED: False
ES_CASES_INDEX_MULTIPLEXED: True
ES_FORMS_INDEX_MULTIPLEXED: True
ES_SMS_INDEX_MULTIPLEXED: True
ES_USERS_INDEX_MULTIPLEXED: True
ES_GROUPS_INDEX_MULTIPLEXED: True
ES_DOMAINS_INDEX_MULTIPLEXED: True
ES_CASES_INDEX_MULTIPLEXED: False
ES_FORMS_INDEX_MULTIPLEXED: False
ES_SMS_INDEX_MULTIPLEXED: False
ES_USERS_INDEX_MULTIPLEXED: False
ES_GROUPS_INDEX_MULTIPLEXED: False
ES_DOMAINS_INDEX_MULTIPLEXED: False
ES_APPS_INDEX_SWAPPED: True
ES_CASE_SEARCH_INDEX_SWAPPED: True
ES_CASES_INDEX_SWAPPED: True
Expand Down

0 comments on commit fa4cd28

Please sign in to comment.