Skip to content

Commit

Permalink
update settings to multiplex indices on prod
Browse files Browse the repository at this point in the history
case search index has already been reindexed so we will not reindex it again
  • Loading branch information
AmitPhulera committed Nov 26, 2024
1 parent 17bda13 commit 7d14ba3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions environments/production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ localsettings:
# When to consider multiplex settings
ES_MULTIPLEX_TO_VERSION: '6'
# Index Multiplexer Settings
ES_APPS_INDEX_MULTIPLEXED: False
ES_APPS_INDEX_MULTIPLEXED: True
ES_CASE_SEARCH_INDEX_MULTIPLEXED: False # Index swapped
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
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
# Index Swap settings
ES_APPS_INDEX_SWAPPED: False
ES_CASE_SEARCH_INDEX_SWAPPED: True
Expand Down

0 comments on commit 7d14ba3

Please sign in to comment.