Principle of Spring-boot Automatic Configuration

First, create the spring boot project in Spring Initializr mode and view the main configuration class of spring boot: @SpringBootApplication public class SpringBootAutoconfigurationYuanliApplication { Click into the SpringBoot Application annotation @SpringBootConfiguration @EnableAutoConfiguration pub ...

Added by stewb on Tue, 06 Aug 2019 13:16:22 +0300

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

python Stock Market Data Exploration

Preface Although the data of financial management applications such as Tonghuashun is good enough, there is still an impulse to customize the data. Naturally, the data will not be much better than the former, but it is good to customize it according to your own ideas. target Data is obtained through a free data interface, and the historical tr ...

Added by mahenderp on Sat, 27 Jul 2019 17:14:49 +0300

Installation of Elastic Search 5.X and Head Plug-ins under Mac

Installation of Elastic search 5.x: After the ELK upgrade to 5.0, some features have changed, such as full use of JDK8, plug-in changes and environment checking. Installation of Elastic search Download tar packages on the official website. Download address Unzip after downloading Start in bin directory Note: If the root user starts, there wi ...

Added by mojito on Tue, 16 Jul 2019 03:24:55 +0300

A simple introduction to spring data elaticsearch

In recent projects, elatic search is used to do data statistics, which I haven't studied before, just to learn now, we use spring data elatic search to use elatic search, which will be very simple to use. Let's summarize and record this process. There are many examples on the internet, but none of them is complete, and there are always fewer an ...

Added by lightkeepr on Sun, 14 Jul 2019 22:03:54 +0300

Construction and Deployment of ELK Platform for Open Source Log Analysis System

Construction and Deployment of ELK Platform for Open Source Log Analysis System  I. PrefaceLogs mainly include system logs, application logs and security logs. System operations and peacekeeping developers can log the server hardware and software information, check the configuration process of errors and the causes of errors. Frequent ...

Added by Nuggit on Fri, 21 Jun 2019 03:01:34 +0300

GCE Deployment ELK 7.1 Visual Analysis nginx

I. Preparation I have a website on Google VM here, so I plan to install ELK on a server I purchase to process the access log for analyzing nginx. Operating System Version: CentOS 7 ELK Version: 7.1 1.1. Server environment preparation We still use the official yum source for installation here. It is easy and easy to configure the official yum ...

Added by jerastraub on Fri, 31 May 2019 19:30:06 +0300

Fluentd-Elastic Search configures two or three things

Last weekend, I had nothing to do at home, so I set up EFK environment for the project team to collect logs. The final goal of the deployment is as follows: In each application machine, a Fluent serves as the proxy, reads the specified application log file in tail mode, and then Forward to Fluentd, which acts as the aggregat ...

Added by kayess2004 on Sun, 19 May 2019 14:48:56 +0300

Using docker-compose to build ELK5.0

1. Building the Environment 172.19.2.51: elasticsearch+kibana+logstash+kopf 172.19.2.50: elasticsearch+nginx+filebeat 172.19.2.49: elasticsearch The access log of nginx is the content we want to collect, which is transmitted by filebeat, so neither nginx nor filebeat runs in docker. All other components run in docker, version 5 II. 172.19.2.51 ...

Added by eddiegster on Sun, 19 May 2019 06:10:20 +0300

linux elk + Deployment + Web Logging Tool + File Details

What is elk: ELK consists of three open source tools: Elastic Search, Logstash and Kiabana.1) Elastic Search is an open source distributed search server based on Lucene. Its features are: distributed, zero configuration, automatic discovery, index automatic segmentation, index copy mechanism, restful style interface, multiple data sources, au ...

Added by dumbass on Wed, 15 May 2019 12:13:22 +0300