Enable Metrics Provider in Zookeeper
Zookeeper provided “metrics provider” such a way user can monitor zookeeper. Prometheus is one of the monitoring services can be used to monitor zookeeper. The following are the steps to enable metrics...
View ArticleCentralized Logging for Liferay Portal
Kafka is distributed streaming system based on “publish and subscribe to” model. We can use Kafka for centralized logging system for applications.This article demonstrate the implementation of Kafka...
View ArticleInstall Elastic Search Cluster
Elastic search is open-source distributed search and analytics engine based on Lucene search engine. It’s completely Restful implementation and easy to use.Elastic search is core of Elastic stack and...
View ArticleLogstash Installation
Logstash is one of the software from Elastic stack to collect logs from different data sources and send logs to Elastic search. It will take data from different sources and process data as per our...
View ArticleKibana Installation
Kibana is analytics, visualization and monitoring tool from Elastic stack. It will connect to Elastic search and analyze and visualize the data. Most of the organizations are using Kibana for...
View ArticleLiferay Portal Logs Monitoring with ELKK
This article demonstrates the Liferay Portal Logs monitoring using ELKK stack. Elastic SearchLogstashKibanaKafka Previous Article We already implemented Liferay Centralized logging system using...
View ArticleLiferay Tomcat Access Logs to Kafka
Tomcat access logs to keep the record of all requests processed by the application which are deployed in tomcat server. It will log every request and its response status. We can build many reports...
View ArticleKafka Monitoring with Prometheus
Prometheusis monitoring opensource tool. Previous Article we have enabled Zookeeper metrics and monitor in the Prometheus.http://www.liferaysavvy.com/2021/07/enable-metrics-provider-in-zookeeper.html...
View ArticleGrafana Installation on Windows
Grafana is open-source analytics and visualization solution. It provides charts, graphs and alerts. It connects to multiple data sources and fetch the metrics data and monitor in Grafana visualization...
View ArticlePrometheus installation on Windows
Prometheus is an open-source system monitoring and alerting toolkit.Download and Extract Go to Prometheus download page and download latest version. https://prometheus.io/download/ Direct Links as...
View ArticleKafka Cluster Monitoring with Prometheus and Grafana
Grafana is popular open-source solution for monitoring applications. It will provide graphical dashboards to build monitoring visualization.Any graphical view required data or metrics, so metrics data...
View ArticleLiferay Portal Logs Monitoring with PLG
PGL is Grafana Labs stack which is similar to ELK stack. PLG is combination of Promtail, Loki andGrafana. P ---> PromtailL ---> LokiG ---> GrafanaPromtailPromtail is independent agent which...
View ArticleLiferay Portal Monitoring with Prometheus
Prometheus is popular opensource monitoring tool. It can monitor applications with help of JMX Exporter Java agent.This Article demonstrate the Liferay Portal Server Monitoring with...
View ArticleLiferay Portal Monitoring with Prometheus and Grafana
Grafana is popular open-source solution for monitoring applications. It will provide graphical dashboards to build monitoring visualization. Any graphical view required data or metrics, so metrics data...
View ArticleConfigure Remote Elasticsearch Cluster in Liferay Cluster
Liferay 7.xis using Elasticsearch and it’s embedded in the bundle. When we start Liferay then embedded elastic instance also will start.Development environments, this embedded search is ok but for...
View ArticleWorking with Liferay Scheduler
Scheduler is one of the important components in any application. To perform jobs periodically then application is required scheduler. Liferay portal is providing scheduler in portal and we can schedule...
View ArticleWorking with Liferay Message Bus
Liferay Message Bus is Java Message Service (JMS) implementation which works like publish and subscribe to model. This is light weight component integrated in Liferay Portal.Multiple senders will send...
View ArticleLiferay Message Bus Implementation
Follow below Article to understand more about Message Bus in Liferay.http://www.liferaysavvy.com/2021/07/working-with-liferay-message-bus.html Implementation StepsCreate Destination...
View ArticleLiferay Dynamic Schedule Jobs Implementation
Liferay is providing scheduler API to create schedule job in Liferay Portal Applications. Liferay internally uses the Quartz scheduler engine. Liferay also uses the Message Bus implementation with...
View Article