﻿---
title: Filebeat
description: Filebeat is a lightweight shipper for forwarding and centralizing log data. Installed as an agent on your servers, Filebeat monitors the log files or...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/filebeat
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Filebeat
Filebeat is a lightweight shipper for forwarding and centralizing log data. Installed as an agent on your servers, Filebeat monitors the log files or locations that you specify, collects log events, and forwards them either to [Elasticsearch](https://www.elastic.co/products/elasticsearch) or [Logstash](https://www.elastic.co/products/logstash) for indexing.
Here’s how Filebeat works: When you start Filebeat, it starts one or more inputs that look in the locations you’ve specified for log data. For each log that Filebeat locates, Filebeat starts a harvester. Each harvester reads a single log for new content and sends the new log data to libbeat, which aggregates the events and sends the aggregated data to the output that you’ve configured for Filebeat.
![Beats design](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/filebeat/images/filebeat.png)
For more information about inputs and harvesters, see [*How Filebeat works*](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/filebeat/how-filebeat-works).
Filebeat is an Elastic [Beat](https://www.elastic.co/beats). It’s based on the `libbeat` framework. For more information, see the [Beats Platform Reference](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats).