In this blog article, we will see how we can expose the local host web server to the internet using ngrok tunneling. Important note: This is only intended for personal use We know that the Pega personal edition can be hosted in our local machine and hence we can access the apps using the host […]
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 […]
System Settings and Dynamic System Setting Cofigurations in Pega
In this article, we will see more in detail about configuring the system settings. Important note: Pega deprecated the System settings rule from Pega 8.3 version and introduced a new rule called Application Settings that replaces System settings. It is recommended to visit Application settings blog article Let’s talk about some basics of system settings. […]
Operator ID Usage and Configurations
In this blog article, we will Understand about the Operator ID configurations in Pega and how to create one. This article was created using Pega ’24 version. Imagine social networking sites. They have a Sign Up link in their home page. You can sign up to create a new account. “What happens at the back end?“. A […]
Database Class Mapping Wizard
In the previous article, we saw how to use data type to create a data layer and map it to the local database table. In this article, we will see how to make a connection to the external database table using the database class mapping wizard. This article was created using Pega ’24 version. Note: […]