-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconfig.yaml
126 lines (113 loc) · 4.56 KB
/
config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
timestamp_urls:
- http://timestamp.digicert.com
- http://timestamp.globalsign.com/tsa/r6advanced1
- http://rfc3161timestamp.globalsign.com/advanced
- http://timestamp.sectigo.com
- http://timestamp.apple.com/ts01
- http://tsa.mesign.com
- http://time.certum.pl
- https://freetsa.org
- http://tsa.startssl.com/rfc3161
- http://dse200.ncipher.com/TSS/HttpTspServer
- http://zeitstempel.dfn.de
- https://ca.signfiles.com/tsa/get.aspx
- http://services.globaltrustfinder.com/adss/tsa
- https://tsp.iaik.tugraz.at/tsp/TspRequest
- http://timestamp.entrust.net/TSS/RFC3161sha2TS
- http://tsa.starfieldtech.com
- http://timestamp.comodoca.com
products:
auditbeat:
description: Audit the activities of users and processes on your system
published_name: Elastic Beats Autditbeat
published_url: https://www.elastic.co/products/beats/auditbeat
published_binaries: [ auditbeat.exe ]
mutable_dirs: [ ]
service: true
auditbeat-oss:
description: Audit the activities of users and processes on your system
published_name: Elastic Beats Autditbeat OSS
published_url: https://www.elastic.co/products/beats/auditbeat
published_binaries: [ auditbeat.exe ]
mutable_dirs: [ ]
service: true
filebeat:
description: Filebeat sends log files to Logstash or directly to Elasticsearch
published_name: Elastic Beats Filebeat
published_url: https://www.elastic.co/products/beats/filebeat
published_binaries: [ filebeat.exe ]
mutable_dirs: [ modules.d ]
service: true
filebeat-oss:
description: Filebeat sends log files to Logstash or directly to Elasticsearch
published_name: Elastic Beats Filebeat OSS
published_url: https://www.elastic.co/products/beats/filebeat
published_binaries: [ filebeat.exe ]
mutable_dirs: [ modules.d ]
service: true
heartbeat:
description: Ping remote services for availability and log results to Elasticsearch or send to Logstash
published_name: Elastic Beats Heartbeat
published_url: https://www.elastic.co/products/beats/heartbeat
published_binaries: [ heartbeat.exe ]
mutable_dirs: [ monitors.d ]
service: true
heartbeat-oss:
description: Ping remote services for availability and log results to Elasticsearch or send to Logstash
published_name: Elastic Beats Heartbeat OSS
published_url: https://www.elastic.co/products/beats/heartbeat
published_binaries: [ heartbeat.exe ]
mutable_dirs: [ monitors.d ]
service: true
metricbeat:
description: Metricbeat is a lightweight shipper for metrics
published_name: Elastic Beats Metricbeat
published_url: https://www.elastic.co/products/beats/metricbeat
published_binaries: [ metricbeat.exe ]
mutable_dirs: [ modules.d ]
service: true
metricbeat-oss:
description: Metricbeat is a lightweight shipper for metrics
published_name: Elastic Beats Metricbeat OSS
published_url: https://www.elastic.co/products/beats/metricbeat
published_binaries: [ metricbeat.exe ]
mutable_dirs: [ modules.d ]
service: true
packetbeat:
description: Packetbeat analyzes network traffic and sends the data to Elasticsearch
published_name: Elastic Beats Packetbeat
published_url: https://www.elastic.co/products/beats/packetbeat
published_binaries: [ packetbeat.exe ]
mutable_dirs: [ ]
service: true
packetbeat-oss:
description: Packetbeat analyzes network traffic and sends the data to Elasticsearch
published_name: Elastic Beats Packetbeat OSS
published_url: https://www.elastic.co/products/beats/packetbeat
published_binaries: [ packetbeat.exe ]
mutable_dirs: [ ]
service: true
winlogbeat:
description: Winlogbeat ships Windows event logs to Elasticsearch or Logstash
published_name: Elastic Beats Winlogbeat
published_url: https://www.elastic.co/products/beats/winlogbeat
published_binaries: [ winlogbeat.exe ]
mutable_dirs: [ ]
service: true
winlogbeat-oss:
description: Winlogbeat ships Windows event logs to Elasticsearch or Logstash
published_name: Elastic Beats Winlogbeat OSS
published_url: https://www.elastic.co/products/beats/winlogbeat
published_binaries: [ winlogbeat.exe ]
mutable_dirs: [ ]
service: true
elastic-agent:
display_name: Elastic Agent
description: With Elastic Agent you can collect all forms of data from anywhere with a single unified agent per host
published_name: Elastic Agent
published_url: https://www.elastic.co/elastic-agent
published_binaries: [ elastic-agent.exe ]
mutable_dirs: [ ]
is_agent: true
service: false