l 2 monitoring client: add journalbeat

This commit is contained in:
lassulus 2017-02-07 17:12:50 +01:00
parent 73140ed183
commit aaf1f55626

View File

@ -23,4 +23,13 @@ with import <stockholm/lib>;
};
};
};
services.journalbeat = {
enable = true;
extraConfig = ''
output.elasticsearch:
hosts: ["prism:9200"]
template.enabled: false
'';
};
}