---
title: telegraf plugins processors
description: The telegraf plugins processors command prints available processor plugins.
url: https://docs.influxdata.com/telegraf/v1/commands/plugins/processors/
estimated_tokens: 360
product: Telegraf
version: v1
---

# telegraf plugins processors

The `telegraf plugins processors` command prints available processor plugins.

## Usage

```sh
telegraf [global-flags] plugins processors [flags]
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --deprecated | Print only deprecated plugins |
| -h | --help | Show command help |

*Also see [Telegraf global flags](/telegraf/v1/commands/#telegraf-global-flags).*

## Examples

### List available processor plugins

```sh
telegraf plugins processors
```
