Fix version in menus, fix yml for sumologic plugin

pull/1695/head
noramullen1 2020-10-21 15:49:46 -07:00
parent a968960f28
commit b0e8704ec2
43 changed files with 44 additions and 44 deletions

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
title: Contributing to Telegraf
menu:
telegraf_1_15:
telegraf_1_16:
name: Contributing
parent: About the project
weight: 20

View File

@ -2,7 +2,7 @@
title: License
menu:
telegraf_1_15:
telegraf_1_16:
name: License
parent: About the project
weight: 40

View File

@ -2,7 +2,7 @@
title: Administering Telegraf
menu:
telegraf_1_15:
telegraf_1_16:
name: Administration
weight: 60

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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:

View File

@ -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`