types.StreamingProxyConfig
read_timeout_secondsinteger
ReadTimeoutSeconds is the read timeout in seconds for connections to the remote log server before the connection is closed. A value of 0 means no timeout.
remote_endpointstring
RemoteEndpoint is the endpoint of the log server to proxy to, typically a Loki instance
remote_tokenstring
RemoteToken is the authentication token used to access the log server
types.StreamingProxyConfig
{
"read_timeout_seconds": 0,
"remote_endpoint": "string",
"remote_token": "string"
}