Skip to content
Snippets Groups Projects
Commit 5b7ea16b authored by Torstein Egge's avatar Torstein Egge
Browse files

install heartbeat

parent 8bfa5474
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,10 @@ node 'elk-server.openstacklocal' { ...@@ -50,6 +50,10 @@ node 'elk-server.openstacklocal' {
include logstash include logstash
package {'heartbeat-elastic':
ensure => present,
}
logstash::configfile { 'beats': logstash::configfile { 'beats':
content => 'input { beats { port => 5044 } }', content => 'input { beats { port => 5044 } }',
path => '/etc/logstash/conf.d/02-beats-input.conf', path => '/etc/logstash/conf.d/02-beats-input.conf',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment