Skip to content

Commit

Permalink
DOC-70: InfuxDB driver new params
Browse files Browse the repository at this point in the history
Merged from #30
  • Loading branch information
alkk committed Jan 7, 2025
1 parent de1f18e commit 8b43d3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions admin/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,11 @@ section.
be dropped. Default: `4194304`.
* - Token
- Authentication token.
* - ValidateValues ( from 5.1.2 )
- If true, driver will validate values according to DCI data type, and drop invalid values (invalid numbers, out-of-range values). Default: false
* - CorrectValues
- If both ValidateValues and CorrectValues set to true, instead of dropping values that did not pass validation, correct values will be sent to InfluxDB instead. Unparsable numbers will be set to last parsable part (for example, 123abc will be sent as 123), out-of-range values will be sent as maximal or minimal possible value. Default: false



Configuration example:
Expand Down
3 changes: 2 additions & 1 deletion admin/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,8 @@ These parameters can be changed in :menuselection:`Configuration --> Server
Configuration`

.. list-table::
:widths: 20 25 8 4
:class: longtable
:widths: 1 25 8 4
:header-rows: 1

* - Parameter
Expand Down

0 comments on commit 8b43d3e

Please sign in to comment.