From a53a6b4d029bc20612f441a9c76e74690b642ad6 Mon Sep 17 00:00:00 2001 From: mia-joy-liang <81988324+mia-joy-liang@users.noreply.github.com> Date: Wed, 12 May 2021 19:10:50 -0500 Subject: [PATCH] Update nowmetric.md (#2530) --- content/telegraf/v1.16/data_formats/output/nowmetric.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1.16/data_formats/output/nowmetric.md b/content/telegraf/v1.16/data_formats/output/nowmetric.md index fc3c186ac..3591bbd44 100644 --- a/content/telegraf/v1.16/data_formats/output/nowmetric.md +++ b/content/telegraf/v1.16/data_formats/output/nowmetric.md @@ -8,7 +8,7 @@ menu: parent: Output data formats --- -The ServiceNow Metrics output data format (serializer) outputs metrics in the [ServiceNow Operational Intelligence format](https://docs.servicenow.com/bundle/london-it-operations-management/page/product/event-management/reference/mid-POST-metrics.html). +The ServiceNow Metrics output data format (serializer) outputs metrics in the [ServiceNow Operational Intelligence format](https://docs.servicenow.com/bundle/kingston-it-operations-management/page/product/event-management/reference/mid-POST-metrics.html). It can be used to write to a file using the File output plugin, or for sending metrics to a MID Server with Enable REST endpoint activated using the standard telegraf HTTP output. If you're using the HTTP output plugin, this serializer knows how to batch the metrics so you don't end up with an HTTP POST per metric.