File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
case_studies/micromanage/lib/mmlib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ local apt = import "../cmd/apt.jsonnet";
132
132
] else [],
133
133
local logging =
134
134
if instance.enableLogging then [
135
- "curl -s https://storage.googleapis .com/signals-agents/ logging/google-fluentd-install .sh | bash" ,
135
+ "curl -s https://dl.google .com/cloudagents/install- logging-agent .sh | bash" ,
136
136
] else [],
137
137
cmds+: monitoring + jmx + logging,
138
138
},
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ local apt = import "../cmd/apt.jsonnet";
135
135
] else [],
136
136
local logging =
137
137
if instance.enableLogging then [
138
- "curl -s https://storage.googleapis .com/signals-agents/ logging/google-fluentd-install .sh | bash" ,
138
+ "curl -s https://dl.google .com/cloudagents/install- logging-agent .sh | bash" ,
139
139
] else [],
140
140
cmds+: monitoring + jmx + logging,
141
141
},
You can’t perform that action at this time.
0 commit comments