We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36e65 commit 9510f1dCopy full SHA for 9510f1d
concepts/data-pipeline/parser.md
@@ -29,7 +29,7 @@ following Apache (HTTP Server) log entry:
29
192.168.2.20 - - [28/Jul/2006:10:27:10 -0300] "GET /cgi-bin/try/ HTTP/1.0" 200 3395
30
```
31
32
-This log line is a raw string without format. Giving it a structure makes it easier
+This log line is a raw string without format. Structuring the log makes it easier
33
to process the data later. If the
34
[regular expression parser](pipeline/parsers/regular-expression) is used, the log
35
entry could be converted to:
0 commit comments