Skip to content

Commit 271834c

Browse files
authored
feat(telegraf): add related links to plugin directory pages (#6597)
Add related frontmatter links from configure_plugins pages to the dedicated plugin directory pages for easier navigation. closes #6415
1 parent 3ffab3a commit 271834c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

content/telegraf/v1/configure_plugins/aggregator_processor/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ menu:
77
name: Aggregator and processor plugins
88
weight: 50
99
parent: Configure plugins
10+
related:
11+
- /telegraf/v1/aggregator-plugins/
12+
- /telegraf/v1/processor-plugins/
1013
---
1114

1215

content/telegraf/v1/configure_plugins/input_plugins/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ menu:
88
name: Input plugins
99
weight: 10
1010
parent: Configure plugins
11+
related:
12+
- /telegraf/v1/input-plugins/
1113
---
1214

1315
Telegraf input plugins are used with the InfluxData time series platform to collect metrics from the system, services, or third-party APIs. All metrics are gathered from the inputs you enable and configure in the [Telegraf configuration file](/telegraf/v1/configuration/).

content/telegraf/v1/configure_plugins/output_plugins/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Write data with output plugins
33
description: |
4-
Output plugins define where Telegraf will deliver the collected metrics.
4+
Output plugins define where Telegraf will deliver the collected metrics.
55
menu:
66
telegraf_v1:
77

88
name: Output plugins
99
weight: 20
1010
parent: Configure plugins
11+
related:
12+
- /telegraf/v1/output-plugins/
1113
---
1214
Output plugins define where Telegraf will deliver the collected metrics. Send metrics to InfluxDB or to a variety of other datastores, services, and message queues, including Graphite, OpenTSDB, Datadog, Librato, Kafka, MQTT, and NSQ.
1315

0 commit comments

Comments
 (0)