Slackbot
06/06/2023, 4:42 AMSrikanth Chekuri
06/06/2023, 7:46 AM``` host: 'localhost',
port: 3301,
path: '/api/v1/logs',```This is not the correct host:port/path address. The correct one is
localhost:4318/v1/logs
. Even if that is fixed, it won’t probably work because the data has to be serialised using the OTLP protocol. I think one way you can do this is to write to file and use the filereceiver to collector logs.