forked from stove/dataset
20 lines
1.2 KiB
XML
20 lines
1.2 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<variables>
|
|
<variable name="remotes" description="Concentrate journal messages on one host" type="domainname" provider="Journald" mandatory="True" multi="True" hidden="True"/>
|
|
<family name="remote_" description="Account for " dynamic="accounts.remotes" hidden="True">
|
|
<variable name="services_" description="Log from this service to exclude for " multi="True" provider="Journald:service" unique="False"/>
|
|
<variable name="functions_" description="Function use to compare message (if not defined, exlude same message) for " multi="True" provider="Journald:function" mandatory="False" unique="False"/>
|
|
<variable name="messages_" description="Message to exclude for " multi="True" provider="Journald:message" unique="False"/>
|
|
</family>
|
|
<variable name="vector_conditions" hidden="True"/>
|
|
</variables>
|
|
<constraints>
|
|
<fill name="calc_vector_conditions">
|
|
<param type="variable">accounts.remote_.messages_</param>
|
|
<param type="variable">accounts.remote_.services_</param>
|
|
<param type="variable">accounts.remote_.functions_</param>
|
|
<target>accounts.vector_conditions</target>
|
|
</fill>
|
|
</constraints>
|
|
</rougail>
|