bro ids with elasticsearch and broker development
232
Bro Intrusion 2.3-911 detection system based on ubuntu + complete development environment. Supports the new broker (unconfigured for now) and logging to elasticsearch. I had to make a change to the elasticsearch plugin to give the correct iso8601 timestamp. Kibana can work with the timestamps now.
Check http://www.bro.org
Development status, working but not completely docker ready configuration is manual.
use
docker run -ti --name bro-dev danielguerra/bro-dev:v1.0 /bin/bash
docker attach bro-dev
Setup for elasticsearch vi /usr/local/bro/share/bro/base/frameworks/logging/main.bro and set const enable_local_logging = F to avoid local logging vi /usr/local/bro/lib/bro/plugins/Bro_ElasticSearch/scripts/init.bro and set
const cluster_name = “" &redef;
## ES server. const server_host = “" &redef;
to get clustername and ip check with your browser http://:9200/_nodes
to run bro /usr/local/bro/bin/bro -i eth0
Content type
Image
Digest
sha256:13a4d5780…
Size
-
Last updated
over 11 years ago
docker pull danielguerra/bro-dev:v1.0