Skip to content

[Request] Generate config settings docs #760

Open
@kilfoyle

Description

@kilfoyle

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_to properties 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 any default or options on separate lines.
  • Make sure that code examples are rendering.

xpack.actions.ssl.proxyVerificationMode Image

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.

Equivalent Kibana setting

Datatype: enum
Default: full
Options:

  • full
  • certificate
  • none

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions