You are viewing docs on Elastic's new documentation system, currently in technical preview. For all other Elastic docs, visit elastic.co/guide.

Beats

Use Beats to ship operational data to Elasticsearch.

Beats are lightweight data shippers that send operational data to Elasticsearch. Elastic provides separate Beats for different types of data, such as logs, metrics, and uptime. Depending on what data you want to collect, you may need to install multiple shippers on a single host.

DataBeats
Audit data
Log files and journals
Cloud data
Availability
Metrics
Network traffic
Windows event logs

Beats can send data to Elasticsearch directly or through Logstash, where you can further process and enhance the data before visualizing it in Kibana.

Authenticating with Elasticsearch

When you use Beats to export data to an Elasticsearch project, the Beats require an API key to authenticate with Elasticsearch. Refer to Create API key for the steps to set up your API key, and to Grant access using API keys in the Filebeat documentation for an example of how to configure your Beats to use the key.

Check out Get started with Beats for some next steps.

On this page