---
title: telegraf plugins parsers
description: The telegraf plugins parsers command prints available parser plugins.
url: https://docs.influxdata.com/telegraf/v1/commands/plugins/parsers/
estimated_tokens: 424
product: Telegraf
version: v1
---

# telegraf plugins parsers

The `telegraf plugins parsers` command prints available parser plugins.

## Usage

```sh
telegraf [global-flags] plugins parsers [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 parser plugins

```sh
telegraf plugins parsers
```

### List deprecated parser plugins

```sh
telegraf plugins parsers --deprecated
```
