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

How to realize the Index Increment Statistics function in Elasticsearch

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

In this issue, the editor will bring you about how to achieve index increment statistics in Elasticsearch. The article is rich in content and analyzes and describes for you from a professional point of view. I hope you can get something after reading this article.

1. Problem decomposition 1.1 data volume statistics of ES cluster

Examples of command line statistics included with ES:

How does curl 'localhost:9200/_cat/indices?v'1.2 implement increments?

Simplified ideas: 1) every day at a fixed time, such as 00:00 in the morning to count the amount of data of the day, to form a log file storage such as: 20180228-00:00.log2) 20180228 increment: 20180229-00:00.log data value-20180228-00:00.log data volume. (next day-the day before)

1.3 how to realize statistics

Simplified ideas: 1) shell script to obtain the amount of data counted every day; 2) simple calculation increment of Excel formula

1.4 how to realize timed mail statistics

Simplified ideas: 1) java + mail program + read script implementation. 2) crontab realizes timing task processing.

2. Realize 2.1 daily data statistics.

The returned result is as follows:

2.2 Java read Shell script

2.3 incremental data statistics

Step 1: daily data statistics.

Step 2: incremental data statistics. Step 1, step 2 data can be obtained by Excel statistics.

The copy shell script for daily data is as follows:

Step 3:Excel generates the chart.

This is how to achieve the index increment statistics function in the Elasticsearch shared by the editor. If you happen to have similar doubts, you might as well refer to the above analysis to understand. If you want to know more about it, you are welcome to follow the industry information channel.

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

Internet Technology

Wechat

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

12
Report