Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Beginners in ELK

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

1. Introduction of ELK

ELK is the acronym of the three open source frameworks of Elasticsearch, Logstash and Kibana.

II. Our application

1) flush PC client anti-plug reporting system

2) flush intelligent customer service system

The following is a brief introduction to our PC client anti-plug system.

Since I had not known ELK before, I only gradually knew when I deployed the flush plug-in reporting system. Flush developed the data flow engines collect and pms, which were used to collect logs from the entrusted master station to the ES. The kibana of the real-time analysis function was not required to be installed, so it was not convenient to manage the ES, so I installed the kibana by myself, which can query the ES-related status, data, etc., and is friendly to the operation and maintenance staff who are not familiar with the interface to check the ES command. If kibana is not installed, you can query and modify it with the following command:

Curl 10.60.113.227:9200/_cat/nodes?v

Curl 10.60.113.227:9200/_cat/indices?v

Curl-XGET 'http://10.60.113.227:9200/_cat/indices?v' | grep wtclientcheck

Curl-XDELETE 'http://10.60.113.227:9200/wtclientcheck-20191105'

Curl-XGET 'http://10.60.113.227:9200/_template/tmp_wtclientcheck'

Curl-XPUT http://10.60.113.227:9200/_template/tmp_wtclientcheck-data-binary @ wtclientcheck.template.json-H "Content-Type:application/json"

Curl-XGET 'http://10.60.113.227:9200/pms-request-log/_mapping/doc'

Curl-XPUT-H 'Content-Type: application/json'' http://10.60.113.227:9200/pms-request-log/_mapping/doc'-d' {"properties": {"kernelver": {"type": "keyword", "ignore_above": 1024}'

III. Summary

Through preliminary learning, the ELK architecture is similar to SPLUNK.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report