@@ -13,18 +13,18 @@ By "lightweight", we mean that Beats have a small installation footprint, use
1313limited system resources, and have no runtime dependencies.
1414
1515This repository contains
16- [ libbeat] ( https://github.com/elastic/beats/tree/main /libbeat ) , our Go
16+ [ libbeat] ( https://github.com/elastic/beats/tree/9.2 /libbeat ) , our Go
1717framework for creating Beats, and all the officially supported Beats:
1818
1919Beat | Description
2020--- | ---
21- [ Auditbeat] ( https://github.com/elastic/beats/tree/main /auditbeat ) | Collect your Linux audit framework data and monitor the integrity of your files.
22- [ Filebeat] ( https://github.com/elastic/beats/tree/main /filebeat ) | Tails and ships log files
23- [ Heartbeat] ( https://github.com/elastic/beats/tree/main /heartbeat ) | Ping remote services for availability
24- [ Metricbeat] ( https://github.com/elastic/beats/tree/main /metricbeat ) | Fetches sets of metrics from the operating system and services
25- [ Packetbeat] ( https://github.com/elastic/beats/tree/main /packetbeat ) | Monitors the network and applications by sniffing packets
26- [ Winlogbeat] ( https://github.com/elastic/beats/tree/main /winlogbeat ) | Fetches and ships Windows Event logs
27- [ Osquerybeat] ( https://github.com/elastic/beats/tree/main /x-pack/osquerybeat ) | Runs Osquery and manages interraction with it.
21+ [ Auditbeat] ( https://github.com/elastic/beats/tree/9.2 /auditbeat ) | Collect your Linux audit framework data and monitor the integrity of your files.
22+ [ Filebeat] ( https://github.com/elastic/beats/tree/9.2 /filebeat ) | Tails and ships log files
23+ [ Heartbeat] ( https://github.com/elastic/beats/tree/9.2 /heartbeat ) | Ping remote services for availability
24+ [ Metricbeat] ( https://github.com/elastic/beats/tree/9.2 /metricbeat ) | Fetches sets of metrics from the operating system and services
25+ [ Packetbeat] ( https://github.com/elastic/beats/tree/9.2 /packetbeat ) | Monitors the network and applications by sniffing packets
26+ [ Winlogbeat] ( https://github.com/elastic/beats/tree/9.2 /winlogbeat ) | Fetches and ships Windows Event logs
27+ [ Osquerybeat] ( https://github.com/elastic/beats/tree/9.2 /x-pack/osquerybeat ) | Runs Osquery and manages interraction with it.
2828
2929In addition to the above Beats, which are officially supported by
3030[ Elastic] ( https://elastic.co ) , the community has created a set of other Beats
0 commit comments