What is Azure Blockchain Service?
Hello Learners, In this blog I have come up with the topic of Azure Blockchain Service for you. But before introducing Azure Blockchain, first of all, let me introduce what…
Read more »How to make or build your SRE team?
If you are planning to implement SRE in your process or organization then this article can help you to make that daunting task easy for you. This post will help…
Read more »Elasticsearch templates
An index template is a way to tell Elasticsearch how to configure an index when it is created. For data streams, the index template configures the stream’s backing indices as…
Read more »Preparing steps for LAMP Installation
Apache install on Centos 7 MYSQL(MariaDB) install on Centos 7 PHP install on Centos 7 Apache install on Centos 7 Check OS version # cat /etc/*release Install apache # yum…
Read more »Prometheus PromQL Example Query: Monitoring Kubernetes
Count of pods per cluster and namespace. Having a list of how many pods your namespaces have in your cluster can be useful for detecting an unusually high or low…
Read more »Using Expression browser in Prometheus
The expression browser is available at /graph on the Prometheus server, allowing you to enter any expression and see its result either in a table or graphed over time. This…
Read more »How to Install Windows Exporter for prometheus?
Prerequisite Step 1 – Download and Install Windows Exporter https://prometheus.io/docs/instrumenting/exporters/ https://github.com/prometheus-community/windows_exporter https://github.com/prometheus-community/windows_exporter/releases windows_exporter-0.16.0-amd64.msi – Installed with Services windows_exporter-0.16.0-amd64.exe – Run Adhoc on the screen Step 2 – Start a windows…
Read more »How to Run Prometheus server as a Service?
Step 1 – Create a file: Step 2 – Reload the Systemctl Daemon: Step 3 – Start the Prometheus service:
Read more »Prometheus FAQ and Answer
FAQ# 1- How to add https url to scrap on target prometheus? Example 1 Example 2 FAQ# 2- How to setup High available Prometheus multi node clustor for Storage? Prometheus…
Read more »Prometheus PromQL Example Query
This should return a number of different time series (along with the latest value recorded for each), all with the metric name promhttp_metric_handler_requests_total, but with different labels. These labels designate…
Read more »Install and Configure Prometheus MySQL Exporter
Step 1 – Add Prometheus system user and group: Step 2 – Download and install Prometheus MySQL Exporter This should be done on MySQL / MariaDB servers, both slaves and…
Read more »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 – 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 »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 »