From the below link it states that on using the config for loki.source.api , it will open an http connection,but it does not open connection for me. Is there any settings to be changed on the windows server or during alloy installation
loki.source.api “loki_push_api” {
http {
listen_address = “0.0.0.0”
listen_port = 9999
}
forward_to = [
loki.write.endpoint.receiver,
]
labels = {
forwarded = “true”,
}
}