InfluxDB: Revision history

From wiki.vacula.xyz

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 April 2026

  • curprev 19:2319:23, 6 April 2026Dracula talk contribs 435 bytes +435 Created page with "== Bucket and Schema Operations == Delete a measurement from a bucket's schema: influx delete --bucket grafana --predicate '_measurement="memory_usage"' --start 1999-01-01T00:00:00Z --stop 2027-01-01T00:00:00Z Bulk delete measurements from a bucket's schema: while read line ; do influx delete --bucket grafana --predicate '_measurement=$line' --start 1999-01-01T00:00:00Z --stop 2027-01-01T00:00:00Z ; done < bucket_measurements.txt" Tag: Visual edit