An Example of Enterprise Building Doker Private Service

Enterprises Build Doker Private Service Article directory Enterprises Build Doker Private Service 1 Create Private Service 1.1 Pull out the mirror 1.2 Create Containers 1.3 validation 1.4 results 1.5 Configuration of Private Warehouses 1.6 Hand-upload Mirrors to Private Clothes 1.7 test 1 ...

Posted by stitchmedia on Thu, 03 Oct 2019 13:32:35 +0200

Logging system EFK follow-up: monitoring online logs

In the previous article EFK follow-up of log system: monitor alarm monitoring In this paper, we have basically completed the construction and testing of efk monitoring and alarm system. Then, when we switch the log source to online log, there are big problems. The CPU usage rate of fluentd is still high, and the alarm message in kafka is growin ...

Posted by karldesign on Mon, 23 Sep 2019 05:26:46 +0200

Synchronization of Elastic Search Index Objects Based on Database Structure

cause Because of the characteristics of business, sometimes the data need complex query logic to get. Because the database itself does not support complex queries, so synchronizing data to capability middleware has become a common solution, and synchronizing to Elastic search is one of them. Scheme Selection The data source we use is MySql, whi ...

Posted by dopp on Fri, 30 Aug 2019 12:51:04 +0200

Jvm Monitoring of Skywalking_k8s Cluster

Here's a directory that doesn't need to exist Skywalking monitors intrusion-free-k8s cluster for jvm introduce server deployment busybox elasticsearch oap ui ingress agent deployment docker Mirror Making agent Embedding summary Skywalki ...

Posted by soulreaver on Mon, 19 Aug 2019 11:53:25 +0200

ElasticSearch Cluster Log Limitation Problem

This article is based on CentOS7 environment using rpm package installation.ELK's default logging can grow significantly, with the exception of Elastic Search, and long runs can have catastrophic consequences (such as node downtime).This is the main problem we are facing today.The main strategy is to limit the total number of logs: time + size ...

Posted by iamngk on Fri, 16 Aug 2019 06:12:31 +0200

Elastic Search 7.1.1 Cluster Building

1. Cluster Introduction: First, three Elastic Search servers are required, and Elastic Search 7.1.1 is successfully installed. After successful installation, three Elastic Search services are started respectively (see Installation Method: Elastic search installation tutorial After service start-up, all ...

Posted by neoform on Wed, 07 Aug 2019 07:58:26 +0200

Linux system: Elastic Search middleware built under centos7, common interface demonstration

Introduction of Middleware 1. Basic concepts Elastic Search is a Lucene-based search server. It provides a full-text search engine with distributed multi-user capabilities, based on RESTful web interface. Elastic search is a popular enterprise search engine developed in Java and released as open source under Apache license. 2. Distributed datab ...

Posted by justice1 on Sat, 03 Aug 2019 15:16:46 +0200

Elasticsearch 7.2 Cluster Installation Important Node Records

1. Configuration file [root@es1 ~]# grep '^[a-zA-Z]' /etc/elasticsearch/elasticsearch.yml cluster.name: xing-application node.name: node-1 path.data: /var/lib/elasticsearch path.logs: /var/log/elasticsearch network.host: 0.0.0.0 cluster.initial_master_nodes: ["node-1"] http.cors.enabled: true http.cors.allow-origin: "*" discovery.seed_hosts: ...

Posted by s_ainley87 on Tue, 23 Jul 2019 12:34:21 +0200

Distributed Search Engine-Elastic Search Quick Start

I. Environmental Construction 1. Install Elastic Search Installing Elastic Search-7.2.0 in MacOS is a very simple procedure, which can be accomplished with a few lines of commands. Here are the installation steps # Download the Elastic Search program wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0-darwin-x86_64.tar ...

Posted by gorskyLTD on Sun, 21 Jul 2019 16:36:08 +0200

Reference for building Elastic Stack 5.0 System

I. Overview Elastic search is an open source distributed search engine. Its characteristics include: distributed, zero configuration, automatic discovery, automatic index segmentation, index copy mechanism, restful style interface, multiple data sources, automatic search load, etc. Logstash is an open source tool for collecting, analyzi ...

Posted by GeoffOs on Sat, 29 Jun 2019 20:32:56 +0200