Skip to content

Update 8.18.0.asciidoc - Fix typo in workaround section for Active Directory #128106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 8.18
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/release-notes/8.18.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ authentication to perform outbound network connections. This issue will be fixed
+
As a workaround, you can temporarily patch the policy using a JVM option:

1. Create a file called `${ES_CONF_PATH}/jvm_options/workaround-127061.options`.
1. Create a file called `${ES_CONF_PATH}/jvm_options.d/workaround-127061.options`.
2. Add the following line to the new file:
+
-Des.entitlements.policy.x-pack-core=dmVyc2lvbnM6CiAgLSA4LjE4LjAKICAtIDkuMC4wCnBvbGljeToKICB1bmJvdW5kaWQubGRhcHNkazoKICAgIC0gc2V0X2h0dHBzX2Nvbm5lY3Rpb25fcHJvcGVydGllcwogICAgLSBvdXRib3VuZF9uZXR3b3Jr
Expand Down