Skip to content

Commit

Permalink
fqdn beacons were not being removed in chunk rollovers (activecm#621)
Browse files Browse the repository at this point in the history
added beaconsfqdn table to list of modules that the remover cleans up
  • Loading branch information
lisaSW authored Mar 16, 2021
1 parent 12adead commit 2f21ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/remover/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func (r *remover) removeOutdatedCIDs(cid int) error {
// documents due to to the special case in how that data is updated and stored.
modules := []string{
r.res.Config.T.Beacon.BeaconTable,
r.res.Config.T.BeaconFQDN.BeaconFQDNTable,
r.res.Config.T.Structure.HostTable,
r.res.Config.T.Structure.UniqueConnTable,
r.res.Config.T.DNS.ExplodedDNSTable,
Expand Down

0 comments on commit 2f21ab9

Please sign in to comment.