Skip to content

Commit 5605316

Browse files
committed
docs: Update ElasticsearchWriter flush_threshold note format
1 parent e86dd0d commit 5605316

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/09-object-types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,11 +1685,11 @@ Configuration Attributes:
16851685
flush\_threshold | Number | **Optional.** How many data points to buffer before forcing a transfer to InfluxDB. Defaults to `1024`.
16861686
enable\_ha | Boolean | **Optional.** Enable the high availability functionality. Only valid in a [cluster setup](06-distributed-monitoring.md#distributed-monitoring-high-availability-features). Defaults to `false`.
16871687

1688-
Note: If `flush_threshold` is set too low, this will always force the feature to flush all data
1689-
to InfluxDB. Experiment with the setting, if you are processing more than 1024 metrics per second
1690-
or similar.
1691-
1692-
1688+
> **Note**
1689+
>
1690+
> If `flush_threshold` is set too low, this will always force the feature to flush all data
1691+
> to InfluxDB. Experiment with the setting, if you are processing more than 1024 metrics per second
1692+
> or similar.
16931693
16941694
### Influxdb2Writer <a id="objecttype-influxdb2writer"></a>
16951695

0 commit comments

Comments
 (0)