On the receiving side of this example we will accept a tunnelling connection from the sending DataHub instance, and write values to an InfluxDB database on this computer. The stored values on both InfluxDB databases (sending and receiving sides) will be identical.
As with the sending side, you will need to:
Ensure that the DataHub instance is installed and running on the computer where you want to receive the data.
Go to the InfluxDB option
and check the boxes for InfluxDB and Chronograf, and click
.
There is no need to run DataPid on this side.
To receive the data from the sending DataHub instance you will need to ensure that Tunnel/Mirror Master is configured.
In the Tunnel/Mirror option
go to the Tunnel/Mirror Master section and make sure
that the box is
checked.

Leave the default service/port number at 4502.
Click .
In the External Historian
option
click the button.

In the Edit Historian Connection window, configure the local InfluxDB connection as follows:

If you have previously installed InfluxDB independently of the DataHub program installation, then you'll need to use your existing InfluxDB URL. And if you don't have a user name or password for InfluxDB, you can leave those fields blank.
When finished, click and
. You have now created an InfluxDB database
on the receiving side, and are remotely collecting a history of values for
the DataPid:PID1.Mv point.
As on the sending side, you can check Chronograf on this side to view updates to the InflluxDB database.
In Chronograf, go to Dashboards and click , then . Choose DataHubDB2.Influx2, in DataPoints choose pointname then PID1.Mv, and under Fields select value.
The trend line for the Mv point should fill in with
data from the sending side.

You can test the store and forward feature as follows:
In the DataHub Tunnel/Mirror Master option uncheck the box and click .

This simulates a network break.
Look at your trend in Chronograf. You should see the data stop updating on the receiving side.
After 10 or 15 seconds, recheck the box and click . The lost data should get filled in, and updates continue normally.