Based on signoz 0.14.0 (branch main)
docker-compose up -d
- (optional) Update
fake/log.json
docker-compose restart otel-collector
docker-compose logs -f otel-collector
- Check the logs.
- If you're using
- type: stdout
infilelog/custom
, it will log the output
- If you're using
- Check clickhouse: http://localhost:8123/play
show databases;
SHOW TABLES FROM signoz_logs
;describe signoz_logs.logs;
select * from signoz_logs.logs order by observed_timestamp desc limit 10;
select * from signoz_logs.logs where id = '<ID>'
- Open Signoz UI: http://localhost:3301/logs
- Change search dates
- Search with id
- Source code of Otel Collector. Read
docs/
andreceivers/
subfolders.
- Extensions to Otel Collector (syslog receiver is here). Read
receivers/
folder.