From the Edit Historian Connection window you can select InfluxDB V2.

A unique text string used to identify this connection. This
label is used to identify the connection when configuring store
and forward, and to create the database name or retention policy
in some historians, like InfluxDB. The label can contain only
letters, numbers and the underscore ( _ )
character.
The URL for the InfluxDB database.
Your organization's InfluxDB bucket where you will store your data.
Your InfluxDB authentication token.
The InfluxDB measurement name to use. If it does not exist,
the DataHub instance will create it. If this is left blank, a
measurement name of DataPoints will be
used.
The organization name configured for your InfluxDB account.
The number of milliseconds that the DataHub instance will buffer data in memory before sending it to InfluxDB. Setting this value to zero means that no accumulation time will be enforced.
![]() | |
The DataHub instance writes data by batches to InfluxDB. You can change the batching behaviour with these settings. If both this value and Maximum # of buffered values (below) are specified, then the DataHub instance will write all buffered values to InfluxDB whenever the first of these two limits is reached. |
The maximum number of values that the DataHub instance will buffer in memory before transmitting them to InfluxDB. Setting this value to zero means that no values will be buffered.
Prevents the DataHub instance from writing to the InfluxDB data set.
Checking this option causes messages regarding successful writes to the database to be logged at the level in the DataHub Event Log. If this is not checked then these messages are logged at the level and are therefore normally hidden from the user.
How long the data is retained in InfluxDB.

The DataHub instance creates its own database and retention policy to store
the information it collects. If the database already exists, the DataHub
instance will use it. The DataHub instance will create a retention policy named
where database_name.label is the database
name you provide, and database is
the connection label. label
You can set the retention time to any number of days from
0.042 (about 1 hour) to 1491308.
If you set the retention time to 0, the retention time
will be infinite.
The number of days that data will be retained. Data older than this limit will be deleted daily.
Please see Modify Point Names, Data Sampling or Forwarding in Connection Configuration for how to configure these options.
Once you have completed the InfluxDB V2-specific configuration, you can return to Picking Points in General Options to continue.