is it possible collect logs from another eks clust...
# support
l
is it possible collect logs from another eks cluster? the signoz is hosted in eks cluster A and i would like to collect logs from eks B
n
yes possible, you will need to deploy a collector on eks B https://signoz.io/docs/userguide/collect_logs_from_file/#running-on-a-different-host
l
go it
but when setup i'm receiving the error
Copy code
2024-06-11T17:50:56.195Z	warn	zapgrpc/zapgrpc.go:195	[core] [Channel #6 SubChannel #8] grpc: addrConn.createTransport failed to connect to {Addr: "<http://otelcollector.fanheroapi.com:443|otelcollector.fanheroapi.com:443>", ServerName: "<http://otelcollector.fanheroapi.com:443|otelcollector.fanheroapi.com:443>", }. Err: connection error: desc = "error reading server preface: http2: frame too large"	{"grpc_log": true}
I have an ingress upfront the service otl collector
Running a nodejs/nests app with this addrs it worked.
Copy code
const exporterOptions = {
  url: '<https://otelcollector.fanheroapi.com:443/v1/traces>',
};

const traceExporter = new OTLPTraceExporter(exporterOptions);
@nitya-signoz
n
@Prashant Shahi any idea on above ^
l
It worked! Thanks!
👍 1