-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Restructure ES|QL docs #100806
Restructure ES|QL docs #100806
Conversation
Documentation preview: |
Temporarily changes the deep link to the documentation for ES|QL STATS...BY to unblock elastic/elasticsearch#100806 . I'll change the link to the new STATS...BY link after elastic/elasticsearch#100806 merges.
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-ql (Team:QL) |
Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL) |
@elasticmachine merge upstream |
Temporarily changes the deep link to the documentation for ES|QL STATS...BY to unblock elastic/elasticsearch#100806 . I'll change the link to the new STATS...BY link after elastic/elasticsearch#100806 merges.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like the "ESQL Language" section title, but I can't think of something better now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The structure misses a page on security and the impact it has on the data the users sees.
There is ongoing work around security and enrich that needs to be incorporated (see the work from Nhat).
I will follow up with a security page (it's an item on the meta issue) |
💚 Backport successful
|
* Break out 'Limitations' into separate page * Add REST API docs * Restructure commands, functions, and operators refs * Add placeholder for getting started guide * Group 'Syntax', 'Metafields', and 'MV fields' under 'Language' * Add placeholder for Kibana page * Add link from landing page * Apply uniform formatting to ACOS, CASE, and DATE_PARSE function refs * Reword default LIMIT * Add support for COUNT(*) * Move 'Commands' and 'Functions and operators' to individual pages --------- Co-authored-by: Elastic Machine <[email protected]>
Temporarily changes the deep link to the documentation for ES|QL STATS...BY to unblock elastic/elasticsearch#100806 . I'll change the link to the new STATS...BY link after elastic/elasticsearch#100806 merges. (cherry picked from commit 8a98763)
# Backport This will backport the following commits from `main` to `8.11`: - [Temporary link change for ES|QL STATS-BY (#168820)](#168820) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Abdon Pijpelink","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-13T13:22:57Z","message":"Temporary link change for ES|QL STATS-BY (#168820)\n\nTemporarily changes the deep link to the documentation for ES|QL\r\nSTATS...BY to unblock\r\nhttps://github.com/elastic/elasticsearch/pull/100806 .\r\n\r\nI'll change the link to the new STATS...BY link after\r\nhttps://github.com/elastic/elasticsearch/pull/100806 merges.","sha":"8a98763f588d77bb956fb9579f9543c38ded5b9c","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","backport:skip","docs","v8.12.0"],"number":168820,"url":"https://github.com/elastic/kibana/pull/168820","mergeCommit":{"message":"Temporary link change for ES|QL STATS-BY (#168820)\n\nTemporarily changes the deep link to the documentation for ES|QL\r\nSTATS...BY to unblock\r\nhttps://github.com/elastic/elasticsearch/pull/100806 .\r\n\r\nI'll change the link to the new STATS...BY link after\r\nhttps://github.com/elastic/elasticsearch/pull/100806 merges.","sha":"8a98763f588d77bb956fb9579f9543c38ded5b9c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168820","number":168820,"mergeCommit":{"message":"Temporary link change for ES|QL STATS-BY (#168820)\n\nTemporarily changes the deep link to the documentation for ES|QL\r\nSTATS...BY to unblock\r\nhttps://github.com/elastic/elasticsearch/pull/100806 .\r\n\r\nI'll change the link to the new STATS...BY link after\r\nhttps://github.com/elastic/elasticsearch/pull/100806 merges.","sha":"8a98763f588d77bb956fb9579f9543c38ded5b9c"}}]}] BACKPORT-->
* Break out 'Limitations' into separate page * Add REST API docs * Restructure commands, functions, and operators refs * Add placeholder for getting started guide * Group 'Syntax', 'Metafields', and 'MV fields' under 'Language' * Add placeholder for Kibana page * Add link from landing page * Apply uniform formatting to ACOS, CASE, and DATE_PARSE function refs * Reword default LIMIT * Add support for COUNT(*) * Move 'Commands' and 'Functions and operators' to individual pages --------- Co-authored-by: Elastic Machine <[email protected]>
Restructures the ES|QL documentation, modelled after the SQL and EQL docs.
Notes for reviewers:
This PR changes a lot of files. Most changes are trivial, but please take a look at:
AUTO_BUCKET
, and I've put it under "Date-time functions".