This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Maketargets.json
37 lines (37 loc) · 1.82 KB
/
Maketargets.json
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
{
"global": {
"product": "syslog-ng Open Source Edition 3.38",
"productnamelong": "syslog-ng Open Source Edition",
"productnameshort": "syslog-ng OSE",
"productnameinepic": "syslog-ng-open-source-edition",
"condition": "General.OSE",
"conditions-to-exclude": "General.PE or General.pe6 or General.SPS or General.SRA or General.ARS",
"version": "3.38",
"techversion": "3.38"
"onlinedocumentation": "https://www.syslog-ng.com/technical-documents/list/syslog-ng-open-source-edition"
},
"syslog-ng-ose-guide-admin": {
"condition": "General.OSE",
"doc_id": "syslog-ng-ose-guide-admin",
"doc_setname": "syslog-ng-ose-3.38-guides",
"title": "Administration Guide",
"type": "Administration Guide",
"description": "This manual is the primary documentation of the syslog-ng Open Source Edition application"
},
"syslog-ng-ose-guide-whatsnew": {
"condition": "General.OSE",
"doc_id": "syslog-ng-ose-guide-whatsnew",
"doc_setname": "syslog-ng-ose-3.38-guides",
"title": "Release Notes",
"type": "Release Notes",
"description": "Describes the new features and other highlights of this release of the syslog-ng Open Source Edition application"
},
"syslog-ng-tutorial-mutual-auth-tls": {
"condition": "General.OSE",
"doc_id": "syslog-ng-tutorial-mutual-auth-tls",
"doc_setname": "syslog-ng-ose-3.38-guides",
"title": "Mutual authentication using TLS",
"type": "Best Practices",
"description": "This tutorial shows you step-by-step how to create the certificates required to authenticate your server and your clients, and how to configure syslog-ng Open Source Edition (syslog-ng OSE) to send your log messages in an encrypted connection"
}
}