Operations | Monitoring | ITSM | DevOps | Cloud

Implementing an effective change management process with ServiceDesk Plus Cloud

In the third session we will discuss the change management process, define the different types of changes possible, and how to implement them with minimum disruption to the organization. We will also discuss how a company moved their entire on-premises infrastructure to the cloud using ServiceDesk Plus, and how they were able to plan such a large scale change and effectively implement it. See the cloud version of ServiceDesk Plus in action, as we show how to use all the available features to plan and implement changes better.

Autoscaling an Amazon Elastic Kubernetes Service cluster

In this article we are going to consider the two most common methods for Autoscaling in EKS cluster: The Horizontal Pod Autoscaler or HPA is a Kubernetes component that automatically scales your service based on metrics such as CPU utilization or others, as defined through the Kubernetes metric server. The HPA scales the pods in either a deployment or replica set, and is implemented as a Kubernetes API resource and a controller.

Filebeat Configuration Best Practices Tutorial

In this post, we will cover some of the main use cases Filebeat supports and we will examine various Filebeat configuration use cases. Filebeat, an Elastic Beat that’s based on the libbeat framework from Elastic, is a lightweight shipper for forwarding and centralizing log data. Installed as an agent on your servers, Filebeat monitors the log files or locations that you specify, collects log events, and forwards them either to Elasticsearch for indexing or to Logstash for further processing.