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 * threads
-
JVM Heap Memory Percentage in percent * in use
-
JVM Heap Memory in KiB * used * committed
-
JVM Pool Survivor Memory in KiB * used * committed
-
JVM Pool Old Memory in KiB * used * committed
-
JVM Pool Eden Memory in KiB * used * committed
-
Garbage Collection Count in counts/s * eden * old
-
Time Spent On Garbage Collection in ms * eden * old
-
Uptime in time * uptime
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