Skip to content

Commit

Permalink
Fix indentation of patterns example (#880)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Oct 3, 2022
1 parent 057fa44 commit b244f2e
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 b244f2e

Please sign in to comment.