[8.x] Remove mention of (secure) settings qualifier from docs (#201900) (#202077)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Remove mention of (secure) settings qualifier from docs
(#201900)](https://github.com/elastic/kibana/pull/201900)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Brad
White","email":"Ikuni17@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-27T21:35:39Z","message":"Remove
mention of (secure) settings qualifier from docs (#201900)\n\n##
Summary\r\n\r\nRemoves mentioning `(Secure)` settings from the keystore
docs because\r\nKibana does not have any settings which use this
qualifier.","sha":"318dacc2f54305d7b80bd636e5d04ee14026c1a6","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","v9.0.0","backport:prev-major"],"title":"Remove
mention of (secure) settings qualifier from
docs","number":201900,"url":"https://github.com/elastic/kibana/pull/201900","mergeCommit":{"message":"Remove
mention of (secure) settings qualifier from docs (#201900)\n\n##
Summary\r\n\r\nRemoves mentioning `(Secure)` settings from the keystore
docs because\r\nKibana does not have any settings which use this
qualifier.","sha":"318dacc2f54305d7b80bd636e5d04ee14026c1a6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201900","number":201900,"mergeCommit":{"message":"Remove
mention of (secure) settings qualifier from docs (#201900)\n\n##
Summary\r\n\r\nRemoves mentioning `(Secure)` settings from the keystore
docs because\r\nKibana does not have any settings which use this
qualifier.","sha":"318dacc2f54305d7b80bd636e5d04ee14026c1a6"}}]}]
BACKPORT-->

Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2024-11-28 09:04:45 +11:00 committed by GitHub
parent 9047db0ceb
commit 4c16601a46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,8 @@ keystore, and the `kibana-keystore` tool to manage the settings in the keystore.
[NOTE]
====
* Run all commands as the user who runs {kib}.
* Only the settings with the `(Secure)` qualifier should be stored in the keystore.
Unsupported, extraneous or invalid JSON-string settings cause {kib} to fail to start up.
* Any valid {kib} setting can be stored in the keystore securely.
Unsupported, extraneous or invalid settings will cause {kib} to fail to start up.
====
[float]