-
Notifications
You must be signed in to change notification settings - Fork 32
Open
0 / 10 of 1 issue completedLabels
Description
Our first YAML-sourced config settings file is now fully ready to render into the docs output.
I've:
- Converted all descriptions, admonitions, and examples to Markdown format.
- Added
applies_toproperties with the versioning details (Note that these aren't exhaustive: I'm basically saying "supported on self-hosted and cloud" versus "supported on self-hosted only", since that's all I know for any given setting, and that's all that we currently have documented.).
This early Automated settings reference prototype looks very nice. I think what we still need is:
- Split the setting descriptions into multiple paragraphs.
- Call out the
datatype, and anydefaultoroptionson separate lines. - Make sure that code examples are rendering.
xpack.actions.ssl.proxyVerificationMode
Controls the verification for the proxy server certificate that Kibana receives when making an outbound SSL/TLS connection to the proxy server.
Use full to perform hostname verification, certificate to skip hostname verification, and none to skip verification.
Datatype: enum
Default: full
Options:
- full
- certificate
- none