-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_mspl_log_2.xml
35 lines (35 loc) · 1.65 KB
/
example_mspl_log_2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ITResource xmlns="http://modeliosoft/xsddesigner/a22bd60b-ee3d-425c-8618-beb6a854051a/ITResource.xsd" ID="MSPL_9190cb3b-c06b-46ad-a36c-a93d0972c263">
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RuleSetConfiguration">
<capability>
<Name>Logging</Name>
</capability>
<defaultAction xsi:type="LoggingAction">
<loggingActionType>log_connection</loggingActionType>
</defaultAction>
<configurationRule>
<configurationRuleAction xsi:type="LoggingAction">
<loggingActionType>log_connection</loggingActionType>
</configurationRuleAction>
<configurationCondition xsi:type="LoggingCondition">
<isCNF>false</isCNF>
<eventCondition>
<events>EVENT_CONNECTION</events>
<interval>30</interval>
<threshold>50</threshold>
</eventCondition>
<packetCondition>
<SourceAddress>123.45.67.89,123.45.67.90,123.45.67.91,</SourceAddress>
</packetCondition>
</configurationCondition>
<externalData xsi:type="Priority">
<value>0</value>
</externalData>
<Name>Rule0</Name>
<isCNF>false</isCNF>
<HSPL HSPL_id="HSPL3_Son_ISP" HSPL_text="son enable logging count_connection, vtt_address, "/>
</configurationRule>
<resolutionStrategy xsi:type="FMR"/>
<Name>MSPL_9190cb3b-c06b-46ad-a36c-a93d0972c263</Name>
</configuration>
</ITResource>