File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
source/sink-connector/configuration-properties Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,12 @@ Settings
7474 | When set to ``true``, the connector uses the milliseconds
7575 after epoch and discards fractional parts if the value is
7676 a number. If the value is a string, the connector uses the
77- setting in the ``timeseries.timefield.auto.convert.date.format``
78- configuration to parse the date.
77+ setting in the following configuration to parse the date:
78+
79+ .. code-block:: none
80+
81+ timeseries.timefield.auto.convert.date.format
82+
7983 | If the connector fails to convert the value, it sends the
8084 original value to the time series collection.
8185 |
@@ -137,6 +141,5 @@ Settings
137141 | **Accepted Values**: ``""``, ``"seconds"``, ``"minutes"``, ``"hours"``
138142
139143For an example on how to convert an existing collection to a time series
140- collection, see the (TODO: link to Time Series Collection Example) page.
141-
144+ collection, see the tutorial on how to :ref:`<tutorial-migrate-time-series>`.
142145
You can’t perform that action at this time.
0 commit comments