Skip to content
Discussion options

You must be logged in to vote

By default, our Zeek configuration should be writing ARP and MAC data to /nsm/zeek/logs/current/ecat_arp_info.log. However, this log is not ingested into Elasticsearch by default.

To ingest the data into Elasticsearch, go to your Zeek excluded configuration as shown at https://docs.securityonion.net/en/2.4/zeek.html#configuration, remove ecat_arp_info from the list, and save the configuration. Wait 15 minutes for the configuration to take effect or force it immediately.

Once this data is flowing into Elasticsearch, you should be able to go to Dashboards and paste the following for a simple MAC address dashboard:

tags:ecat_arp_info | groupby source.mac | groupby -sankey source.mac ecat.arp…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@innovate-support
Comment options

Comment options

You must be logged in to vote
1 reply
@innovate-support
Comment options

Answer selected by innovate-support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants