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:
- Opensearch: RESTful search and analytics engine (Open-source fork of Elasticsearch).
- Logstash: server-side data processing pipeline.
- Opensearch Dashboards: to visualize your Opensearch data (Open-source fork of Kibana).
As operator, you can understand how the logging system is implemented on Software Factory and how to to activate it by following elk’s operator documentation.