certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.

Home Page:https://docs.intelmq.org/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime config: get default basic fields from bot's module

kamil-certat opened this issue · comments

Background

Managing 100+ bots from IntelMQ Manager is quite hard and as with any things at certain growing point, the UI just isn't enough. So I generate runtime.yaml from easier-to-handle configuration and templates.

Feature request

Every bot has a number of standard fields (group, type, description, name) that are almost every time the same. While it's nice being able to overwrite them, copying them to every bot is just an additional overhead. At the moment, leaving any of them empty, will kill IntelMQ or at least trigger check errors. I'd suggest that IntelMQ just takes the default values from bot's module instead, as with normal parameters.

Also we could remove the nagging for not filling in the bot's name and description...