mirror of
https://github.com/AlawnCN/opslog.git
synced 2026-09-24 06:01:12 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
[
|
|
{
|
|
"name": "faulu-m5-prd",
|
|
"sourceType": "elk",
|
|
"kibanaUrl": "https://kibana.example.internal",
|
|
"username": "replace-me",
|
|
"password": "replace-me",
|
|
"txnlstIndex": "logs-ecp.txn.lst.pr*",
|
|
"txntrcIndex": "logs-ecp.txn.trc.pr*",
|
|
"applogIndex": "logs-ecp.app.pr*",
|
|
"apmIndex": "traces-apm*",
|
|
"timeZone": "Africa/Nairobi",
|
|
"allowInsecureTls": false
|
|
},
|
|
{
|
|
"name": "faulu-m5-uat-ssh",
|
|
"sourceType": "ssh",
|
|
"kibanaUrl": "",
|
|
"username": "",
|
|
"password": "",
|
|
"txnlstIndex": "",
|
|
"txntrcIndex": "",
|
|
"applogIndex": "",
|
|
"sshConnectTimeoutSeconds": 10,
|
|
"timeZone": "Asia/Shanghai",
|
|
"sshLogTimeOffset": "+08:00",
|
|
"sshAutoDetectTimeZone": true,
|
|
"sshServers": [
|
|
{
|
|
"name": "m5-uat-01",
|
|
"host": "m5.uat",
|
|
"port": 22,
|
|
"authentication": "ssh-config"
|
|
},
|
|
{
|
|
"name": "m5-uat-02",
|
|
"host": "10.0.0.82",
|
|
"port": 22,
|
|
"username": "logadm",
|
|
"authentication": "private-key",
|
|
"privateKeyPath": "~/.ssh/id_ed25519"
|
|
}
|
|
],
|
|
"sshMonitoredApplications": [
|
|
{ "name": "cte", "directory": "/home/coradm/cte" },
|
|
{ "name": "act", "directory": "/home/coradm/act" }
|
|
]
|
|
}
|
|
]
|