Slackbot
01/07/2024, 12:27 PMnitya-signoz
01/08/2024, 4:19 AMnitya-signoz
01/08/2024, 4:20 AMPoonam Pawar
01/08/2024, 12:52 PMdocker logs bc2f02eb9c38
2024/01/08 12:29:45 # logspout v3.2.14 by gliderlabs
2024/01/08 12:29:45 # adapters: multiline raw syslog tcp tls udp
2024/01/08 12:29:45 # options :
2024/01/08 12:29:45 persist:/mnt/routes
2024/01/08 12:29:45 # jobs : http[health,logs,routes]:80 pump routes
2024/01/08 12:29:45 # routes :
# ADAPTER ADDRESS CONTAINERS SOURCES OPTIONS
# raw+udp <my-ip>:2255 map[]
and the logs of otel-collector is also giving success msg.
I don't understand, where I'm going wrong and why the logs are not showing in the UIPoonam Pawar
01/08/2024, 1:01 PMsyslog+tcp
adapter also, it's giving error - "bad adapter" that's why I used raw+udp
herenitya-signoz
01/08/2024, 1:04 PMPoonam Pawar
01/08/2024, 1:26 PMnitya-signoz
01/08/2024, 2:48 PMPoonam Pawar
01/09/2024, 7:47 AMPoonam Pawar
01/09/2024, 8:51 AM2024-01-09T07:59:30.077Z error filter/filter.go:88 Running expressing returned an error%!(EXTRA zapcore.Field={error 26 0 interface conversion: interface {} is nil, not string (1:27)
2024-01-09T08:00:10.780Z error helper/transformer.go:98 Failed to process entry {"kind": "receiver", "name": "tcplog/docker", "data_type": "logs", "operator_id": "regex_parser", "operator_type": "regex_parser", "error": "regex pattern does not match", "action": "send", "entry": {"observed_timestamp":"2024-01-09T08:00:10.780663911Z","timestamp":"0001-01-01T00:00:00Z","body":"2024-01-09T13:30:10+05:30 [MONITOR] WARN: Monitor #18 'VoiceBase': Failing: Request failed with status code 404 | Interval: 60 seconds | Type: http | Down Count: 1 | Resend Interval: 15","severity":0,"scope_name":""}}
2024-01-09T08:00:10.781Z error filter/filter.go:88 Running expressing returned an error%!(EXTRA zapcore.Field={error 26 0 interface conversion: interface {} is nil, not string (1:27)
Poonam Pawar
01/09/2024, 1:54 PMRunning expressing returned an error%!(EXTRA zapcore.Field={error 26 0 interface conversion: interface {} is nil, not string (1:27)
2024-01-09T08:00:10.780Z error helper/transformer.go:98 Failed to process entry {"kind": "receiver", "name": "tcplog/docker", "data_type": "logs", "operator_id": "regex_parser", "operator_type": "regex_parser", "error": "regex pattern does not match", "action": "send", "entry":
I searched for documentation but didn't find any for this particular error. Is there anything related to this problem so that I can follow?nitya-signoz
01/09/2024, 2:30 PMcontainer_name
won’t be parsed and you will have to use fulltext searchPoonam Pawar
01/19/2024, 11:32 AMPoonam Pawar
01/19/2024, 11:43 AMdocker run --net=host --rm --name="logspout" --volume=/var/run/docker.sock:/var/run/docker.sock gliderlabs/logspout syslog+tcp://<host>:2255
I checked the documentation for getting metrics
in dashboard, but it's only with signoz
setup, what to implement on application's server?
I also checked the instrument the application
doc, there also, it's installing otel sdk
and then creating tracing.js
for tracing, nothing with metrics.
Please anyone guide, what I am missing out. Any doc would be a great help.
Thanks In Advance!