icingabeat/vendor/github.com/elastic/beats/packetbeat
Blerim Sheqa 4d119a92a6 Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
..
_meta Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
beater Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
config Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
debian Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
decoder Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
docs Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
flows Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
procs Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
protos Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
publish Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
sniffer 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
CONTRIBUTING.md 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
SUPPORT_PROTOCOL.md Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
docker-compose.yml Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
main.go Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
main_test.go Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
packetbeat.full.yml Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
packetbeat.template-es2x.json Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
packetbeat.template.json Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
packetbeat.yml Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00

README.md

Packetbeat

Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features.

The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions.

For each transaction, the shipper inserts a JSON document into Elasticsearch, where it is stored and indexed. You can then use Kibana to view key metrics and do ad-hoc queries against the data.

To learn more about Packetbeat, check out https://www.elastic.co/products/beats/packetbeat.

Getting started

Please follow the getting started guide from the docs.

Documentation

Please visit elastic.co for the documentation.

Bugs and feature requests

If you have an issue, please start by opening a topic on the forums. We'll help you troubleshoot and work with you on a solution.

If you are sure you found a bug or have a feature request, open an issue on Github.

Contributions

We love contributions from our community! Please read the CONTRIBUTING.md file.

Snapshots

For testing purposes, we generate snapshot builds that you can find here. Please be aware that these are built on top of master and are not meant for production.