logstash
This module will monitor one or more logstash servers depending on configuration.
Servers can be either local or remote.
It produces following charts:
- JVM Threads in count
- JVM Heap Memory Percentage in percent
- JVM Heap Memory in KiB
- JVM Pool Survivor Memory in KiB
- JVM Pool Old Memory in KiB
- JVM Pool Eden Memory in KiB
- Garbage Collection Count in counts/s
- Time Spent On Garbage Collection in ms
- Uptime in time
configuration
Detailed logstash configuration with all available parameters can be found in 'go.d/logstash.conf'
Here is a simple example for local and remote server:
jobs:
- name: local
url : http://localhost:9600
- name: remote
url : http://10.0.0.1:9600