InfluxDB Configuration

Data is stored in an InfluxDB database, which enables the benefits of a time-series database, such as easy integration with other systems and geospatial data storage for KLV metadata.

InfluxDB Configuration

  • Bucket: InfluxDB bucket name. A named location with retention policy where time-series data is stored-
  • Organization: InfluxDB organization name. A workspace for a group of users.
  • Token: InfluxDB token. A token is a string of characters that grants access to a specific resource.
  • DB Url: InfluxDB Url. The URL of the InfluxDB instance.
  • Bitrate FIFO Length: The number of samples to retain.
  • Write Interval: The interval, in seconds, at which to sample the data.
  • Chart Max Records: The maximum number of records to return in the query. If the number of records exceeds this value, the results are sampled.