Skip to content

Commit 5f82315

Browse files
authored
Merge pull request #61624 from dhgautam99/patch-5
Flowcollector config spec.loki.url requires https instead of http
2 parents 27bd6dc + a311343 commit 5f82315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/network-observability-flowcollector-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
logTypes: FLOWS <3>
4949
conversationHeartbeatInterval: 30s
5050
loki: <4>
51-
url: 'http://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network'
51+
url: 'https://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network'
5252
statusUrl: 'https://loki-query-frontend-http.netobserv.svc:3100/'
5353
authToken: FORWARD
5454
tls:

0 commit comments

Comments
 (0)