teragrep / pth_03

Data Processing Language (DPL) parser
GNU Affero General Public License v3.0
0 stars 5 forks source link

head does not parse correctly #8

Closed kortemik closed 2 months ago

kortemik commented 11 months ago
%dpl

index=f17_mini earliest=-10y | head 5 | rex field=_raw "(?<all>.*)"

gives

java.lang.IllegalStateException: failed to parse at line 3:40 due to token recognition error at: 'r'

indicating pipe does not exit head mode in lexer