From 729192ef5039cf532f01b5f891f41205903819ee Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 12 Jun 2023 15:37:28 -0500 Subject: [PATCH] fix(telegraf): update links for v1.27 --- .../v1.27/configure_plugins/aggregator_processor/_index.md | 2 +- content/telegraf/v1.27/data_formats/output/graphite.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/telegraf/v1.27/configure_plugins/aggregator_processor/_index.md b/content/telegraf/v1.27/configure_plugins/aggregator_processor/_index.md index e9660c090..5d2bce93b 100644 --- a/content/telegraf/v1.27/configure_plugins/aggregator_processor/_index.md +++ b/content/telegraf/v1.27/configure_plugins/aggregator_processor/_index.md @@ -54,5 +54,5 @@ This can have unintended consequences, such as executing mathematical operations _See [influxdata/telegraf#7993](https://github.com/influxdata/telegraf/issues/7993)._ If using custom processor scripts, they must be idempotent (repeatable, without side-effects). -For custom processes that are not idempotent, use [namepass or namedrop](/telegraf/v1.17/administration/configuration/#input-config-namepass-and-namedrop) to avoid issues when aggregated data is processed a second time. +For custom processes that are not idempotent, use [namepass or namedrop](/telegraf/v1.27/configuration/#metric-filtering) to avoid issues when aggregated data is processed a second time. {{% /note %}} diff --git a/content/telegraf/v1.27/data_formats/output/graphite.md b/content/telegraf/v1.27/data_formats/output/graphite.md index 5b5c0d61f..98bc3f9c9 100644 --- a/content/telegraf/v1.27/data_formats/output/graphite.md +++ b/content/telegraf/v1.27/data_formats/output/graphite.md @@ -56,4 +56,4 @@ cpu.usage_idle;cpu=cpu-total;dc=us-east-1;host=tars 98.09 1455320690 ### templates -For more information on templates and template patterns, see [Template patterns](/telegraf/v1.15/data_formats/template-patterns/). +For more information on templates and template patterns, see [Template patterns](/telegraf/v1.27/data_formats/input/graphite/#templates).