commit
451521faad
|
@ -1047,6 +1047,13 @@ input:
|
|||
introduced: 1.9.0
|
||||
tags: [linux, macos, windows, servers, web]
|
||||
|
||||
- name: NGINX Stream STS
|
||||
id: nginx_sts
|
||||
description: |
|
||||
The NGINX Plus API input plugin gathers NGINX status using external virtual host traffic status.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows, servers, web]
|
||||
|
||||
- name: NGINX Upstream Check
|
||||
id: nginx_upstream_check
|
||||
description: |
|
||||
|
@ -1279,6 +1286,13 @@ input:
|
|||
introduced: 0.10.3
|
||||
tags: [linux, macos, windows, servers, web]
|
||||
|
||||
- name: Redfish
|
||||
id: redfish
|
||||
description: |
|
||||
The Redfish input plugin gathers metrics and status information of hardware servers for which [DMTF's Redfish](https://redfish.dmtf.org/) is enabled.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows, servers, networking]
|
||||
|
||||
- name: Redis
|
||||
id: redis
|
||||
description: |
|
||||
|
@ -1746,6 +1760,13 @@ output:
|
|||
introduced: 1.12.0
|
||||
tags: [linux, macos, windows, systems]
|
||||
|
||||
- name: Execd
|
||||
id: exec
|
||||
description: |
|
||||
The Execd output plugin runs an external program as a daemon.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows, systems]
|
||||
|
||||
- name: File
|
||||
id: file
|
||||
description: |
|
||||
|
@ -1873,6 +1894,13 @@ output:
|
|||
introduced: 1.1.0
|
||||
tags: [linux, macos, windows, messaging]
|
||||
|
||||
- name: New Relic
|
||||
id: newrelic
|
||||
description: |
|
||||
The New Relic output plugin writes to New Relic insights using the [Metric API](https://docs.newrelic.com/docs/data-ingest-apis/get-data-new-relic/metric-api/introduction-metric-api).
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows, applications, web]
|
||||
|
||||
- name: NSQ
|
||||
id: nsq
|
||||
description: |
|
||||
|
@ -2080,6 +2108,13 @@ processor:
|
|||
introduced: 1.14.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Defaults
|
||||
id: defaults
|
||||
description: |
|
||||
The Defaults processor plugin allows you to ensure certain fields will always exist with a specified default value on your metrics.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Enum
|
||||
id: enum
|
||||
description: |
|
||||
|
@ -2094,6 +2129,27 @@ processor:
|
|||
introduced: 1.8.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Execd
|
||||
id: execd
|
||||
description: |
|
||||
The `execd` processor plugin aruns an external program as a separate process. It pipes metrics into the process's STDIN and reads processed metrics from its STDOUT.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Filepath
|
||||
id: filepath
|
||||
description: |
|
||||
The `filepath` processor plugin maps certain Go functions from [path/filepath](https://golang.org/pkg/path/filepath/) onto tag and field values.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Network Interface Name
|
||||
id: ifname
|
||||
description: |
|
||||
The Network Interface Name processor plugin looks up network interface names using SNMP.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Override
|
||||
id: override
|
||||
description: |
|
||||
|
@ -2135,6 +2191,13 @@ processor:
|
|||
introduced: 1.12.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Port Name Lookup
|
||||
id: port_name
|
||||
description: |
|
||||
The Port Name Lookup processor plugin converts a tag containing a well-known port number to the registered service name.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Printer
|
||||
id: printer
|
||||
description: |
|
||||
|
@ -2157,6 +2220,13 @@ processor:
|
|||
introduced: 1.8.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Reverse DNS
|
||||
id: reverse_dns
|
||||
description: |
|
||||
The Reverse DNS processor plugin processor does a reverse-dns lookup on tags (or fields) with IPs in them.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: S2 Geo
|
||||
id: s2geo
|
||||
description: |
|
||||
|
@ -2166,6 +2236,13 @@ processor:
|
|||
introduced: 1.14.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Starlark
|
||||
id: starlark
|
||||
description: |
|
||||
The Starlark processor plugin calls a [Starlark function](https://github.com/google/starlark-go/blob/master/doc/spec.md) for each matched metric, allowing for custom programmatic metric processing.
|
||||
introduced: 1.15.0
|
||||
tags: [linux, macos, windows]
|
||||
|
||||
- name: Strings
|
||||
id: strings
|
||||
description: |
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
stable_version: v2.0
|
||||
telegraf_version: 1.14.0
|
||||
telegraf_version: 1.15.0
|
||||
|
|
Loading…
Reference in New Issue