Skip to content

Commit 5ca53ab

Browse files
authored
Update README.md
1 parent 433c642 commit 5ca53ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create the regex for the EXTRACT-\* parameters in props.conf
77
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'
88
```
99

10-
Or if using DELIMITER extractions:
10+
Or if using DELIMS extractions:
1111

1212
```
1313
head conn.log |grep ^#fields |sed 's/#fields\t//g' | sed 's/\t/","/g' |awk '{print $1"\""}' |sed 's/^ts",//g'

0 commit comments

Comments
 (0)