-
Notifications
You must be signed in to change notification settings - Fork 4
/
Parameters.conf
48 lines (48 loc) · 1.36 KB
/
Parameters.conf
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
{
"ELKMonitoringVersion": "7.10.1",
"ECSVersion": "1.5.0",
"ElasticServers": ["ElasticServerName.example.com"],
"ElasticPort": "9200",
"ElasticIndexName": "metricbeat",
"FilebeatServers": ["FilebeatServerName.example.com"],
"FilebeatPort": "9200",
"FilebeatIndexName": "filebeat",
"LogstashServers": ["LogstashServerName.example.com"],
"LogstashPort": "5040",
"ELKUsername": "",
"ELKPassword": "",
"ELKWebProtocol": "http",
"ELKCertificate": "",
"bypassproxy": "yes",
"FQDN": "",
"tags": [""],
"labels": [""],
"BulkMaxSize": "10",
"TailRefreshValue": "300",
"CycleSleepTime": "15",
"DiskSampleRate": "1",
"TopProcesses": "10",
"PingPlotterTargets": "",
"PingSamples": "5",
"PingTimeout": "1s",
"IfSystemHypervisorEnable": "yes",
"IfSystemHPMStatEnable": "yes",
"EntRestricted": "all",
"FcsRestricted": "all",
"HdiskRestricted": "all",
"SystemSocketWaitValue": "1000000000",
"PingPlotterWaitValue": "300",
"ErrptLogWaitValue": "60",
"SystemHypervisorWaitValue": "300",
"SystemProcessWaitValue": "300",
"SystemSocketSummaryWaitValue": "300",
"SystemFilesystemAndFstatWaitValue": "240",
"SystemDiskIOWaitValue": "180",
"SystemProcessSummaryWaitValue": "120",
"SystemHPMStatWaitValue": "60",
"SystemLoadWaitValue": "60",
"SystemMemoryWaitValue": "30",
"SystemFcWaitValue": "20",
"SystemNetworkWaitValue": "20",
"SystemCoreAndCpuWaitValue": "15"
}