wazuh-ansible-4.8.1/roles/wazuh
Peter Dragos df46716a9b
add localfile labels to agent ossec.conf template
This change enables generating a stanza such as

```
<localfile>
  <location>/var/log/myapp/log.json</location>
  <log_format>json</log_format>
  <label key="@source">myapp</label>
  <label key="agent.type">webserver</label>
</localfile>
```

from the `wazuh_agent_config` snippet:

```
                - format: json
                  location: /var/log/myapp/log.json
                  label:
                    - key: "@source"
                      value: "myapp"    
                    - key: "agent.type"
                      value: "webserver"
```
2020-12-14 18:05:36 -05:00
..
ansible-filebeat release: bump Wazuh version across roles to 4.0.3 2020-11-30 12:58:32 -03:00
ansible-filebeat-oss release: bump Wazuh version across roles to 4.0.3 2020-11-30 12:58:32 -03:00
ansible-wazuh-agent add localfile labels to agent ossec.conf template 2020-12-14 18:05:36 -05:00
ansible-wazuh-manager randomly generated passwords must obey some constraints 2020-12-11 13:26:20 +01:00