[Intelmq-dev] Some beta features available

Sebastian Wagner wagner at cert.at
Wed Apr 10 15:29:46 CEST 2019


Dear developers and "pro-users",

In the current (beta) version and develop branch of intelmq there are
currently four optional features which are not considered stable yet and
thus marked as beta. All of them need more testing, development and your
feedback!

# AMQP as broker

It is now possible to use AMQP instead of Redis as broker. This is
especially useful if you need to send data between servers or even
organisations as RabbitMQ (one implementation of the AMQP protocol)
supports encryption, authentication etc. Also, you have some more
monitoring included as RabbitMQ provides statistics for all the queues.
However, it is expected to be slower than Redis as it has more overhead.

Documentation:
https://github.com/certtools/intelmq/blob/develop/docs/User-Guide.md#amqp-beta

# Supervisor as process manager

Instead of the internal pid-based process management, you can now use
supervisor.

Documentation:
https://github.com/certtools/intelmq/blob/develop/docs/User-Guide.md#using-supervisor-as-process-manager-beta

# Multithreading

Basic multithreading for all bots has been implemented, you can use the
parameter `instances_threads` to spawn multiple threads of one bot.

See also the documentation and some cavecats in the User Guide:
https://github.com/certtools/intelmq/blob/develop/docs/User-Guide.md#multithreading-beta

One of the current bugs is that you need to kill a bot multiple times:
https://github.com/certtools/intelmq/issues/1403

# Statistics

While the statistcs function and code work fine, we are interested in
your feedback to improve this feature. The discussion take place here yet:
https://github.com/certtools/intelmq/issues/1274
So the "beta" character for this feature comes from the fact that it
might change. We also need some documentation on it.

Sebastian

-- 
// Sebastian Wagner <wagner at cert.at> - T: +43 1 5056416 7201
// CERT Austria - https://www.cert.at/
// Eine Initiative der nic.at GmbH - https://www.nic.at/
// Firmenbuchnummer 172568b, LG Salzburg


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.cert.at/pipermail/intelmq-dev/attachments/20190410/e817b1b7/attachment.sig>


More information about the Intelmq-dev mailing list