https://github.com/dearcode/libbeat
基于libbeat5.3.0
https://github.com/dearcode/libbeat
libbeat
Last synced: 5 months ago
JSON representation
基于libbeat5.3.0
- Host: GitHub
- URL: https://github.com/dearcode/libbeat
- Owner: dearcode
- License: apache-2.0
- Created: 2017-05-26T09:46:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T11:38:02.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T17:32:55.803Z (about 2 years ago)
- Topics: libbeat
- Language: Go
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libbeat - Framework for building the Beats
libbeat is a Go library containing the common packages for all the
[Beats](https://www.elastic.co/products/beats).
It is Apache licensed and actively maintained by the Elastic team.
If you want to create a new project that reads some sort of operational data
and ships it to Elasticsearch, we suggest you make use of this library. Please
start by reading our [CONTRIBUTING](../CONTRIBUTING.md) file. We also have a
[developer
guide](https://www.elastic.co/guide/en/beats/libbeat/current/new-beat.html) to
help you with the creation of new Beats.
Please also open a topic on the [forums](https://discuss.elastic.co/c/beats/libbeat) and
we'll help you get started.
To see the Beats that are built on top of this library, please see the list
from the main [README](../README.md) file and the list of [community
Beats](https://www.elastic.co/guide/en/beats/libbeat/master/community-beats.html).