wazuh-ansible-4.8.1/roles/wazuh/ansible-wazuh-agent/templates
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
..
authd_pass.j2 WIP: auto-enrollment implementation 2020-09-01 22:55:53 +02:00
preloaded_vars_agent.conf.j2 Rename "preloaded_vars" to "preloaded_vars_agent" 2019-11-25 15:42:56 +01:00
var-ossec-etc-local-internal-options.conf.j2 Add flag to accept remote commands from manager 2019-02-20 13:31:24 +00:00
var-ossec-etc-ossec-agent.conf.j2 add localfile labels to agent ossec.conf template 2020-12-14 18:05:36 -05:00