Blame view
RabbitMQ_sub/README.txt
650 Bytes
4d8ee1534 adding rabbitmq c... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# LGPLv3 Copyright (C) 2022 ATOS # Jesús Villalobos Nieto ############################################# ####### XL-SIEM RabbitMQ Client ############# ############################################# This RabbitMQ client is used to consume the XL-SIEM outputs: Events and Alarms. First, install the python dependencies from the "requirements.txt" file: $> pip install -r requirements.txt The configuration file has been pre-configured, you can modify it by convenience: $> vi reader.config Add your own code to the main python script "xlsiem_rabbitmq_client.py" in the tagged section. Execute the python script: $> python xlsiem_rabbitmq_client.py |