This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmanifest.xml
39 lines (30 loc) · 2.34 KB
/
manifest.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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<services>
<service name='d4::event-collector' action='update'>
<property name='[dc:awsuse]taps:[email protected]' value='https://tap-events-at1.prism.ppops.net/v2/event/distribute' action='add'/>
<property name='[dc:awsuse]taps:[email protected]' value='https://tap-events-at1.prism.ppops.net/v2/event/distribute' action='add'/>
<property name='[dc:awsuse]taps:[email protected]'
value='http://m0079119.prism.ppops.net:8083/v2/event/distribute, http://m0079108.prism.ppops.net:8083/v2/event/distribute' action='add'/>
<property name='[dc:awsuse]taps:[email protected]'
value='http://m0079119.prism.ppops.net:8083/v2/event/distribute, http://m0079108.prism.ppops.net:8083/v2/event/distribute' action='add'/>
<property name='[dc:awsuse]taps:[email protected]' value='https://tap-events-at1.prism.ppops.net/v2/event/distribute' action='add'/>
<property name='event-tap.batch-size-max' value='1000' action='add'/>
<!--<property name='aws-access-key' value='{add key here}' action='add'/>-->
<!--<property name='aws-secret-key' value='{add secret here}' action='add'/>-->
<property name='event-tap.cache-expiration' value='2h' action='add'/>
<property name='event-tap.data-directory' value='/opt/proofpoint/event-collector/var/client-data-cache' action='add'/>
<property name='event-tap.queue-size' value='1000000' action='add'/>
<property name='event-tap.throttle-time' value='500ms' action='add'/>
<property name='pulse:query-uri' value='http://pulse-2107208448.us-east-1.elb.amazonaws.com:8080' action='add'/>
<property name='s3-data-location' value='s3://proofpoint-production/events/' action='add'/>
<property name='s3-metadata-location' value='s3://proofpoint-production/metadata/' action='add'/>
<property name='s3-staging-location' value='s3://proofpoint-production/collector-staging/' action='add'/>
<property name='version' value='latest' action='add'/>
</service>
</services>
<modules/>
<packages>
<package name='event-collector-1.19.43-1'/>
</packages>
</manifest>