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
gw/use-hashed-tokens^2
Jason Stirnaman 2025-12-10 11:27:01 -05:00 committed by GitHub
parent 3ffab3afa1
commit 271834cf74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,9 @@ menu:
name: Aggregator and processor plugins
weight: 50
parent: Configure plugins
related:
- /telegraf/v1/aggregator-plugins/
- /telegraf/v1/processor-plugins/
---

View File

@ -8,6 +8,8 @@ menu:
name: Input plugins
weight: 10
parent: Configure plugins
related:
- /telegraf/v1/input-plugins/
---
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/).

View File

@ -1,13 +1,15 @@
---
title: Write data with output plugins
description: |
Output plugins define where Telegraf will deliver the collected metrics.
Output plugins define where Telegraf will deliver the collected metrics.
menu:
telegraf_v1:
name: Output plugins
weight: 20
parent: Configure plugins
related:
- /telegraf/v1/output-plugins/
---
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.