Skip to content

Commit 3088be6

Browse files
authored
Update influxdb.md
fixing a couple of minor formatting things Signed-off-by: Lynette Miles <[email protected]>
1 parent ff89913 commit 3088be6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pipeline/outputs/influxdb.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Before starting Fluent Bit, ensure the target database exists on InfluxDB. Using
250250
Using database fluentbit
251251
```
252252

253-
1. query some specific fields:
253+
1. Query some specific fields:
254254

255255
```text
256256
> SELECT cpu_p, system_p, user_p FROM cpu
@@ -270,9 +270,7 @@ Before starting Fluent Bit, ensure the target database exists on InfluxDB. Using
270270
> SELECT * FROM cpu
271271
```
272272

273-
1. View tags:
274-
275-
Query tagged keys:
273+
1. View tags by querying tagged keys:
276274

277275
```text
278276
> SHOW TAG KEYS ON fluentbit FROM "apache.access"

0 commit comments

Comments
 (0)