﻿---
title: Configure the output
description: You configure Winlogbeat to write to a specific output by setting options in the Outputs section of the winlogbeat.yml config file. Only a single output...
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/configuring-output
products:
  - Beats
  - Winlogbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Configure the output
You configure Winlogbeat to write to a specific output by setting options in the Outputs section of the `winlogbeat.yml` config file. Only a single output may be defined.
The following topics describe how to configure each supported output. If you’ve secured the Elastic Stack, also read [Secure](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/securing-winlogbeat) for more about security-related configuration options.
- [Elastic Cloud Hosted](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/configure-cloud-id)
- [Elasticsearch](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/elasticsearch-output)
- [Logstash](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/logstash-output)
- [Kafka](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/kafka-output)
- [Redis](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/redis-output)
- [File](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/file-output)
- [Console](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/console-output)
- [Discard](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/winlogbeat/discard-output)

<tip>
  When sending data to Elasticsearch Serverless, configure the Elasticsearch output with your project's endpoint URL and an API key. Refer to [Beats for Elasticsearch Serverless](https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/serverless/beats) for setup instructions.
</tip>