l 2 monitoring client: add journalbeat
This commit is contained in:
parent
73140ed183
commit
aaf1f55626
|
@ -23,4 +23,13 @@ with import <stockholm/lib>;
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.journalbeat = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
output.elasticsearch:
|
||||
hosts: ["prism:9200"]
|
||||
template.enabled: false
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue