In this blog article, we will see in detail about Service level agreements. The main objective of Service Level Agreement is to process any time bound requirements in the Pega application. Imagine, Timesheet Pega application. Reminder email – If an employee fails to submit the timesheet by the end of the month (April 30th), then […]
ELK Monitoring – Part 6 – Create dashboards in Kibana
In this blog article, we will see how we can setup dashboards in Kibana using the elastic data. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6. https://myknowtech.com/tag/elk A short introduction about Kibana. – Open source visualization tool on elastic data – It uses […]
ELK Monitoring – Part 5 – Setup Logstash
In this blog article, we will set up a Logstash server in our local machine. We will also configure filebeat to ship the log files to logstash and logstash will stash those log file entries into elasticsearch server. For a better understanding, it is recommended to go through the blog articles on ELK topic in […]
ELK Monitoring – Part 4 – Setup Filebeat and Pega log JSON objects
In this blog article, we will set up a filebeat server in our localmachine. We will also use filebeat to ship the Pega logs into elastic server. Finally, we will use Kibana tool, to query on the shipped log entries from elastic server. For a better understanding, it is recommended to go through the blog […]
ELK Monitoring – Part 3 – Setup Kibana
In this blog article, we will set up and run Kibana in our local machine. We will also use REST APIs from elastic to create indexes and documents manually using DSL query. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6 https://myknowtech.com/tag/elk – Open […]
ELK Monitoring – Part 2 – Setup Elasticsearch
In this blog article, we will set up and run an elasticsearch node in our local machine. We will also see some important configurations. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6 https://myknowtech.com/tag/elk What is elasticsearch? – Open source search and analytics engine […]
ELK Monitoring – Part 1 – Understanding
This is the first blog article in the series of ELK stack. Here we will see some basic theoretical knowledge about the ELK stack. Let’s start hunting the ELK 🙂 Fun fact: ELK is a large species deer! What is ELK? ELK – stands for Elastic, Logstash and Kibana. Elastic – Search or analytics engine […]
Notifications in Pega – Part 2 – Web Gadget channel
In this blog article, we will see how we can send out notifications from Pega. Notifications can be email, mobile push messages or an update on the notification gadget. It is mandatory to go through my previous blog articles on WebSocket introduction. In the article, I will showcase the notification update using the out-of-the-box Notification […]
Notifications in Pega – Part 1 – WebSocket introduction
In this blog article, we will start with some basics about WebSocket technology. First, let’s talk about the Client-Server model You can see the client-server model in every service provider architecture. There can be one or more servers serving one or more clients. When we see from Pega perspective, the application server or the web […]
UI Skin – Formats and Mixins in Pega
In this blog article, we will focus on the CSS styling part of the Pega application, especially on the component formats and mixins available in the skin rule. Consider any application/website built over any programming language. The key building blocks on a high level will be HTML + CSS + JavaScript – HTML is responsible […]









