Connector for InfluxDB
The InfluxDB connector allows for the retrieval of a JSON data set from the InfluxDB. The database communicates over HTTP(S) where you can define a query in the URL to return the desired data.
Steps:
1. Enter the following information:
| 
    Property  | 
			
    Description  | 
		
| 
    URL  | 
			
    InfluxDB host address.  | 
		
| 
    Port  | 
			
    InfluxDB host port. Default is 8086.  | 
		
| 
    User Id  | 
			
    The user Id that will be used to connect to the InfluxDB service.  | 
		
| 
    Password  | 
			
    The password to connect to the InfluxDB service. Check the Show Characters box to display the entered characters.  | 
		
| 
    Database  | 
			
    The name of the database that will communicate over the HTTP(S).  | 
		
| 
    Time out (Secs)  | 
			
    The time out period applied to both the TCP socket and for individual read IO operations. Default is 10.  | 
		
2. Enter an SQL-like query language into the Query box.
3. Date/Time values of output data and Date/Time inputs, where supported, is by default unchanged.
You can opt to define the Show in Timezone and Source Timezone settings.


