November 2018
Intermediate to advanced
556 pages
14h 42m
English
First, we need to configure our connection. From the user interface, click on Admin | Connections | Create. This is shown in the following screenshot:

Then, we can provide the following information:

If the KairosDB is running on another host, we need to change the IP address from the localhost to the IP of the server. We can now start to develop our operator. On the <KAIROSDB_HOME>/plugins directory, we need to create a Python file with the name kairosdb_operator_plugin.py ...