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 433c642 commit 5ca53abCopy full SHA for 5ca53ab
README.md
@@ -7,7 +7,7 @@ Create the regex for the EXTRACT-\* parameters in props.conf
7
head conn.log |grep ^#fields |sed 's/#fields\t//g' |sed 's/\./_/g' |sed 's/\t/>[^\\t]+)\\t(\?</g' |awk '{print $1">[^\\t]+)"}' |sed 's/^ts>\[^\\t\]+)\\t/^/g'
8
```
9
10
-Or if using DELIMITER extractions:
+Or if using DELIMS extractions:
11
12
13
head conn.log |grep ^#fields |sed 's/#fields\t//g' | sed 's/\t/","/g' |awk '{print $1"\""}' |sed 's/^ts",//g'
0 commit comments