Beats
editBeats
editBeats 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.
Data | Beats |
---|---|
Audit data |
|
Log files and journals |
|
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 Serverless 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.