wazuh-ansible-4.8.1/roles
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-galaxy/meta changing permissions 2019-07-17 12:21:19 +02:00
elastic-stack release: bump Wazuh version across roles to 4.0.3 2020-11-30 12:58:32 -03:00
opendistro release: bump Wazuh version across roles to 4.0.3 2020-11-30 12:58:32 -03:00
wazuh add localfile labels to agent ossec.conf template 2020-12-14 18:05:36 -05:00