Skip to content

Commit 529afb1

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 6e1a439 commit 529afb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/outputs/influxdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InfluxDB
22

3-
The _InfluxDB_ output plugin lets you flush your records into a [InfluxDB](https://www.influxdata.com/time-series-platform/influxdb/) time series database. The following instructions assumes that you have an operational InfluxDB service running in your system.
3+
The _InfluxDB_ output plugin lets you flush your records into a [InfluxDB](https://www.influxdata.com/time-series-platform/influxdb/) time series database. The following instructions assume that you have an operational InfluxDB service running in your system.
44

55
## Configuration parameters
66

@@ -10,7 +10,7 @@ This plugin supports the following parameters:
1010
| :--- | :--- | :--- |
1111
| `Host` | IP address or hostname of the target InfluxDB service. | `127.0.0.1` |
1212
| `Port` | TCP port of the target InfluxDB service. | `8086` |
13-
| `Database` | InfluxDB database name where records will be inserted | `fluentbit` |
13+
| `Database` | InfluxDB database name where records will be inserted. | `fluentbit` |
1414
| `Bucket` | InfluxDB bucket name where records will be inserted. If specified, `database` is ignored and v2 of API is used. | _none_ |
1515
| `Org` | InfluxDB organization name where the bucket is (v2 only). | `fluent` |
1616
| `Sequence_Tag` | The name of the tag whose value is incremented for the consecutive simultaneous events. | `_seq` |
@@ -194,7 +194,7 @@ pipeline:
194194

195195
### Testing
196196

197-
Before starting Fluent Bit, make sure the target database exists on InfluxDB. Using the previous example, insert the data into a `fluentbit` database.
197+
Before starting Fluent Bit, ensure the target database exists on InfluxDB. Using the previous example, insert the data into a `fluentbit` database.
198198

199199
1. Log into the InfluxDB console:
200200

0 commit comments

Comments
 (0)