Skip to content

Commit

Permalink
Merge pull request #6453 from dimagi/ap/disable-multiplexing-on-india
Browse files Browse the repository at this point in the history
Disable multiplexing on all indices on India
  • Loading branch information
AmitPhulera authored Dec 17, 2024
2 parents db25218 + 8ee5458 commit 459ceff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions environments/india/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ localsettings:
ES_CASE_SEARCH_INDEX_NAME: "case_search_2022-10-14"
ES_MULTIPLEX_TO_VERSION: '6'
# Index Multiplexer Settings
ES_APPS_INDEX_MULTIPLEXED: True
ES_CASE_SEARCH_INDEX_MULTIPLEXED: True
ES_CASES_INDEX_MULTIPLEXED: True
ES_DOMAINS_INDEX_MULTIPLEXED: True
ES_FORMS_INDEX_MULTIPLEXED: True
ES_GROUPS_INDEX_MULTIPLEXED: True
ES_SMS_INDEX_MULTIPLEXED: True
ES_USERS_INDEX_MULTIPLEXED: True
ES_APPS_INDEX_MULTIPLEXED: False
ES_CASE_SEARCH_INDEX_MULTIPLEXED: False
ES_CASES_INDEX_MULTIPLEXED: False
ES_DOMAINS_INDEX_MULTIPLEXED: False
ES_FORMS_INDEX_MULTIPLEXED: False
ES_GROUPS_INDEX_MULTIPLEXED: False
ES_SMS_INDEX_MULTIPLEXED: False
ES_USERS_INDEX_MULTIPLEXED: False
# Index Swap Settings
ES_APPS_INDEX_SWAPPED: True
ES_CASE_SEARCH_INDEX_SWAPPED: True
Expand Down

0 comments on commit 459ceff

Please sign in to comment.