[8.15] (Doc+) Alerts UI cannot be CCS [serverless] + bonus fixes (backport #5582)#5585
Merged
Conversation
* Add admonition to serverless Serverless follow up to #5513 * Update serverless to match ESS Serverless follow up to #4695 * Fix URL variable/attribute Should use `kibana-ref` instead of apm-app-ref since this has nothing to do with APM * No-op change to trigger build (i hope) (cherry picked from commit 9e7d734) # Conflicts: # docs/serverless/explore/data-views-in-sec.mdx
Contributor
Author
|
Cherry-pick of 9e7d734 has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
joepeeples
approved these changes
Jul 19, 2024
Contributor
|
run docs-build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes included
Serverless twin follow-up to (Doc+) Alerts UI cannot be CCS #5513
Adds admonition about data view picker in the Alerts page.
Updates the Data views in Elastic Security serverless page to match its ESS counterpart. It appears the serverless page was never updated to match ESS changes in Documents how to change the default security index #4695, so this gets ESS + serverless back in sync.
Fixes URL variable/attribute usage: a few links used
apm-app-refinstead ofkibana-refto point to Kibana docs. Currently the two variables have the same value, so technically the links still go to the right place, but I think that in itself is an error. We should just use the Kibana variable if we want to point to Kibana docs.Backports: The errant
apm-app-refattribute appears back to 8.0, but I think we can get by with fixing the current version (8.14) and moving on.Previews
ESS:
Serverless:
This is an automatic backport of pull request (Doc+) Alerts UI cannot be CCS [serverless] + bonus fixes #5582 done by Mergify.