InfluxDB v2 is an open-source time series database developed by InfluxData, designed specifically for storing and querying time-stamped data like system metrics, IoT sensor data, and application logs. Version 2 introduces a unified API, an integrated UI, Flux (a powerful new query language), and support for tasks, dashboards, and annotations—all accessible via a single platform.
Running on Ubuntu, InfluxDB v2 offers:
High performance for real-time analytics
Built-in UI for exploring and visualizing data
Flux language for advanced querying and data transformation
Secure token-based authentication
Efficient data compression
APIs for writing, querying, and managing data
It will take a few minutes for your VM to be deployed. When the deployment is finished, move on to the next section.
Connect to virtual machine
Create an SSH connection with the VM.
ssh azureuser@<ip>
Usage/ Deployment Instructions
Connect to VM- Port- 22.
You need to run “influx setup” command to start with the setup in terminal.
Getting Started with InfluxDB v2 on Ubuntu.
cd /home/niles
influx setup
Visit http://your-server-ip:8086