ELK Building Learning Notes
ELK Construction
Demand Background
Business volume is huge and servers are more and more
Need to centralize log management
Why use ELK
A complete centralized logging system needs to include the following points:
1. Collection - Ability to collect multiple types of logs
2. Transmission - ...
Added by daniel_mintz on Sun, 28 Jul 2019 15:00:43 +0300
kong cluster deployment
kong cluster deployment
Attached official cluster reference documenthttps://docs.konghq.com/1.2.x/clustering/
(1) Installing kong on multiple servers
Prepare the server environment for centos7, the first server for centos6, install kong, and execute the following code:
$ sudo yum update -y
$ sudo y ...
Added by JeDi58 on Thu, 25 Jul 2019 13:04:02 +0300
Linux Notes - Chapter 18 Keepalived High Availability Clusters for Linux Clusters
I. Preface
Linux cluster can be divided into two categories: high availability cluster and load balancing cluster. Only high availability clusters are discussed here, and load balancing is explained in the next blog post.
High Availability Cluster (HA) consists of two or more servers, usually two servers, one of which works and the other is r ...
Added by xSN1PERxEL1TEx on Sat, 20 Jul 2019 15:49:11 +0300
CentOS 7 Compile and Install MySQL Database System
Apache HTTP Server is an excellent Web server software that provides front-end user-oriented application capabilities.In the actual production environment, in order to provide richer and more powerful web application functions, it often needs the support of background database, web page programming language and other roles.
As a qualified main ...
Added by Dodon on Thu, 18 Jul 2019 00:21:25 +0300
High Availability Cluster of mmm, one of mysql series
mmm High Availability Cluster Introduction:
High Availability Cluster Introduction: The main standby mode, when the main can not provide services, the standby host replaces it to provide services.
This process is transparent to the client.
I. Preparatory Work
1. Prepare five linux servers: master (192.168.4.122), master (192.168.4.123)
From ( ...
Added by coldfiretech on Fri, 28 Jun 2019 20:36:22 +0300
corosync + pacemaker + crmsh High Availability Cluster
Principle:
corosync provides the function of message layer of cluster, transfers heartbeat information and cluster transaction information, and monitors heartbeat by multicast between multiple machines.
pacemaker works in the resource allocation layer, provides the function of resource manager, and configures resources with crmsh, the comman ...
Added by trippyd on Thu, 27 Jun 2019 20:54:32 +0300
pkg-related module of saltstack module
1. pkg.available_version modulepkg.available_version: Returns the latest version of the queried package that can be installed or updated. If multiple packages are specified, the returned results are output in the form of a dictionary.[root@salt-master ~]# salt '*' pkg.available_version httpd
salt-minion02.contoso.com:
& ...
Added by Aphp73 on Tue, 25 Jun 2019 21:09:18 +0300
The application log is pushed to the syslog server through rsyslog
CentOS 5 series system comes with syslog 1.4.1centos6 series with rsyslog version 5.8.10CentOS 7 series with rsyslog version 7.4.7At present, the latest version of rsyslog is 8.27.0. rsyslog reconstructs the imfile module from 8.5.0. The wildcard can be supported in the file name.rsyslog: http://www.rsyslog.com/To upgrade rsyslog, you need to c ...
Added by Orpheus13 on Sun, 23 Jun 2019 02:44:55 +0300
05.08 Full Network Backup Project Description
Chapter 1 Introduction of Network-wide Backup Project
Summarize, backup and save all important data on all servers in the whole network architecture!
Automation: Automatic Backup of Data Information
Normalization: avoid backup data errors
Chapter II Implementation Process of Network-wide Backup Project
1. Plan and define the backup se ...
Added by spartan7 on Fri, 14 Jun 2019 00:40:52 +0300
XtraBackup Full Backup and Recovery of MySQL Data
Anti-forgery code: There can be no inner peace without considerable loneliness.1. OverviewPercona XtraBackup (PXB) is a backup tool developed by Percona for the physical backup of MySQL databases. It supports MySQl (Oracle), Percona Server and MariDB, and is open source. Taobao's RDS for MySQL physical backup is based on XtraBackup.Xtrabackup h ...
Added by pvolpe1 on Thu, 13 Jun 2019 20:37:51 +0300