Sign inSign up

opiuman/beats

By opiuman

Updated about 11 years ago

packetbeat Dockerfile

Image
1

510

opiuman/beats repository overview

packetbeat Dockerfile

Packetbeat ships the network traffic data to Elasticsearch to be analyzed via Kibana in a real-time fashion.


Usage

Modify the pakcetbeat.yml file based on the scenario (device, protocol, ports, etc) of your usage.

  • Start the ELK container:

    docker run -d --name=elk -p 9200:9200 -p 5601:5601 -v ~/elk:/workspace opiuman/elk

  • Start the beat container:

docker run -d --name=beats --net=host -v ~/beats/conf:/conf opiuman/beats

Tag summary

Content type

Image

Digest

sha256:85bafe919

Size

88.2 MB

Last updated

about 11 years ago

docker pull opiuman/beats