https://github.com/sematext/logagent-input-elasticsearch-stats
Monitoring for Elasticsearch with Logagent
https://github.com/sematext/logagent-input-elasticsearch-stats
elasticsearch logagent monitoring plugin
Last synced: 20 days ago
JSON representation
Monitoring for Elasticsearch with Logagent
- Host: GitHub
- URL: https://github.com/sematext/logagent-input-elasticsearch-stats
- Owner: sematext
- Created: 2016-11-25T15:09:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T06:09:10.000Z (almost 8 years ago)
- Last Synced: 2025-07-05T13:48:56.648Z (11 months ago)
- Topics: elasticsearch, logagent, monitoring, plugin
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 20
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logagent-input-elasticsearch-stats
Plugin to collect Elasticsearch stats
## Install logagent 2.x
```
npm i -g @sematext/logagent
```
## Install logagent-input-elasticsearch-stats plugin
```
npm i -g logagent-input-elasticsearch-stats
```
## Configure logagent
```
input:
elasticsearchStats:
module: logagent-input-elasticsearch-stats
url: 'http://localhost:9200'
debug: false
nodesStats: true
skipIndexStats: false
output:
elasticsearch:
url: http://localhost:9200
index: logs
# global options
options:
includeOriginalLine: false
printStats: 60
```
## Start logagent
```
logagent --config myconfig.yml
```