---
title: telegraf plugins
description: The telegraf plugins command prints available Telegraf plugins.
url: https://docs.influxdata.com/telegraf/v1/commands/plugins/
estimated_tokens: 442
product: Telegraf Enterprise
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/telegraf/v1/commands/plugins/
date: '2024-04-03T14:36:07-06:00'
lastmod: '2024-04-03T14:36:07-06:00'
---

The `telegraf plugins` command prints available Telegraf plugins.

## Usage

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

## Subcommands

|                        Subcommand                         |            Description            |
|-----------------------------------------------------------|-----------------------------------|
|      [inputs](/telegraf/v1/commands/plugins/inputs/)      |   Print available input plugins   |
|     [outputs](/telegraf/v1/commands/plugins/outputs/)     |  Print available output plugins   |
|  [processors](/telegraf/v1/commands/plugins/processors/)  | Print available processor plugins |
| [aggregators](/telegraf/v1/commands/plugins/aggregators/) |Print available aggregator plugins |
|[secretstores](/telegraf/v1/commands/plugins/secretstores/)|Print available secretstore plugins|
|                          help, h                          |        Shows command help         |

## 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
| Subcommand | Description |
| --- | --- |
| Subcommand | Description |
| inputs | Print available input plugins |
| outputs | Print available output plugins |
| processors | Print available processor plugins |
| aggregators | Print available aggregator plugins |
| secretstores | Print available secretstore plugins |
| help, h | Shows command help |

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