summaryrefslogtreecommitdiff
path: root/manifests/metricbeat.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/metricbeat.pp')
-rw-r--r--manifests/metricbeat.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/metricbeat.pp b/manifests/metricbeat.pp
new file mode 100644
index 0000000..454f6aa
--- /dev/null
+++ b/manifests/metricbeat.pp
@@ -0,0 +1,11 @@
+class profiles::metricbeat (
+) {
+ class { 'metricbeat':
+ modules => [],
+ outputs => {
+ 'logstash' => {
+ 'hosts' => ['celebrimbor:5044'],
+ },
+ },
+ }
+}