Skip to content

Commit 0fcbcc6

Browse files
committed
Standardizing shell usage in inputs standard input plugin doc. Part of issue #2020.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 86ff9cc commit 0fcbcc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/inputs/standard-input.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To demonstrate how the plugin works, you can use a `bash` script that generates
6868

6969
3. 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
106106
3. 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
145145
3. 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
156156
4. 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

Comments
 (0)