Get started with InfluxDB
After you’ve installed InfluxDB OSS, you’re ready to get started. Explore the following ways to work with your data:
Collect and write data
Collect and write data to InfluxDB using the Telegraf plugins, the InfluxDB v2 API, the influx
command line interface (CLI), the InfluxDB UI (the user interface for InfluxDB 2.2), or the InfluxDB v2 API client libraries.
Use Telegraf
Use Telegraf to quickly write data to InfluxDB Cloud. Create new Telegraf configurations automatically in the InfluxDB UI, or manually update an existing Telegraf configuration to send data to your InfluxDB Cloud instance.
For details, see Automatically configure Telegraf and Manually update Telegraf configurations.
Scrape data
InfluxDB OSS lets you scrape Prometheus-formatted metrics from HTTP endpoints. For details, see Scrape data.
API, CLI, and client libraries
For information about using the InfluxDB v2 API, influx
CLI, and client libraries to write data, see Write data to InfluxDB.
Query data
Query data using Flux, the UI, and the influx
command line interface. See Query data.
Process data
Use InfluxDB tasks to process and downsample data. See Process data.
Visualize data
Build custom dashboards to visualize your data. See Visualize data.
Monitor and alert
Monitor your data and sends alerts based on specified logic. See Monitor and alert.