-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunchSettings.json
90 lines (90 loc) · 3.22 KB
/
launchSettings.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
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
{
"profiles": {
"Docker Compose": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "my.ddd.cqrs.temp6.api",
"composeLaunchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"serviceActions": {
"local.azurite": "StartWithoutDebugging",
"local.mariadb": "StartWithoutDebugging",
"my.ddd.cqrs.temp6.api": "StartDebugging",
"my.ddd.cqrs.temp6.workservice": "DoNotStart",
"phpmyadmin": "StartWithoutDebugging",
"elasticsearch": "DoNotStart",
"filebeat": "DoNotStart",
"kibana": "DoNotStart",
"logstash": "DoNotStart",
"setup": "DoNotStart",
"metricbeat": "DoNotStart",
"apm-server": "DoNotStart",
"fleet-server": "DoNotStart",
"heartbeat": "DoNotStart"
}
},
"With ELK": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"composeLaunchAction": "LaunchBrowser",
"composeLaunchServiceName": "my.ddd.cqrs.temp6.api",
"composeLaunchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"serviceActions": {
"elasticsearch": "StartWithoutDebugging",
"filebeat": "StartWithoutDebugging",
"kibana": "StartWithoutDebugging",
"local.azurite": "StartWithoutDebugging",
"local.mariadb": "StartWithoutDebugging",
"logstash": "StartWithoutDebugging",
"my.ddd.cqrs.temp6.api": "StartDebugging",
"my.ddd.cqrs.temp6.workservice": "DoNotStart",
"phpmyadmin": "StartWithoutDebugging",
"setup": "DoNotStart",
"metricbeat": "StartWithoutDebugging",
"apm-server": "StartWithoutDebugging",
"fleet-server": "StartWithoutDebugging",
"heartbeat": "StartWithoutDebugging"
}
},
"Setup ELK": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"elasticsearch": "StartWithoutDebugging",
"filebeat": "DoNotStart",
"kibana": "DoNotStart",
"local.azurite": "DoNotStart",
"local.mariadb": "DoNotStart",
"logstash": "DoNotStart",
"my.ddd.cqrs.temp6.api": "DoNotStart",
"my.ddd.cqrs.temp6.workservice": "DoNotStart",
"phpmyadmin": "DoNotStart",
"setup": "StartWithoutDebugging",
"metricbeat": "DoNotStart",
"apm-server": "DoNotStart",
"fleet-server": "DoNotStart",
"heartbeat": "DoNotStart"
}
},
"Reboot ELK": {
"commandName": "DockerCompose",
"commandVersion": "1.0",
"serviceActions": {
"elasticsearch": "StartWithoutDebugging",
"filebeat": "StartWithoutDebugging",
"kibana": "StartWithoutDebugging",
"local.azurite": "DoNotStart",
"local.mariadb": "DoNotStart",
"logstash": "StartWithoutDebugging",
"my.ddd.cqrs.temp6.api": "DoNotStart",
"my.ddd.cqrs.temp6.workservice": "DoNotStart",
"phpmyadmin": "DoNotStart",
"setup": "DoNotStart",
"metricbeat": "StartWithoutDebugging",
"apm-server": "StartWithoutDebugging",
"fleet-server": "StartWithoutDebugging",
"heartbeat": "StartWithoutDebugging"
}
}
}
}