Skip to content

Integrating ELK stack with the module

Compare
Choose a tag to compare
@Corefinder89 Corefinder89 released this 06 Oct 05:57
· 403 commits to master since this release

With the latest version of Browserium (v1.1.1) I have introduced a feature where you can stash all your logs in real time using the services of Logstash. The reason for using Elastic Search, Logstash and Kibana is to give the users a real-time dashboard which can give an idea of the statuses for the tests executed in real time.
Logstash is an open source server-side data processing pipeline that ingests data from multiple resources and sends it to the respective stash, in this case, it would be Elasticsearch.

Elasticsearch is a restful service that helps store and uncover the respective data. Kibana is your dashboard to the answer for the data stored using Elasticsearch. Kibana lets you visualize your Elasticsearch data and navigate the Elastic Stack.