Skip to content

Commit

Permalink
Remove id_field_data from our docker compose file
Browse files Browse the repository at this point in the history
The `id_field_data` was added in elastic#14850

From Elasticsearch's team recommendation this should not be used.
  • Loading branch information
ph committed Apr 22, 2021
1 parent 2f104b8 commit 7375f09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/environments/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ services:
- "transport.host=127.0.0.1"
- "http.host=0.0.0.0"
- "xpack.security.enabled=false"
- "indices.id_field_data.enabled=true"
- "script.context.template.max_compilations_rate=unlimited"
- "script.context.ingest.cache_max_size=2000"
- "script.context.processor_conditional.cache_max_size=2000"
Expand Down

0 comments on commit 7375f09

Please sign in to comment.