Patches the Splunk_TA_bro that comes installed on logger within DetectionLab to apply tags, eventtypes and sourcetype splitters.
With the exception of field extractions, all other knowledge objects are dependant on the sourcetype being sourcetype=bro:json
, whereas the sourcetype in DetectionLab is sourcetype=zeek:json
.
It's worth noting that this may all have been remediated by the TA for Zeek on Splunkbase. #JourneyBeforeDestination
Navigate to the Splunk App's directory (cd /opt/splunk/etc/apps) and clone the repo.
Then restart Splunk for the new knowledge objects to take effect. It will take some time for historic data to have changes applied, data arriving from installation onwards will be correctly profiled.
Changes made under /local/ from bro to zeek:
- eventtypes.conf remapped
- props.conf remapped
- tags.conf remapped
- transforms.conf remapped
- lookups/* remapped & fields renamed
Original TA is created by Splunk and can be found on Splunkbase - https://apps.splunk.com/app/1617/. It has not been updated since Dec 2018.