InfluxDB
Description
InfluxDB is a time-series database purpose-built for
metrics and events. DC has no blessed influxdb Destination — Vector's influxdb_logs
sink is reached through the passthrough Destination,
the same mechanism the InfluxDB demo uses.
Start in a container
Execute:
./tools/infrastructure/scripts/install_infrastructure.bash \
--tool=influxdb \
--install-type=docker
Start natively
./tools/infrastructure/scripts/install_infrastructure.bash \
--tool=influxdb \
--install-type=native
Credentials
| User | Password | Database | Port |
|---|---|---|---|
| admin | admin | dc | 8086 |