# Functions

GetConsolidatedConfig combines {default config values + JSON config + environment vars + URL config values}, and returns the final result.
New returns new InfluxDB Output.
NewConfig creates a new InfluxDB output config with some default values.

# Constants

Bool denotes a boolean datatype.
Float denotes float datatype.
Int denotes integer datatype.
String denotes string datatype.

# Structs

Config contains the configuration for the Output.
Output is the influxdb Output struct.

# Type aliases

FieldKind defines Enum for tag-to-field type conversion.