mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
elk fix
This commit is contained in:
@@ -14,7 +14,7 @@ class elasticsearch::config (
|
||||
mode => '0644',
|
||||
owner => 'root',
|
||||
group => 'elasticsearch',
|
||||
content => template('elasticsearch_7/elasticsearch.yml.erb')
|
||||
content => template('elasticsearch/elasticsearch.yml.erb')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ class kibana::config (
|
||||
mode => '0660',
|
||||
owner => 'kibana',
|
||||
group => 'kibana',
|
||||
content => template('kibana_7/kibana.yml.erb')
|
||||
content => template('kibana/kibana.yml.erb')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ class logstash::config (
|
||||
mode => '0644',
|
||||
owner => 'logstash',
|
||||
group => 'logstash',
|
||||
content => template('logstash_7/logstash.yml.erb')
|
||||
content => template('logstash/logstash.yml.erb')
|
||||
}
|
||||
|
||||
file { '/etc/logstash/conf.d/':
|
||||
@@ -27,7 +27,7 @@ class logstash::config (
|
||||
mode => '0644',
|
||||
owner => 'logstash',
|
||||
group => 'logstash',
|
||||
content => template('logstash_7/configfile-template.erb'),
|
||||
content => template('logstash/configfile-template.erb'),
|
||||
require => File['/etc/logstash/conf.d/']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user