Skip to content

Commit

Permalink
increase index.max_docvalue_fields_search index setting to 500 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Jul 31, 2024
1 parent 57daa7b commit 4a9e496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logsearch-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ instance_groups:
app_index_settings:
index.mapping.total_fields.limit: 2000
index.queries.cache.enabled: "false"
index.max_docvalue_fields_search: 400
index.max_docvalue_fields_search: 500
base_index_component_name: index-mappings-lfc
app_index_component_name: index-mappings-app-lfc
platform_index_component_name: index-mappings-platform-lfc
Expand Down

0 comments on commit 4a9e496

Please sign in to comment.