[Merge on next serverless deploy] Document the {{risonValue}} URL template variable - #7916
Open
ch-bas wants to merge 3 commits into
Open
[Merge on next serverless deploy] Document the {{risonValue}} URL template variable#7916ch-bas wants to merge 3 commits into
ch-bas wants to merge 3 commits into
Conversation
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Member
There was a problem hiding this comment.
LGTM, thank you for the contribution. I'm not explicitly approving yet so it doesn't get merged and deployed ahead of the Kibana PR being deployed as well, which should be in a couple of days or early next week given it's just been merged. Thank you very much!
Member
|
Thank you again! I'll take care of merging this docs update when the Kibana change goes live |
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.
Documents the new
{{risonValue}}URL field-format template variable added in elastic/kibana#282587.{{risonValue}}escapes a value for rison and then URL-encodes it, so it can be embedded in the rison state of a {{kib}} app URL (for examplequery:'{{risonValue}}') where plain{{value}}would break the URL.Added alongside the existing
{{rawValue}}documentation in the URL field formatter sections.