
ntpstats-ng - loopstats
Important
|
Dieses Kapitel wird editiert und ist noch nicht abgeschlossen. |
Inhalt
Figure 1. ntpstats-live loopstats
Logstash
logstash-5.1.2
# /etc/logstash/conf.d/ntpstats-ng.conf.loopstats
input {
file { ... } (1)
}
filter {}
output {
file { ... } (2)
}
Note
|
Die komplette Datei findet sich hier: ntpstats-ng.conf.loopstats |
input
filter
filter {}
output
output {
if [type] == "loopstats" {
file
# DEBUG
file {
path => "/tmp/ntpstats-live-%{+YYYY-MM-dd}.json"
}
}
}
ntpstats-ng © MMXV-MMXVII WOLfgang Schricker