ELK Stack

Installation of ELK Stack on CentOS

Author: Prashant Pawar, Cloud Engineer   The ELK Stack — is a collection of open-source software Elasticsearch, Logstash, and Kibana on the server side, along with Filebeat on the client side which allows you to search, analyse, and visualize logs generated from any source in any format, a practice known as centralized logging. The Elastic Stack has four main components: Elasticsearch: a distributed RESTful search…

Elastic querying on Azure SQL Database

Author – Moulshree S. D., Sr. Data Engineer On-premises SQL Server does support three- or four-part names, but the Azure SQL Database does not. The Elastic Database query feature enables you to run a Transact-SQL query that spans multiple Databases in Azure SQL Database. The Database migration Assessment throwing error as “Cross-Database queries using three-…

Azure Policy

Azure Policy

Author – Pushpak Kale, Cloud Engineer   Azure Policy Azure Policy is a service in Azure which enables us to create polices which enforce and control the properties of a resource. Azure Policy helps you manage and prevent IT issues with policy definitions that enforce rules and effects for your resources. Common use cases for Azure…

Gitops Workflow

Getting Started with GitOps

Author: Navjot Singh, Cloud Engineer   We’re familiar with the term DevOps, right? but, what is GitOps? Is it similar to DevOps? different? or the next step towards a modern deployment! It can be said that GitOps is the next step from DevOps, while DevOps focuses more on the methodologies and ways to achieve the…