forked from palantir/windows-event-forwarding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathADFS.xml
39 lines (39 loc) · 1.54 KB
/
ADFS.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
36
37
38
39
<Subscription xmlns="http://schemas.microsoft.com/2006/03/windows/events/subscription">
<SubscriptionId>ADFS</SubscriptionId>
<SubscriptionType>SourceInitiated</SubscriptionType>
<Description>Events related to Active Directory Federation Services.</Description>
<Enabled>true</Enabled>
<Uri>http://schemas.microsoft.com/wbem/wsman/1/windows/EventLog</Uri>
<ConfigurationMode>Custom</ConfigurationMode>
<Delivery Mode="Push">
<Batching>
<MaxItems>5</MaxItems>
<MaxLatencyTime>900000</MaxLatencyTime>
</Batching>
<PushSettings>
<Heartbeat Interval="1800000"/>
</PushSettings>
</Delivery>
<Query><![CDATA[
<QueryList>
<Query Id="0" Path="Security">
<Select Path="Security">*[System[Provider[@Name='AD FS Auditing']]]</Select>
</Query>
<Query Id="1" Path="AD FS/Admin">
<Select Path="AD FS/Admin">*[System[Provider[@Name='AD FS']]]</Select>
</Query>
<Query Id="2" Path="AD FS Tracing/Debug">
<Select Path="AD FS Tracing/Debug">*</Select>
</Query>
<Query Id="3" Path="Duo Authentication for AD FS">
<Select Path="Duo Authentication for AD FS">*</Select>
</Query>
</QueryList>]]></Query>
<ReadExistingEvents>true</ReadExistingEvents>
<TransportName>http</TransportName>
<ContentFormat>RenderedText</ContentFormat>
<Locale Language="en-US"/>
<LogFile>WEC6-ADFS</LogFile>
<AllowedSourceNonDomainComputers/>
<AllowedSourceDomainComputers>O:NSG:NSD:(A;;GA;;;DC)(A;;GA;;;NS)(A;;GA;;;DD)</AllowedSourceDomainComputers>
</Subscription>