summaryrefslogtreecommitdiffstats
path: root/security/ossec-hids-local-config/files/template-logs-response.xml.in
blob: 17828ea20ce38d07c383edd7b9b6eea7385406fa (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_RESPONSE_PROFILE%%">

  <localfile>
    <log_format>syslog</log_format>
    <location>%%OSSEC_HOME%%/logs/active-responses.log</location>
  </localfile>

</template_config>

<template_config os="Linux" profile="%%LOGS_RESPONSE_PROFILE%%">

  <localfile>
    <log_format>syslog</log_format>
    <location>/var/ossec/logs/active-responses.log</location>
  </localfile>

</template_config>