You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/influxdb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# InfluxDB
2
2
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.
4
4
5
5
## Configuration parameters
6
6
@@ -10,7 +10,7 @@ This plugin supports the following parameters:
10
10
| :--- | :--- | :--- |
11
11
|`Host`| IP address or hostname of the target InfluxDB service. |`127.0.0.1`|
12
12
|`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`|
14
14
|`Bucket`| InfluxDB bucket name where records will be inserted. If specified, `database` is ignored and v2 of API is used. |_none_|
15
15
|`Org`| InfluxDB organization name where the bucket is (v2 only). |`fluent`|
16
16
|`Sequence_Tag`| The name of the tag whose value is incremented for the consecutive simultaneous events. |`_seq`|
@@ -194,7 +194,7 @@ pipeline:
194
194
195
195
### Testing
196
196
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.
0 commit comments