icingabeat/vendor/github.com/elastic/beats/libbeat
Blerim Sheqa f2ba971175 Set libbeat version 5.1.1 2017-01-02 17:20:02 +01:00
..
_meta Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
beat Set libbeat version 5.1.1 2017-01-02 17:20:02 +01:00
cfgfile Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
common Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
dashboards Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
docs Set libbeat version 5.1.1 2017-01-02 17:20:02 +01:00
logp Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
mock Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
outputs Set libbeat version 5.1.1 2017-01-02 17:20:02 +01:00
paths Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
processors Set libbeat version 5.1.1 2017-01-02 17:20:02 +01:00
publisher Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
scripts Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
service Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
tests Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
.gitignore Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
Dockerfile Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
Makefile Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
README.md Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
docker-compose.yml Set libbeat version 5.1.1 2017-01-02 17:20:02 +01:00
libbeat.go Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
libbeat_test.go Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00

README.md

libbeat - Framework for building the Beats

libbeat is a Go library containing the common packages for all the 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 file. We also have a developer guide to help you with the creation of new Beats.

Please also open a topic on the forums 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 file and the list of community Beats.