Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed Jan 29, 2025
1 parent a1e35be commit c8abdcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/ppl/cmd/parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ There are a few limitations with parse command:

- Fields defined by parse will not appear in the final result unless the original source field is included in the ``fields`` command.

For example, the following query will not display the parsed fields ``host`` unless the source field ``email`` is explicitly included::
For example, the following query will not display the parsed fields ``host`` unless the source field ``email`` is also explicitly included::

source=accounts | parse email email '.+@(?<host>.+)' | fields host ;
source=accounts | parse email email '.+@(?<host>.+)' | fields email, host ;

0 comments on commit c8abdcc

Please sign in to comment.