Packetbeat ships the network traffic data to Elasticsearch to be analyzed via Kibana in a real-time fashion.
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
Content type
Image
Digest
sha256:85bafe919…
Size
88.2 MB
Last updated
about 11 years ago
docker pull opiuman/beats