Skip to content

Commit

Permalink
[8.x] [ES|QL] Improves the keep command description (#199312) (#199337)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[ES|QL] Improves the keep command description
(#199312)](#199312)

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

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

<!--BACKPORT [{"author":{"name":"Stratoula
Kalafateli","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-07T15:00:49Z","message":"[ES|QL]
Improves the keep command description (#199312)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/199297\r\n\r\n<img
width=\"1167\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/c26d07e8-f782-412c-968c-c551a9bc7942\">","sha":"bcc5b36cc3a07d15103c9ef86d68e9e657c701d3","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Feature:ES|QL","Team:ESQL","backport:version","v8.17.0"],"title":"[ES|QL]
Improves the keep command
description","number":199312,"url":"https://github.com/elastic/kibana/pull/199312","mergeCommit":{"message":"[ES|QL]
Improves the keep command description (#199312)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/199297\r\n\r\n<img
width=\"1167\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/c26d07e8-f782-412c-968c-c551a9bc7942\">","sha":"bcc5b36cc3a07d15103c9ef86d68e9e657c701d3"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199312","number":199312,"mergeCommit":{"message":"[ES|QL]
Improves the keep command description (#199312)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/199297\r\n\r\n<img
width=\"1167\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/c26d07e8-f782-412c-968c-c551a9bc7942\">","sha":"bcc5b36cc3a07d15103c9ef86d68e9e657c701d3"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
kibanamachine and stratoula authored Nov 7, 2024
1 parent 9810978 commit f7c8827
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ export const commandDefinitions: Array<CommandDefinition<any>> = [
{
name: 'keep',
description: i18n.translate('kbn-esql-validation-autocomplete.esql.definitions.keepDoc', {
defaultMessage: 'Rearranges fields in the input table by applying the keep clauses in fields',
defaultMessage:
'Rearranges fields in the Results table by applying the keep clauses in fields',
}),
examples: ['… | keep a', '… | keep a,b'],
suggest: suggestForKeep,
Expand Down

0 comments on commit f7c8827

Please sign in to comment.