|
5 | 5 | ## Introduction
|
6 | 6 | ElasticSearch provide [Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search.html), [Aggregations API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations) to query logs query/aggregations easily.
|
7 | 7 | By leverage these API, we can create a monitoring method by aggragate specific log pattern volume/aggregations. And send notification.
|
8 | | - In this project, we use Python to create AWS Lambda+DynamoDB to achieve serverless and flexible configuration log monitoring solution.(Lambda function create by [python-lambda](https://github.com/nficano/python-lambda)) |
| 8 | + In this project, we use Python to create AWS Lambda+DynamoDB to achieve serverless and flexible configuration log monitoring solution.(Lambda function create by [python-lambda](https://github.com/nficano/python-lambda)) |
9 | 9 |
|
10 | 10 | ## Get Started
|
11 | 11 | ### Create Monitor Item
|
|
0 commit comments