Skip to content

Commit 665fedd

Browse files
committed
filters: lua: add format to output sample
Signed-off-by: lecaros <[email protected]>
1 parent 59ab88f commit 665fedd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pipeline/filters/lua.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,5 +620,6 @@ pipeline:
620620

621621
#### Output
622622

623-
`test: [[1731990257.781970977, {}], {"my_env"=>{"A"=>"aaa", "C"=>"ccc", "HOSTNAME"=>"monox-2.lan", "B"=>"bbb"}, "rand_value"=>4805047635809401856}]`
624-
623+
```
624+
test: [[1731990257.781970977, {}], {"my_env"=>{"A"=>"aaa", "C"=>"ccc", "HOSTNAME"=>"monox-2.lan", "B"=>"bbb"}, "rand_value"=>4805047635809401856}]
625+
```

0 commit comments

Comments
 (0)