Skip to content

Commit

Permalink
Fix indentation of patterns example (opensearch-project#880)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored and GabeFernandez310 committed Oct 19, 2022
1 parent c3bd936 commit f7ed87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/ppl/cmd/patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The example shows how to extract punctuations from a raw log field using the def

PPL query::

os> source=apache | patterns message | fields message, patterns_field ;
os> source=apache | patterns message | fields message, patterns_field ;
fetched rows / total rows = 4/4
+-----------------------------------------------------------------------------------------------------------------------------+---------------------------------+
| message | patterns_field |
Expand Down

0 comments on commit f7ed87d

Please sign in to comment.