[8.6] [DOCS] Add server.publicBaseUrl to case setup (#147652) (#147726)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[DOCS] Add server.publicBaseUrl to case setup
(#147652)](https://github.com/elastic/kibana/pull/147652)

<!--- Backport version: 8.9.7 -->

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

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2022-12-16T18:37:56Z","message":"[DOCS]
Add server.publicBaseUrl to case setup
(#147652)","sha":"a0671ed13e0faeabba3f50bb4873ac038d6719f5","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","Team:ResponseOps","docs","Feature:Cases","v8.7.0","8.6.1"],"number":147652,"url":"https://github.com/elastic/kibana/pull/147652","mergeCommit":{"message":"[DOCS]
Add server.publicBaseUrl to case setup
(#147652)","sha":"a0671ed13e0faeabba3f50bb4873ac038d6719f5"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147652","number":147652,"mergeCommit":{"message":"[DOCS]
Add server.publicBaseUrl to case setup
(#147652)","sha":"a0671ed13e0faeabba3f50bb4873ac038d6719f5"}}]}]
BACKPORT-->
This commit is contained in:
Lisa Cawley 2022-12-16 22:29:13 -08:00 committed by GitHub
parent 656e3f7141
commit 6686c00b45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,3 +40,8 @@ least once, which creates a user profile.
|===
For more details, refer to <<kibana-privileges>>.
NOTE: If you are using an on-premises {kib} deployment and you want the email
notifications and the external incident management systems to contain
links back to {kib}, you must configure the
<<server-publicBaseUrl,`server.publicBaseUrl`>> setting.