-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Transport profiles do not inherit default transport settings #86048
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
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/es-docs (Team:Docs) |
@ppf2 please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-security (Team:Security) |
@elasticmachine retest this please |
NOTE: Transport profiles do not inherit TLS/SSL settings | ||
from the default transport. | ||
|
||
The same settings that are available for the <<transport-tls-ssl-settings, default transport>> | ||
are also available for each transport profile. By default, the settings for a | ||
transport profile will be the same as the default transport unless they | ||
are specified. | ||
are also available for each transport profile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The xpack.security.transport.ssl.enabled
setting is an exception:
- It controls whether SSL is enabled for both the default transport and any transport profiles.
- Transport profiles do not have a corresponding setting for it.
Important Elastic documentation is migrating to Markdown for version 9.0+. See the migration guide for details. ℹ️ What's happening?
What do I need to do?For <=8.x docs:
For 9.0+ docs:Option 1:
Option 2:
💡 Need help?
|
Transport profiles do not inherit default transport settings. This PR clarifies the documentation. Please back port accordingly.
Related: #39960