server package:influxdb

InfluxDB server address and port that to interact with.
InfluxDB server to connect to. Following lenses are available to access its fields:
  • host: FQDN or IP address of the InfluxDB server
  • port: Port number of the InfluxDB server
  • ssl: Whether or not to use SSL
Server side error. You can expect to get a successful response once the issue is resolved on the server side.
Class of data types that have a server field
Default InfluxDB server settings Default parameters:
>>> defaultServer ^. host
"localhost"

>>> defaultServer ^. port
8086

>>> defaultServer ^. ssl
False
HTTPS-enabled InfluxDB server settings