@@ -68,7 +68,7 @@ To demonstrate how the plugin works, you can use a `bash` script that generates
6868
69693 . The command should return output like the following:
7070
71- ``` shell
71+ ``` text
7272 [0] stdin.0: [[1684196745.942883835, {}], {"key"=>"some value"}]
7373 [0] stdin.0: [[1684196746.938949056, {}], {"key"=>"some value"}]
7474 [0] stdin.0: [[1684196747.940162493, {}], {"key"=>"some value"}]
@@ -105,7 +105,7 @@ To demonstrate how the plugin works, you can use a `bash` script that generates
105105
1061063. Which returns the following:
107107
108- ` ` ` shell
108+ ```text
109109 [0] stdin.0: [[1684110480.028171300, {}], {"realtimestamp"=>1684196880.030070}]
110110 [0] stdin.0: [[1684110481.033753395, {}], {"realtimestamp"=>1684196881.034741}]
111111 [0] stdin.0: [[1684110482.036730051, {}], {"realtimestamp"=>1684196882.037704}]
@@ -144,7 +144,7 @@ To demonstrate how the plugin works, you can use a `bash` script that generates
144144
1451453. Which returns results like the following:
146146
147- ` ` ` shell
147+ ```text
148148 [0] stdin.0: [[1684110513.060139417, {"metakey"=>"metavalue"}], {"realtimestamp"=>1684196913.061017}]
149149 [0] stdin.0: [[1684110514.063085317, {"metakey"=>"metavalue"}], {"realtimestamp"=>1684196914.064145}]
150150 [0] stdin.0: [[1684110515.066210508, {"metakey"=>"metavalue"}], {"realtimestamp"=>1684196915.067155}]
@@ -155,7 +155,7 @@ To demonstrate how the plugin works, you can use a `bash` script that generates
155155
1561564. On older Fluent Bit versions records in this format will be discarded. If the log level permits, Fluent Bit will log:
157157
158- ` ` ` shell
158+ ```text
159159 [ warn] unknown time format 6
160160 ```
161161
0 commit comments