diff --git a/_clients/agents-and-ingestion-tools/index.md b/_clients/agents-and-ingestion-tools/index.md index dfcac5b6..4417160c 100644 --- a/_clients/agents-and-ingestion-tools/index.md +++ b/_clients/agents-and-ingestion-tools/index.md @@ -26,13 +26,13 @@ PUT _cluster/settings } } ``` - + Logstash OSS 8.0 introduces a breaking change where all plugins run in ECS compatibility mode by default. If you use a compatible [OSS client](#compatibility-matrices) you must override the default value to maintain legacy behavior: ```yml diff --git a/_opensearch/configuration.md b/_opensearch/configuration.md index 53090806..a5f059c3 100755 --- a/_opensearch/configuration.md +++ b/_opensearch/configuration.md @@ -74,7 +74,6 @@ You don't mark settings in `opensearch.yml` as persistent or transient, and sett ```yml cluster.name: my-application action.auto_create_index: true -compatibility.override_main_response_version: true ``` The demo configuration includes a number of settings for the security plugin that you should modify before using OpenSearch for a production workload. To learn more, see [Security]({{site.url}}{{site.baseurl}}/security-plugin/).