Revision 08d7e31dfce87bd2c8b870f3ff56e7e4a9a69bbf authored by James Rodewig on 16 September 2021, 14:43:26 UTC, committed by GitHub on 16 September 2021, 14:43:26 UTC
We deprecated the `transport.profiles.*.xpack.security.type` setting in 7.3 with PR #43237
However, we didn't add a related item to the 7.3 deprecation docs. This adds the
missing item.

Relates to #43236.
1 parent d0579b1
Raw File
gradle.properties
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
options.forkOptions.memoryMaximumSize=2g
back to top