fix(telegraf): update links for v1.27

jstirnaman-telegraf-v1.27
Jason Stirnaman 2023-06-12 15:37:28 -05:00
parent 882a291240
commit 729192ef50
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}}

View File

@ -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).