InfluxDB 2.X

Use InfluxQL (an SQL-like query language) to interact with InfluxDB, query and analyze the time-series data.
In InfluxDB 1.x, data are stored in databases and retention policies. In InfluxDB OSS 2.6, data are stored in buckets. Because InfluxQL uses the 1.x data model, a bucket must be mapped to a database and retention policy (DBRP) before it can be queried using InfluxQL.
Perform the following steps to query data with InfluxQL:
  1. Verify buckets have a mapping.
  2. Create DBRP mappings for unmapped buckets.
  3. Query a mapped bucket with InfluxQL.
    NOTE:
    Above all three steps are performed by FTInfoPlatform service.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal