-
Notifications
You must be signed in to change notification settings - Fork 0
/
outputs.yaml
35 lines (35 loc) · 1.01 KB
/
outputs.yaml
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
version: 3
outputs:
audit-to-opensearch:
addresses: https://YOUR_IP_ADDRESS:9200
index: audit
module: opensearch
name: audit-to-opensearch
username: YOUR_USERNAME
password: YOUR_PASSWORD
type: audit
detections-to-opensearch:
addresses: https://YOUR_IP_ADDRESS:9200
index: detections
module: opensearch
name: detections-to-opensearch
username: YOUR_USERNAME
password: YOUR_PASSWORD
type: detect
enrollments-to-opensearch:
addresses: https://YOUR_IP_ADDRESS:9200
index: enrollments
module: opensearch
name: enrollments-to-opensearch
username: YOUR_USERNAME
password: YOUR_PASSWORD
type: deployment
events-to-opensearch:
addresses: https//YOUR_IP_ADDRESS:9200
index: events
module: opensearch
name: events-to-opensearch
username: YOUR_USERNAME
password: YOUR_PASSWORD
tag: windows
type: event