intelmq.bots.experts.aggregate package¶
Submodules¶
intelmq.bots.experts.aggregate.expert module¶
Aggregate Expert
SPDX-FileCopyrightText: 2021 Intelmq Team <intelmq-team@cert.at> SPDX-License-Identifier: AGPL-3.0-or-later
- class intelmq.bots.experts.aggregate.expert.AggregateExpertBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool | None = None)¶
Bases:
ExpertBot
,CacheMixin
Aggregation expert bot
- cleanup()¶
- fields: str = 'classification.type, classification.identifier'¶
- init()¶
- process()¶
- redis_cache_db: int = 8¶
- threshold: int = 10¶
- timespan: str = '1 hour'¶
- intelmq.bots.experts.aggregate.expert.BOT¶
alias of
AggregateExpertBot