InfluxDB
Using InfluxDB in Kythia Workspace.
Kythia Workspace provides an automated, seamlessly integrated InfluxDB environment.
Installing
Go to Databases -> InfluxDB
Select a version from the dropdown menu and click Install
Kythia will download the official InfluxDB binaries directly to your local environment.
Default Connection
By default, InfluxDB is configured to run on your localhost without conflict.
| Field | Value |
|---|---|
| Host | 127.0.0.1 |
| Port | 8086 |
| Username | Setup via Initialized Token |
| Password | Token-based |
Configuration
Kythia manages basic configurations for you automatically. If you need to make advanced changes, the configuration files for InfluxDB are located at:
C:\kythia\bin\influxdb\{version}\conf\Data files (where your actual database records live) are stored safely at:
C:\kythia\data\influxdb\Logs
Log files are extremely useful for debugging failed queries or startup issues. They are located at:
C:\kythia\bin\influxdb\{version}\logs\You can also view the logs in real-time directly via the Logs button in the Kythia UI.
