Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data-views.asciidoc #203854

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Update data-views.asciidoc #203854

merged 1 commit into from
Dec 12, 2024

Conversation

bmorelli25
Copy link
Member

@bmorelli25 bmorelli25 commented Dec 11, 2024

Summary

Remove backticks from two code blocks.

@bmorelli25 bmorelli25 requested a review from a team December 11, 2024 17:18
Copy link
Contributor

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

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.

@bmorelli25 bmorelli25 added backport:prev-major Backport to (8.x, 8.17, 8.16) the previous major branch and other branches in development release_note:skip Skip the PR/issue when compiling release notes labels Dec 11, 2024
@bmorelli25 bmorelli25 merged commit 60399ab into main Dec 12, 2024
15 checks passed
@bmorelli25 bmorelli25 deleted the bmorelli25-patch-1 branch December 12, 2024 22:37
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.15, 8.16, 8.17, 8.x

https://github.com/elastic/kibana/actions/runs/12305990666

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 12, 2024
## Summary

Remove backticks from two code blocks.

(cherry picked from commit 60399ab)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 12, 2024
## Summary

Remove backticks from two code blocks.

(cherry picked from commit 60399ab)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 12, 2024
## Summary

Remove backticks from two code blocks.

(cherry picked from commit 60399ab)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Dec 12, 2024
## Summary

Remove backticks from two code blocks.

(cherry picked from commit 60399ab)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.15
8.16
8.17
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.15`:
- [Update data-views.asciidoc
(#203854)](#203854)

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

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

<!--BACKPORT [{"author":{"name":"Brandon
Morelli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-12T22:36:58Z","message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-major"],"title":"Update
data-views.asciidoc","number":203854,"url":"https://github.com/elastic/kibana/pull/203854","mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}},"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/203854","number":203854,"mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}}]}]
BACKPORT-->

Co-authored-by: Brandon Morelli <[email protected]>
kibanamachine added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.x`:
- [Update data-views.asciidoc
(#203854)](#203854)

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

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

<!--BACKPORT [{"author":{"name":"Brandon
Morelli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-12T22:36:58Z","message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-major"],"title":"Update
data-views.asciidoc","number":203854,"url":"https://github.com/elastic/kibana/pull/203854","mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}},"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/203854","number":203854,"mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}}]}]
BACKPORT-->

Co-authored-by: Brandon Morelli <[email protected]>
kibanamachine added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.16`:
- [Update data-views.asciidoc
(#203854)](#203854)

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

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

<!--BACKPORT [{"author":{"name":"Brandon
Morelli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-12T22:36:58Z","message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-major"],"title":"Update
data-views.asciidoc","number":203854,"url":"https://github.com/elastic/kibana/pull/203854","mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}},"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/203854","number":203854,"mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}}]}]
BACKPORT-->

Co-authored-by: Brandon Morelli <[email protected]>
kibanamachine added a commit that referenced this pull request Dec 12, 2024
# Backport

This will backport the following commits from `main` to `8.17`:
- [Update data-views.asciidoc
(#203854)](#203854)

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

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

<!--BACKPORT [{"author":{"name":"Brandon
Morelli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-12T22:36:58Z","message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-major"],"title":"Update
data-views.asciidoc","number":203854,"url":"https://github.com/elastic/kibana/pull/203854","mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code
blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}},"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/203854","number":203854,"mergeCommit":{"message":"Update
data-views.asciidoc (#203854)\n\n## Summary\n\nRemove backticks from two
code blocks.","sha":"60399abab13b5bf0b7c370fc5f3d24e6f2de59ce"}}]}]
BACKPORT-->

Co-authored-by: Brandon Morelli <[email protected]>
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this pull request Jan 13, 2025
## Summary

Remove backticks from two code blocks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:prev-major Backport to (8.x, 8.17, 8.16) the previous major branch and other branches in development release_note:skip Skip the PR/issue when compiling release notes v8.15.6 v8.16.2 v8.17.0 v8.18.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants