fixed frontmatter description structure
parent
42822fe9e9
commit
a73a31f70e
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Chronograf 1.8 documentation
|
title: Chronograf 1.8 documentation
|
||||||
description: Chronograf is InfluxData's open source web application.
|
description: >
|
||||||
Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules.
|
Chronograf is InfluxData's open source web application.
|
||||||
|
Use Chronograf with the other components of the TICK stack to visualize your
|
||||||
|
monitoring data and easily create alerting and automation rules.
|
||||||
menu:
|
menu:
|
||||||
chronograf_1_8:
|
chronograf_1_8:
|
||||||
name: Chronograf v1.8
|
name: Chronograf v1.8
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: In-memory indexing and the Time-Structured Merge Tree (TSM)
|
title: In-memory indexing and the Time-Structured Merge Tree (TSM)
|
||||||
description:
|
description: >
|
||||||
> InfluxDB storage engine, in-memory indexing, and the Time-Structured Merge Tree (TSM) in InfluxDB OSS.
|
InfluxDB storage engine, in-memory indexing, and the Time-Structured Merge Tree (TSM) in InfluxDB OSS.
|
||||||
menu:
|
menu:
|
||||||
influxdb_1_8:
|
influxdb_1_8:
|
||||||
name: In-memory indexing with TSM
|
name: In-memory indexing with TSM
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Calculate percentages in a query
|
title: Calculate percentages in a query
|
||||||
description: >
|
description: >
|
||||||
Calculate percentages using basic math operators available in InfluxQL or Flux. This guide walks through use-cases and examples of calculating percentages from two values in a single query.
|
Calculate percentages using basic math operators available in InfluxQL or Flux.
|
||||||
|
This guide walks through use-cases and examples of calculating percentages from two values in a single query.
|
||||||
menu:
|
menu:
|
||||||
influxdb_1_8:
|
influxdb_1_8:
|
||||||
weight: 50
|
weight: 50
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Telegraf output plugins
|
title: Telegraf output plugins
|
||||||
descriptions: >
|
descriptions: >
|
||||||
Use Telegraf output plugins to transform, decorate, and filter metrics. Supported output plugins include Datadog, Elasticsearch, Graphite, InfluxDB, Kafka, MQTT, Prometheus Client, Riemann, and Wavefront.
|
Use Telegraf output plugins to transform, decorate, and filter metrics.
|
||||||
|
Supported output plugins include Datadog, Elasticsearch, Graphite, InfluxDB,
|
||||||
|
Kafka, MQTT, Prometheus Client, Riemann, and Wavefront.
|
||||||
menu:
|
menu:
|
||||||
telegraf_1_15:
|
telegraf_1_15:
|
||||||
name: Output
|
name: Output
|
||||||
|
|
Loading…
Reference in New Issue