blob: e284af88ecc3341ec201f9dcb14251116d7e472f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<template_config os="FreeBSD" profile="%%LOGS_OSSEC_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
<location>%%OSSEC_HOME%%/logs/active-responses.log</location>
</localfile>
</template_config>
<template_config os="Linux" profile="%%LOGS_OSSEC_PROFILE%%">
<localfile>
<log_format>syslog</log_format>
<location>/var/ossec/logs/active-responses.log</location>
</localfile>
</template_config>
|