Slackbot
08/14/2023, 9:30 PMPranay
Noor Ali
08/15/2023, 1:00 PMPranay
Noor Ali
08/15/2023, 3:48 PMNoor Ali
08/15/2023, 3:48 PMShivanshu Raj Shrivastava
08/15/2023, 4:16 PMfilelog
receivers if you the collector is running on the same host, filelog receiver supports only file path, meaning it won't be able to pull logs from remote machineNoor Ali
08/15/2023, 4:18 PMNoor Ali
08/15/2023, 4:19 PMShivanshu Raj Shrivastava
08/15/2023, 4:20 PMfilelog
receiver and run the docker container in your host machine, then configure this collector to export the logs to main signoz collector
2nd approach is using collector as an agentNoor Ali
08/15/2023, 4:20 PMNoor Ali
08/15/2023, 4:23 PMShivanshu Raj Shrivastava
08/15/2023, 4:29 PMNoor Ali
08/15/2023, 4:29 PMNoor Ali
08/15/2023, 4:30 PMNoor Ali
08/15/2023, 4:31 PMShivanshu Raj Shrivastava
08/15/2023, 4:31 PMNoor Ali
08/15/2023, 4:32 PMNoor Ali
08/15/2023, 4:33 PMShivanshu Raj Shrivastava
08/15/2023, 4:34 PMdocker pull otel/opentelemetry-collector-contrib:0.82.0
docker run -v $(pwd)/config.yaml:/etc/otelcol-contrib/config.yaml otel/opentelemetry-collector-contrib:0.82.0
and configure config,yaml to do two things:
1. real logs from filepath from the server
2. export logs to signoz collector
Note: ensure your IBM server can be reached to your signoz collectorNoor Ali
08/15/2023, 4:34 PMShivanshu Raj Shrivastava
08/15/2023, 4:37 PMShivanshu Raj Shrivastava
08/15/2023, 4:37 PMNoor Ali
08/16/2023, 12:34 PMNoor Ali
08/16/2023, 12:35 PMNoor Ali
08/16/2023, 1:24 PMNoor Ali
08/16/2023, 2:36 PMNoor Ali
08/18/2023, 2:32 PM