From b0e8704ec2d71766f8ba21e85ee1386b4c9dbdf6 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 21 Oct 2020 15:49:46 -0700 Subject: [PATCH] Fix version in menus, fix yml for sumologic plugin --- content/telegraf/v1.16/_index.md | 2 +- content/telegraf/v1.16/about_the_project/_index.md | 2 +- content/telegraf/v1.16/about_the_project/cla.md | 2 +- content/telegraf/v1.16/about_the_project/contributing.md | 2 +- content/telegraf/v1.16/about_the_project/license.md | 2 +- content/telegraf/v1.16/administration/_index.md | 2 +- content/telegraf/v1.16/administration/configuration.md | 2 +- content/telegraf/v1.16/administration/enterprise-plugins.md | 2 +- content/telegraf/v1.16/administration/troubleshooting.md | 2 +- content/telegraf/v1.16/administration/windows_service.md | 2 +- content/telegraf/v1.16/concepts/_index.md | 2 +- .../telegraf/v1.16/concepts/aggregator_processor_plugins.md | 2 +- content/telegraf/v1.16/concepts/glossary.md | 2 +- content/telegraf/v1.16/concepts/metrics.md | 2 +- content/telegraf/v1.16/data_formats/_index.md | 2 +- content/telegraf/v1.16/data_formats/input/_index.md | 2 +- content/telegraf/v1.16/data_formats/input/collectd.md | 2 +- content/telegraf/v1.16/data_formats/input/csv.md | 2 +- content/telegraf/v1.16/data_formats/input/dropwizard.md | 2 +- content/telegraf/v1.16/data_formats/input/graphite.md | 2 +- content/telegraf/v1.16/data_formats/input/grok.md | 2 +- content/telegraf/v1.16/data_formats/input/influx.md | 2 +- content/telegraf/v1.16/data_formats/input/json.md | 2 +- content/telegraf/v1.16/data_formats/input/logfmt.md | 2 +- content/telegraf/v1.16/data_formats/input/nagios.md | 2 +- content/telegraf/v1.16/data_formats/input/value.md | 2 +- content/telegraf/v1.16/data_formats/input/wavefront.md | 2 +- content/telegraf/v1.16/data_formats/output/_index.md | 2 +- content/telegraf/v1.16/data_formats/output/carbon2.md | 2 +- content/telegraf/v1.16/data_formats/output/graphite.md | 2 +- content/telegraf/v1.16/data_formats/output/influx.md | 2 +- content/telegraf/v1.16/data_formats/output/json.md | 2 +- content/telegraf/v1.16/data_formats/output/nowmetric.md | 2 +- content/telegraf/v1.16/data_formats/output/splunkmetric.md | 2 +- content/telegraf/v1.16/data_formats/template-patterns.md | 2 +- content/telegraf/v1.16/guides/_index.md | 2 +- content/telegraf/v1.16/guides/using_http.md | 2 +- content/telegraf/v1.16/introduction/_index.md | 2 +- content/telegraf/v1.16/introduction/downloading.md | 2 +- content/telegraf/v1.16/introduction/getting-started.md | 2 +- content/telegraf/v1.16/introduction/installation.md | 2 +- content/telegraf/v1.16/plugins.md | 2 +- data/telegraf_plugins.yml | 4 ++-- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/content/telegraf/v1.16/_index.md b/content/telegraf/v1.16/_index.md index bb7b9613d..54548e28c 100644 --- a/content/telegraf/v1.16/_index.md +++ b/content/telegraf/v1.16/_index.md @@ -5,7 +5,7 @@ description: > time series platform, used to collect and report metrics. Telegraf supports four categories of plugins -- input, output, aggregator, and processor. menu: - telegraf_1_15: + telegraf_1_16: name: Telegraf v1.15 weight: 1 --- diff --git a/content/telegraf/v1.16/about_the_project/_index.md b/content/telegraf/v1.16/about_the_project/_index.md index f794672c6..c5ffa547a 100644 --- a/content/telegraf/v1.16/about_the_project/_index.md +++ b/content/telegraf/v1.16/about_the_project/_index.md @@ -2,7 +2,7 @@ title: About the Telegraf project description: Release notes, contribution guidelines, CLA, and license for the Telegraf project. menu: - telegraf_1_15: + telegraf_1_16: name: About the project weight: 10 --- diff --git a/content/telegraf/v1.16/about_the_project/cla.md b/content/telegraf/v1.16/about_the_project/cla.md index ee7146148..ac2aa497c 100644 --- a/content/telegraf/v1.16/about_the_project/cla.md +++ b/content/telegraf/v1.16/about_the_project/cla.md @@ -2,7 +2,7 @@ title: InfluxData Contributor License Agreement (CLA) menu: - telegraf_1_15: + telegraf_1_16: name: Contributor License Agreement (CLA) parent: About the project weight: 30 diff --git a/content/telegraf/v1.16/about_the_project/contributing.md b/content/telegraf/v1.16/about_the_project/contributing.md index 34d683f31..ea6305e21 100644 --- a/content/telegraf/v1.16/about_the_project/contributing.md +++ b/content/telegraf/v1.16/about_the_project/contributing.md @@ -2,7 +2,7 @@ title: Contributing to Telegraf menu: - telegraf_1_15: + telegraf_1_16: name: Contributing parent: About the project weight: 20 diff --git a/content/telegraf/v1.16/about_the_project/license.md b/content/telegraf/v1.16/about_the_project/license.md index 81b3d9969..1bd978c33 100644 --- a/content/telegraf/v1.16/about_the_project/license.md +++ b/content/telegraf/v1.16/about_the_project/license.md @@ -2,7 +2,7 @@ title: License menu: - telegraf_1_15: + telegraf_1_16: name: License parent: About the project weight: 40 diff --git a/content/telegraf/v1.16/administration/_index.md b/content/telegraf/v1.16/administration/_index.md index 79e5e8196..892e5b1b0 100644 --- a/content/telegraf/v1.16/administration/_index.md +++ b/content/telegraf/v1.16/administration/_index.md @@ -2,7 +2,7 @@ title: Administering Telegraf menu: - telegraf_1_15: + telegraf_1_16: name: Administration weight: 60 diff --git a/content/telegraf/v1.16/administration/configuration.md b/content/telegraf/v1.16/administration/configuration.md index e814dcdb4..4d73ae5c9 100644 --- a/content/telegraf/v1.16/administration/configuration.md +++ b/content/telegraf/v1.16/administration/configuration.md @@ -2,7 +2,7 @@ title: Configuring Telegraf description: Overview of the Telegraf configuration file, enabling plugins, and setting environment variables. menu: - telegraf_1_15: + telegraf_1_16: name: Configuring weight: 20 parent: Administration diff --git a/content/telegraf/v1.16/administration/enterprise-plugins.md b/content/telegraf/v1.16/administration/enterprise-plugins.md index cc582c5d6..9c36cfb13 100644 --- a/content/telegraf/v1.16/administration/enterprise-plugins.md +++ b/content/telegraf/v1.16/administration/enterprise-plugins.md @@ -2,7 +2,7 @@ title: Recommended Telegraf plugins for Enterprise users menu: - telegraf_1_15: + telegraf_1_16: name: Recommended plugins for Enterprise users weight: 20 parent: Administration diff --git a/content/telegraf/v1.16/administration/troubleshooting.md b/content/telegraf/v1.16/administration/troubleshooting.md index 1dcaf461f..26721918a 100644 --- a/content/telegraf/v1.16/administration/troubleshooting.md +++ b/content/telegraf/v1.16/administration/troubleshooting.md @@ -2,7 +2,7 @@ title: Troubleshoot Telegraf description: Capture Telegraf output, submit sample metrics, and see how Telegraf formats and emits points to its output plugins. menu: - telegraf_1_15: + telegraf_1_16: name: Troubleshoot weight: 30 parent: Administration diff --git a/content/telegraf/v1.16/administration/windows_service.md b/content/telegraf/v1.16/administration/windows_service.md index f0ca7e2f4..b4bad6a4a 100644 --- a/content/telegraf/v1.16/administration/windows_service.md +++ b/content/telegraf/v1.16/administration/windows_service.md @@ -2,7 +2,7 @@ title: Running Telegraf as a Windows service description: How to configure Telegraf as a Windows service using PowerShell. menu: - telegraf_1_15: + telegraf_1_16: name: Running as Windows service weight: 20 parent: Administration diff --git a/content/telegraf/v1.16/concepts/_index.md b/content/telegraf/v1.16/concepts/_index.md index f4f528242..dafb78471 100644 --- a/content/telegraf/v1.16/concepts/_index.md +++ b/content/telegraf/v1.16/concepts/_index.md @@ -2,7 +2,7 @@ title: Key Telegraf concepts description: Includes information on supported input data formats, output data formats, aggregator and processor plugins, and includes a glossary of important terms. menu: - telegraf_1_15: + telegraf_1_16: name: Concepts weight: 30 --- diff --git a/content/telegraf/v1.16/concepts/aggregator_processor_plugins.md b/content/telegraf/v1.16/concepts/aggregator_processor_plugins.md index 3ab8ff0a4..bdbb02dd8 100644 --- a/content/telegraf/v1.16/concepts/aggregator_processor_plugins.md +++ b/content/telegraf/v1.16/concepts/aggregator_processor_plugins.md @@ -2,7 +2,7 @@ title: Telegraf aggregator and processor plugins description: Aggregator and processor plugins work between the input plugins and output plugins to aggregate and process metrics in Telegraf. menu: - telegraf_1_15: + telegraf_1_16: name: Aggregator and processor plugins weight: 20 parent: Concepts diff --git a/content/telegraf/v1.16/concepts/glossary.md b/content/telegraf/v1.16/concepts/glossary.md index 988c3b96e..e8514df96 100644 --- a/content/telegraf/v1.16/concepts/glossary.md +++ b/content/telegraf/v1.16/concepts/glossary.md @@ -2,7 +2,7 @@ title: Telegraf glossary of terms description: This section includes definitions of important terms for related to Telegraf. menu: - telegraf_1_15: + telegraf_1_16: name: Glossary of terms weight: 30 parent: Concepts diff --git a/content/telegraf/v1.16/concepts/metrics.md b/content/telegraf/v1.16/concepts/metrics.md index c8bc62c1d..2c9c695dd 100644 --- a/content/telegraf/v1.16/concepts/metrics.md +++ b/content/telegraf/v1.16/concepts/metrics.md @@ -2,7 +2,7 @@ title: Telegraf metrics description: Telegraf metrics are internal representations used to model data during processing and are based on InfluxDB's data model. Each metric component includes the measurement name, tags, fields, and timestamp. menu: - telegraf_1_15: + telegraf_1_16: name: Metrics weight: 10 parent: Concepts diff --git a/content/telegraf/v1.16/data_formats/_index.md b/content/telegraf/v1.16/data_formats/_index.md index 1fcc041d2..c4ba7ab13 100644 --- a/content/telegraf/v1.16/data_formats/_index.md +++ b/content/telegraf/v1.16/data_formats/_index.md @@ -2,7 +2,7 @@ title: Telegraf data formats description: Telegraf supports input data formats and output data formats for converting input and output data. menu: - telegraf_1_15: + telegraf_1_16: name: Data formats weight: 50 --- diff --git a/content/telegraf/v1.16/data_formats/input/_index.md b/content/telegraf/v1.16/data_formats/input/_index.md index c135a0070..6f74fb97e 100644 --- a/content/telegraf/v1.16/data_formats/input/_index.md +++ b/content/telegraf/v1.16/data_formats/input/_index.md @@ -2,7 +2,7 @@ title: Telegraf input data formats description: Telegraf supports parsing input data formats into Telegraf metrics for InfluxDB Line Protocol, CollectD, CSV, Dropwizard, Graphite, Grok, JSON, Logfmt, Nagios, Value, and Wavefront. menu: - telegraf_1_15: + telegraf_1_16: name: Input data formats weight: 1 parent: Data formats diff --git a/content/telegraf/v1.16/data_formats/input/collectd.md b/content/telegraf/v1.16/data_formats/input/collectd.md index 5fc66ffcd..82d0d2bd3 100644 --- a/content/telegraf/v1.16/data_formats/input/collectd.md +++ b/content/telegraf/v1.16/data_formats/input/collectd.md @@ -2,7 +2,7 @@ title: Collectd input data format description: Use the `collectd` input data format to parse the collectd network binary protocol to create tags for host, instance, type, and type instance. menu: - telegraf_1_15: + telegraf_1_16: name: collectd weight: 10 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/csv.md b/content/telegraf/v1.16/data_formats/input/csv.md index 4d72b58c8..d1e5efaf8 100644 --- a/content/telegraf/v1.16/data_formats/input/csv.md +++ b/content/telegraf/v1.16/data_formats/input/csv.md @@ -2,7 +2,7 @@ title: CSV input data format description: Use the `csv` input data format to parse a document containing comma-separated values into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: CSV weight: 20 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/dropwizard.md b/content/telegraf/v1.16/data_formats/input/dropwizard.md index c2a27d5d1..a967122e9 100644 --- a/content/telegraf/v1.16/data_formats/input/dropwizard.md +++ b/content/telegraf/v1.16/data_formats/input/dropwizard.md @@ -2,7 +2,7 @@ title: Dropwizard input data format description: Use the `dropwizard` input data format to parse Dropwizard JSON representations into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Dropwizard weight: 30 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/graphite.md b/content/telegraf/v1.16/data_formats/input/graphite.md index 20f8c1a8d..6f34104ac 100644 --- a/content/telegraf/v1.16/data_formats/input/graphite.md +++ b/content/telegraf/v1.16/data_formats/input/graphite.md @@ -2,7 +2,7 @@ title: Graphite input data format description: Us the Graphite data format to translate Graphite dot buckets directly into Telegraf measurement names, with a single value field, and without any tags. menu: - telegraf_1_15: + telegraf_1_16: name: Graphite weight: 40 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/grok.md b/content/telegraf/v1.16/data_formats/input/grok.md index 673407d0a..40980ed2d 100644 --- a/content/telegraf/v1.16/data_formats/input/grok.md +++ b/content/telegraf/v1.16/data_formats/input/grok.md @@ -2,7 +2,7 @@ title: Grok input data format description: Use the grok data format to parse line-delimited data using a regular expression-like language. menu: - telegraf_1_15: + telegraf_1_16: name: Grok weight: 40 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/influx.md b/content/telegraf/v1.16/data_formats/input/influx.md index 3ceb0931e..8446257d2 100644 --- a/content/telegraf/v1.16/data_formats/input/influx.md +++ b/content/telegraf/v1.16/data_formats/input/influx.md @@ -2,7 +2,7 @@ title: InfluxDB Line Protocol input data format description: Use the InfluxDB Line Protocol input data format to parse InfluxDB metrics directly into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: InfluxDB Line Protocol input weight: 60 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/json.md b/content/telegraf/v1.16/data_formats/input/json.md index cfa8b7d59..796d4e3a9 100644 --- a/content/telegraf/v1.16/data_formats/input/json.md +++ b/content/telegraf/v1.16/data_formats/input/json.md @@ -2,7 +2,7 @@ title: JSON input data format description: Use the JSON input data format to parse [JSON][json] objects, or an array of objects, into Telegraf metric fields. menu: - telegraf_1_15: + telegraf_1_16: name: JSON input weight: 70 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/logfmt.md b/content/telegraf/v1.16/data_formats/input/logfmt.md index 0d96cbaef..767b6b1ea 100644 --- a/content/telegraf/v1.16/data_formats/input/logfmt.md +++ b/content/telegraf/v1.16/data_formats/input/logfmt.md @@ -2,7 +2,7 @@ title: Logfmt input data format description: Use the `logfmt` input data format to parse logfmt data into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: logfmt weight: 80 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/nagios.md b/content/telegraf/v1.16/data_formats/input/nagios.md index 3a1af43a0..f764b23d2 100644 --- a/content/telegraf/v1.16/data_formats/input/nagios.md +++ b/content/telegraf/v1.16/data_formats/input/nagios.md @@ -2,7 +2,7 @@ title: Nagios input data format description: Use the Nagios input data format to parse the output of Nagios plugins into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Nagios weight: 90 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/value.md b/content/telegraf/v1.16/data_formats/input/value.md index 2fed3c0b5..fb3dfa475 100644 --- a/content/telegraf/v1.16/data_formats/input/value.md +++ b/content/telegraf/v1.16/data_formats/input/value.md @@ -2,7 +2,7 @@ title: Value input data format description: Use the `value` input data format to parse single values into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Value weight: 100 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/input/wavefront.md b/content/telegraf/v1.16/data_formats/input/wavefront.md index d099e999b..bfac261a3 100644 --- a/content/telegraf/v1.16/data_formats/input/wavefront.md +++ b/content/telegraf/v1.16/data_formats/input/wavefront.md @@ -2,7 +2,7 @@ title: Wavefront input data format description: Use the Wavefront input data format to parse Wavefront data into Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Wavefront weight: 110 parent: Input data formats diff --git a/content/telegraf/v1.16/data_formats/output/_index.md b/content/telegraf/v1.16/data_formats/output/_index.md index e827b67a2..a854b5f02 100644 --- a/content/telegraf/v1.16/data_formats/output/_index.md +++ b/content/telegraf/v1.16/data_formats/output/_index.md @@ -2,7 +2,7 @@ title: Telegraf output data formats description: Telegraf serializes metrics into output data formats for InfluxDB Line Protocol, JSON, Graphite, and Splunk metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Output data formats weight: 1 parent: Data formats diff --git a/content/telegraf/v1.16/data_formats/output/carbon2.md b/content/telegraf/v1.16/data_formats/output/carbon2.md index 012d2fe36..1189f9c92 100644 --- a/content/telegraf/v1.16/data_formats/output/carbon2.md +++ b/content/telegraf/v1.16/data_formats/output/carbon2.md @@ -2,7 +2,7 @@ title: Carbon2 output data format description: Use the Carbon2 output data format (serializer) converts Telegraf metrics into the Carbon2 format. menu: - telegraf_1_15: + telegraf_1_16: name: Carbon2 weight: 10 parent: Output data formats diff --git a/content/telegraf/v1.16/data_formats/output/graphite.md b/content/telegraf/v1.16/data_formats/output/graphite.md index 9d1d7ba21..607336d21 100644 --- a/content/telegraf/v1.16/data_formats/output/graphite.md +++ b/content/telegraf/v1.16/data_formats/output/graphite.md @@ -2,7 +2,7 @@ title: Graphite output data format description: Use the Graphite output data format to serialize data from Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Graphite output weight: 20 parent: Output data formats diff --git a/content/telegraf/v1.16/data_formats/output/influx.md b/content/telegraf/v1.16/data_formats/output/influx.md index 4fd5ee57c..d28ea79eb 100644 --- a/content/telegraf/v1.16/data_formats/output/influx.md +++ b/content/telegraf/v1.16/data_formats/output/influx.md @@ -2,7 +2,7 @@ title: InfluxDB Line Protocol output data format description: The `influx` data format outputs metrics into the InfluxDB Line Protocol format. menu: - telegraf_1_15: + telegraf_1_16: name: InfluxDB Line Protocol weight: 30 parent: Output data formats diff --git a/content/telegraf/v1.16/data_formats/output/json.md b/content/telegraf/v1.16/data_formats/output/json.md index f947b4af5..769c6cf2c 100644 --- a/content/telegraf/v1.16/data_formats/output/json.md +++ b/content/telegraf/v1.16/data_formats/output/json.md @@ -2,7 +2,7 @@ title: JSON output data format description: Telegraf's `json` output data format converts metrics into JSON documents. menu: - telegraf_1_15: + telegraf_1_16: name: JSON weight: 40 parent: Output data formats diff --git a/content/telegraf/v1.16/data_formats/output/nowmetric.md b/content/telegraf/v1.16/data_formats/output/nowmetric.md index e59b61af2..fc3c186ac 100644 --- a/content/telegraf/v1.16/data_formats/output/nowmetric.md +++ b/content/telegraf/v1.16/data_formats/output/nowmetric.md @@ -2,7 +2,7 @@ title: ServiceNow Metrics output data format description: Use the ServiceNow Metrics output data format (serializer) to output metrics in the ServiceNow Operational Intelligence format. menu: - telegraf_1_15: + telegraf_1_16: name: ServiceNow Metrics weight: 50 parent: Output data formats diff --git a/content/telegraf/v1.16/data_formats/output/splunkmetric.md b/content/telegraf/v1.16/data_formats/output/splunkmetric.md index ba1c83d04..2514a31d5 100644 --- a/content/telegraf/v1.16/data_formats/output/splunkmetric.md +++ b/content/telegraf/v1.16/data_formats/output/splunkmetric.md @@ -2,7 +2,7 @@ title: SplunkMetric output data format description: The SplunkMetric serializer formats and outputs data in a format that can be consumed by a Splunk metrics index. menu: - telegraf_1_15: + telegraf_1_16: name: SplunkMetric weight: 60 parent: Output data formats diff --git a/content/telegraf/v1.16/data_formats/template-patterns.md b/content/telegraf/v1.16/data_formats/template-patterns.md index 9d4541c9b..d0d471cf4 100644 --- a/content/telegraf/v1.16/data_formats/template-patterns.md +++ b/content/telegraf/v1.16/data_formats/template-patterns.md @@ -2,7 +2,7 @@ title: Telegraf template patterns description: Use template patterns to describe how dot-delimited strings should map to and from Telegraf metrics. menu: - telegraf_1_15: + telegraf_1_16: name: Template patterns weight: 30 parent: Data formats diff --git a/content/telegraf/v1.16/guides/_index.md b/content/telegraf/v1.16/guides/_index.md index 4a6cddaca..8240dac53 100644 --- a/content/telegraf/v1.16/guides/_index.md +++ b/content/telegraf/v1.16/guides/_index.md @@ -2,7 +2,7 @@ title: Telegraf Guides description: Step-by-step tutorials for Telegraf. menu: - telegraf_1_15: + telegraf_1_16: name: Guides weight: 20 --- diff --git a/content/telegraf/v1.16/guides/using_http.md b/content/telegraf/v1.16/guides/using_http.md index cc747c27e..f651bfe16 100644 --- a/content/telegraf/v1.16/guides/using_http.md +++ b/content/telegraf/v1.16/guides/using_http.md @@ -2,7 +2,7 @@ title: Using the HTTP input plugin with Citi Bike data description: Collect live metrics on Citi Bike stations in New York City with the HTTP input plugin. menu: - telegraf_1_15: + telegraf_1_16: name: Using the HTTP plugin weight: 30 parent: Guides diff --git a/content/telegraf/v1.16/introduction/_index.md b/content/telegraf/v1.16/introduction/_index.md index 6dca16ba8..6b3da89cd 100644 --- a/content/telegraf/v1.16/introduction/_index.md +++ b/content/telegraf/v1.16/introduction/_index.md @@ -2,7 +2,7 @@ title: Introducing Telegraf description: Get up and running with Telegraf. menu: - telegraf_1_15: + telegraf_1_16: name: Introduction weight: 20 --- diff --git a/content/telegraf/v1.16/introduction/downloading.md b/content/telegraf/v1.16/introduction/downloading.md index afb8e0251..06a173135 100644 --- a/content/telegraf/v1.16/introduction/downloading.md +++ b/content/telegraf/v1.16/introduction/downloading.md @@ -2,7 +2,7 @@ title: Download Telegraf description: Download the latest version of Telegraf. menu: - telegraf_1_15: + telegraf_1_16: name: Download weight: 10 parent: Introduction diff --git a/content/telegraf/v1.16/introduction/getting-started.md b/content/telegraf/v1.16/introduction/getting-started.md index a85d97684..ade3a6bcd 100644 --- a/content/telegraf/v1.16/introduction/getting-started.md +++ b/content/telegraf/v1.16/introduction/getting-started.md @@ -4,7 +4,7 @@ description: Configure and start the Telegraf service. aliases: - /telegraf/v1.15/introduction/getting_started/ menu: - telegraf_1_15: + telegraf_1_16: name: Get started weight: 30 parent: Introduction diff --git a/content/telegraf/v1.16/introduction/installation.md b/content/telegraf/v1.16/introduction/installation.md index ae5b2b294..067a4e849 100644 --- a/content/telegraf/v1.16/introduction/installation.md +++ b/content/telegraf/v1.16/introduction/installation.md @@ -2,7 +2,7 @@ title: Install Telegraf description: Install Telegraf on your operating system. menu: - telegraf_1_15: + telegraf_1_16: name: Install weight: 20 parent: Introduction diff --git a/content/telegraf/v1.16/plugins.md b/content/telegraf/v1.16/plugins.md index 713066ed1..8e3d03607 100644 --- a/content/telegraf/v1.16/plugins.md +++ b/content/telegraf/v1.16/plugins.md @@ -5,7 +5,7 @@ description: > It supports four categories of plugins including input, output, aggregator, and processor. View and search all available Telegraf plugins. menu: - telegraf_1_15: + telegraf_1_16: weight: 40 weight: 6 aliases: diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index d56a1880b..6249dfb70 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -2066,8 +2066,8 @@ output: - name: Sumo Logic id: sumologic description: | - This plugin sends metrics to [Sumo Logic HTTP Source](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/HTTP-Source/Upload-Metrics-to-an-HTTP-Source) - in HTTP messages using one of the following supported data formats + This plugin sends metrics to [Sumo Logic HTTP Source](https://help.sumologic.com/03Send-Data/Sources/02Sources-for-Hosted-Collectors/HTTP-Source/Upload-Metrics-to-an-HTTP-Source) + in HTTP messages using one of the following supported data formats * `graphite` - for Content-Type of `application/vnd.sumologic.graphite` * `carbon2` - for Content-Type of `application/vnd.sumologic.carbon2` * `prometheus` - for Content-Type of `application/vnd.sumologic.prometheus`