Update path for wazuh.yml
This commit is contained in:
parent
f04615c792
commit
cd5a006331
@ -161,10 +161,15 @@
|
|||||||
validate_certs: no
|
validate_certs: no
|
||||||
status_code: 200, 404
|
status_code: 200, 404
|
||||||
|
|
||||||
|
- name: Create wazuh plugin config directory
|
||||||
|
file:
|
||||||
|
path: /usr/share/kibana/optimize/wazuh/config/
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Configure Wazuh Kibana Plugin
|
- name: Configure Wazuh Kibana Plugin
|
||||||
template:
|
template:
|
||||||
src: wazuh.yml.j2
|
src: wazuh.yml.j2
|
||||||
dest: /usr/share/kibana/plugins/wazuh/wazuh.yml
|
dest: /usr/share/kibana/optimize/wazuh/config/wazuh.yml
|
||||||
owner: kibana
|
owner: kibana
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user