Skip to content

Commit

Permalink
[ES|QL] Improves the keep command description (elastic#199312)
Browse files Browse the repository at this point in the history
## Summary

Closes elastic#199297

<img width="1167" alt="image"
src="https://github.com/user-attachments/assets/c26d07e8-f782-412c-968c-c551a9bc7942">

(cherry picked from commit bcc5b36)
  • Loading branch information
stratoula committed Nov 7, 2024
1 parent 79c4b22 commit 52e5b2c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,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 52e5b2c

Please sign in to comment.