Skip to content

opiuman/beats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

docker image for packetbeats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published