Quantcast
Channel: Liferay Savvy
Browsing all 99 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Centralized 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 Article


Image may be NSFW.
Clik here to view.

Install 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 Article

Image may be NSFW.
Clik here to view.

Logstash 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 Article

Image may be NSFW.
Clik here to view.

Kibana 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 Article


Image may be NSFW.
Clik here to view.

Liferay 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 Article

Image may be NSFW.
Clik here to view.

Liferay 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 Article

Image may be NSFW.
Clik here to view.

Kafka 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 Article


Image may be NSFW.
Clik here to view.

Grafana 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 Article


Image may be NSFW.
Clik here to view.

Prometheus 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 Article

Image may be NSFW.
Clik here to view.

Kafka 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 Article

Image may be NSFW.
Clik here to view.

Liferay 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 Article

Image may be NSFW.
Clik here to view.

Liferay 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 Article


Image may be NSFW.
Clik here to view.

Liferay 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 Article

Image may be NSFW.
Clik here to view.

Configure 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 Article


Image may be NSFW.
Clik here to view.

Working 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 Article

Image may be NSFW.
Clik here to view.

Working 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 Article


Image may be NSFW.
Clik here to view.

Liferay 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 Article

Image may be NSFW.
Clik here to view.

Liferay 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
Browsing all 99 articles
Browse latest View live