Prometheus Commands and Example Reference

Prometheus Reload without command line restart How to check your prometheus.yml is valid How to Shutting down Prometheus? Prometheus is a standard Unix binary, so can be asked to shutdown…

Read more »

What Are the Answers to My Geometry Homework and Where to Find Them?

“I cannot find answers to my geometry homework. Can someone help me?” This online request is amongst the most popular questions left by thousands of students from all over the…

Read more »

How to Install and configure elastic Logstash?

Step 1 – Download a Latest version of logstash. https://www.elastic.co/downloads/logstash Step 2 – Configure first pipeline $ vi logstash-7.2.0/first-pipeline.conf Step 3 – To verify your configuration, run the following command:…

Read more »

How to install & configure elastic filebeats?

Filebeat client is a lightweight, resource-friendly tool that collects logs from files on the server and forwards these logs to your Logstash instance for processing. Filebeat is designed for reliability…

Read more »

Elasticsearch Lab#5 – Example of Popular Query

Read more »

Elasticsearch – Beats – Logstash FAQs And Answers

Elasticsearch How to get previous version of docuents? No, you can’t do this using the built-in versioning. All that does is to store the current version number to prevent you…

Read more »

Elasticsearch Lab#4 – DSL Query Collection Part#2

Reference Sample Data & Query – https://github.com/devopsschool-demo-labs-projects/elasticsearch

Read more »

Elasticsearch Lab#3 – DSL Query Collection Part#1

Reference Sample Data & Query – https://github.com/devopsschool-demo-labs-projects/elasticsearch

Read more »

Troubleshooting & Debugging in Moodle: Complete Guide

Debug Log Level Values Debug messages The default is none, your choices are: NONE Do not show any errors or warnings (Default) ALL Show all reasonable PHP debug messages MINIMALS…

Read more »

What is seq_no and primary_term in elasticsearch?

the _seq_no and _primary_term as parameter needed to implement the optimistic locking. Elasticsearch keeps tracks of the sequence number and primary term of the last operation to have changed each…

Read more »

Elasticsearch Lab#2 – Bulk indexing document using mget & bulk api

Sample Data Reference Sample Data & Query – https://github.com/devopsschool-demo-labs-projects/elasticsearch

Read more »

Elasticsearch Lab#1 – CRUD

Reference Sample Data & Query – https://github.com/devopsschool-demo-labs-projects/elasticsearch

Read more »

What is Azure Policy?

Hi guys, today in this article we will discuss about “what is Azure Policy?” In this article we will cover all the topics related to Azure policy and we’ll cover…

Read more »

Docker Lab, Excercise & Assignment – 7

Inspect the containers to find out the following information. What environments variables, Env, are available in the containers? What ports are exposed, ExposedPorts, in the containers? What command, Cmd and…

Read more »

Docker Lab, Excercise & Assignment – 6 – Docker Linking

Required Images. Run the mySql Docker Container Run the wordpress Docker Container Run the following commands and what kinds of environment variables its get exposed to wordpress after linking the…

Read more »

Docker Lab, Excercise & Assignment – 5 – Docker Registry

Lesson Objectives Understanding where images come from Pulling a Docker image from Docker Hub Pushing a Docker image to Docker Hub Getting an image from Docker Hub Docker Hub is the…

Read more »

Docker Lab, Excercise & Assignment – 4 – Docker Networking

Basics of Docker Networking Docker automatically sets up the bridge by default and automatically allocates every container a dynamic ip address out of subnet ranges When you install Docker, it…

Read more »

Docker Lab, Excercise & Assignment – 3 – Docker Volume

Simple Flow to Create Volume /john1 The volume is exist even you restarts. Lets build a image with predefined Volume Mapping between Host Volume and Containers Senario 1 – Read…

Read more »

Docker Lab, Excercise & Assignment – 2

Start some containers In this section you will start up some containers that you can work with in the following sections. When all the containers are started it will look…

Read more »

Docker Lab, Excercise & Assignment – 1

Requirements Linux OS X Windows 7.1, 8 or newer BUT NOT Windows 10. Install Docker Installation and Configuration Pull commonly used images The following images will be used during the…

Read more »

List of Populars Blogs Collection on Blogger.com

Technolgoy Blogs https://agileanddevops.blogspot.com/ https://bestdevops.blogspot.com/ https://blogfromrajesh.blogspot.com/ https://build-release.blogspot.com/ https://build2release.blogspot.com/ https://buildreleasetraining.blogspot.com/ https://chef-training.blogspot.com/ https://devops-consulting.blogspot.com/ https://devops-trainer.blogspot.com/ https://devopsconsultant.blogspot.com/ https://devopsfreelancers.blogspot.com/ https://devopstraining.blogspot.com/ https://dockertraining.blogspot.com/ https://gittrainingindia.blogspot.com/ https://gradletraining.blogspot.com/ https://gurukulgalaxy.blogspot.com/ https://jenkins-training.blogspot.com/ https://kubernetstraining.blogspot.com/ https://learn-blogging-techniques.blogspot.com/ https://puppettraining.blogspot.com/ https://rajeshkumarmahto.blogspot.com/ https://scmtraining.blogspot.com/ https://learn-devops.blogspot.com/ https://perforcetraining.blogspot.com/ https://teamcity-training.blogspot.com/ Travel and Tourism…

Read more »

10 Money Saving Tips for University Students

As they say, when you are a student, you live your brightest life. But they often forget to mention that when you are a student, you often don’t have enough…

Read more »

Technology Affects Dating. How Can We Solve This?

In the age of technology, we find ourselves accessible and being everyday detectives. Anything you want to know is a couple button pushes away. While this is empowering, it’s also…

Read more »

kubelet complete command line reference

Read more »

How to change the cgroup driver from cgroupfs systemd in docker?

How to change the cgroup driver from cgroupfs to systemd in RHEL/Centos? How to change the cgroup driver from cgroupfs to systemd in Ubuntu

Read more »

How to Integrate Artifactory with Jenkins?

Step – 1 – Install “Artifactory” Jenkins plugins Step – 2 – Configure Artifactory servers Step – 3 – Configure Jenkins Jobs

Read more »

How to migrate artiafactory derby database to mysql database?

Step 1 – Check mysql version supported by artiafactory 7.x Artifactory supports MySQL v5.5, 5.6, 5.7 and 8.x with InnoDB engine which is the default provided. Step 2 – Take…

Read more »

How to install Gradle?

Step – 1: Install Required version of JAVA Step – 2: Downlod and Extract Step – 3: Set gradle into a path $ export PATH=$PATH:/opt/gradle/gradle-7.1.1/bin$ gradle -version$ gradle -help

Read more »

How to download a package using Maven from Artifactory?

Sample Code https://github.com/devopsschool-demo-labs-projects/artifactory-sample-code Method # 1 – Using Profile – setting.xml with “repositories” and pluginRepositories element Method # 2 – setting.xml with mirrors element. Belew content is for this only….

Read more »

SRE (Site reliability engineering ) Use Cases & Its implementations

Day 1 – SRE use case with Doing SRE without SRE SRE Without SRE: The Spotify Case Study Many people are surprised that Spotify does not actually have an SRE…

Read more »