springboot integrated elastic search 7.2.0, head plug-in

1. Download Elasticsearch Download address on official website https://www.elastic.co/cn/downloads/elasticsearch The author downloaded 7.2.0 here. If you want to download the previous version, you can click the following figure to download: 2. Start elastic search 1 > Enter bin directory and cli ...

Posted by horsleyaa on Tue, 29 Oct 2019 12:33:10 -0700

Kibana + sentinel 6.2.4 implementation of nail mail alarm

I. ELK installation1. Software architecture: filebeat----elasticsearch----kibana+sentinel -- (mail and nails)2. Software download address: https://www.elastic.co/cn/downloads/past-releases #(this tutorial uses 6.2.4)3.elasticsearch installation[root@VM_0_7_centos ~]# egrep -v "^$|^#" /opt/app/elasticsearch-6.2.4/config/elasticsearch.yml clus ...

Posted by Paul Ferrie on Mon, 28 Oct 2019 11:15:45 -0700

ES source road: source local compilation start

ES source road (1): source local compilation and startup First of all, let's talk about ES: ElasticSearch is based on Lucene Search server for. It provides a distributed multi-user full-text search engine based on RESTful web interface. Elasticsearch is developed in Java language and released as op ...

Posted by bradles on Sun, 27 Oct 2019 20:28:49 -0700

Docker installs ELK and implements JSON format log analysis

What is ELK? ELK is a complete set of log collection and front-end display solution provided by elastic company. It is the acronym of three products, namely ElasticSearch, Logstash and Kibana. Among them, Logstash is responsible for processing logs, such as filtering logs, formatting logs, etc.; ElasticSearch has a strong text search ability, s ...

Posted by why not on Wed, 23 Oct 2019 23:35:06 -0700

ElasticSearch5.x delete data

The following tests are available in elastic search version 5.6.10. First of all, ElasticSearch does not support deleting a type since 2.x, so when you use the delete command to try to delete a type, you will get the following error: No handler found for uri [/dating_profile/zhenai/] and method [DELETE] test If there is an index named dating & ...

Posted by kelvin on Thu, 17 Oct 2019 13:37:32 -0700

Build elasticsearch + logstash + kibana version 7.2.0

Preface Recently I saw the 7.x version of elasticsearch. In addition, I used elasticsearch frequently in the project. I simply recorded the learning process. At the beginning, I was ready to build an ELK on this machine. Building ELK - elastic search First step Select the appropriate version to download: https://www.elastic.co/cn/dow... The sec ...

Posted by refiking on Tue, 15 Oct 2019 10:50:30 -0700

ELK-Hearthbeat for Service Monitoring

Hearthbeat, heartbeat, as its name implies, can be used to periodically detect whether the service is functioning properly. Hearthbeat supports ICMP, TCP and HTTP, as well as TLS, authentication and proxy. Hearthbeat can work seamlessly with Logstash, Elastic search and Kibana. Install Hearthbeat, add s ...

Posted by webster08 on Sun, 13 Oct 2019 11:13:50 -0700

Introduction to Exceptionless 5.0.0 Local Docker Rapid Deployment

I've written two articles about it before. Use and deployment of Exceptionless, an open source log project But it was based on version 4.1.0 (release in 2017), and Exceptionless launched version 5.0.0 more than two years later. I. About Exceptionless 5.0.0 Exceptionless is an open source, real-time and useful log collection framework, which mak ...

Posted by blaster_master on Sun, 06 Oct 2019 11:21:28 -0700

Basic operation of Elastic search API

Basic operation of Elastic search API Article directory Basic operation of Elastic search API 1. Corresponding relationship with relational database 2. Index ** Creating Index** ** Delete Index** 3,mapping Create index and mapping Set Mapping after Index Creation 4, document 4.1 New Documents ...

Posted by Snewzzer on Tue, 01 Oct 2019 07:35:54 -0700

mall-tiny: A framework for single-application projects based on SpringBoot+MyBatis

SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall abstract mall-tiny is the project skeleton extracted from mall project, maintains the entire technology stack of mall project, simplifies the business logic, retains only permissions and commodity core tables, facilitates development and use, and allows f ...

Posted by knashash on Mon, 23 Sep 2019 19:07:54 -0700