We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c4d62 commit e98ad5cCopy full SHA for e98ad5c
tests/structured_tests/parse_plain_no_convert.toml
@@ -0,0 +1,9 @@
1
+query = """db-1 response | parse "in *ms" as duration noconvert"""
2
+input = """
3
+INFO Server db-1 loaded response in 000ms
4
+INFO Server db-1 loaded response in 001ms
5
+"""
6
+output = """
7
+[duration=000]
8
+[duration=001]
9
0 commit comments