---
title: Wavefront input data format
description: Use the wavefront input data format to parse Wavefront data into Telegraf metrics.
url: https://docs.influxdata.com/telegraf/v1/data_formats/input/wavefront/
estimated_tokens: 421
product: Telegraf
version: v1
---

# Wavefront input data format

Use the `wavefront` input data format to parse Wavefront data into Telegraf metrics. For more information on the Wavefront native data format, see [Wavefront Data Format](https://docs.wavefront.com/wavefront_data_format.html) in the Wavefront documentation.

## Configuration

There are no additional configuration options for Wavefront Data Format line-protocol.

```toml
[[inputs.file]]
  files = ["example"]

  ## Data format to consume.
  ## Each data format has its own unique set of configuration options, read
  ## more about them here:
  ##   https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
  data_format = "wavefront"
```
