InfluxDB

From wikieduonline
Revision as of 14:34, 5 March 2026 by Welcome (talk | contribs) (→‎Retention policy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wikipedia:InfluxDB (2013, go) open source TSDB. InfluxDB has no external dependencies and provides an SQL-like (InfluxQL) language, listening on port 8086.

Installation[edit]

Linux installation:

MacOS installation:


Docker:

Configuration[edit]

Status:

Help:

Line protocol[edit]

InfluxDB accepts data via HTTP, TCP, and UDP. It defines a line protocol backwards compatible with Graphite and takes the form:

measurement(,tag_key=tag_val)* field_key=field_val(,field_key_n=field_value_n)* (nanoseconds-timestamp)?

Retention policy[edit]

When you create a database, InfluxDB creates a retention policy called autogen with an infinite duration, a replication factor set to one, and a shard group duration set to seven days. (/etc/influxdb/influxdb.conf)

Activities[edit]


Related terms[edit]

See also[edit]

Advertising: