.. _log_search_engine: Jobs log search engine ====================== On Software Factory, a stack could be deployed to provide a log search engine for CI/CD jobs. When the stack is activated, the following components are deployed: * `Elasticsearch `_: RESTful search and analytics engine. * `Logstash `_: server-side data processing pipeline. * `Kibana `_: to visualize your Elasticsearch data. .. image:: ../user/imgs/kibana_dashboard.png :scale: 50 % As operator, you can understand how the logging system is implemented on Software Factory and how to to activate it by following the :ref:`operator documentation `. .. TODO add user documentation As users, you can have a look to the :ref:`user documentation ` to understand how to use or add dashboards.