---
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: 193
product: Telegraf Enterprise
version: v1
publisher: InfluxData
canonical: https://docs.influxdata.com/telegraf/v1/commands/plugins/parsers/
date: '2024-06-11T12:05:24-06:00'
lastmod: '2024-06-11T12:05:24-06:00'
---

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
```
| Flag |  | Description |
| --- | --- | --- |
| Flag |  | Description |
|  | --deprecated | Print only deprecated plugins |
| -h | --help | Show command help |
