Hello.
Im new in Homer. Install Homer7 via docker as how-to described and it works fine.
Grafana dashboard
QOS RTCP show data, but can't see srcIP and dstIP. I checked Loki but it have only part of RTCP message like this:
{"sender_information":{"ntp_timestamp_sec":3893509320,"ntp_timestamp_usec":1631649485,"rtp_timestamp":14539360,"packets":90872,"octets":14539520},"ssrc":7339,"type":202,"report_count":1,"report_blocks":[{"source_ssrc":260830229,"fraction_lost":0,"packets_lost":0,"highest_seq_no":93897,"ia_jitter":159,"lsr":0,"dlsr":0}],"report_blocks_xr":{"type":0,"id":0,"fraction_lost":0,"fraction_discard":0,"burst_density":0,"gap_density":0,"burst_duration":0,"gap_duration":0,"round_trip_delay":0,"end_system_delay":0},"sdes_ssrc":7339}
But in Homer stored full data -
{"dstIp": "192.168.2.21", "srcIp": "192.168.2.42", "dstPort": 13625, "srcPort": 59263, "protocol": 17, "captureId": "freepbx_2.21", "payloadType": 5, "timeSeconds": 1684218766, "timeUseconds": 59366, "correlation_id": "575d27b3081d7296...@192.168.2.21:5060", "protocolFamily": 2} | {"node": "freepbx_2.21", "proto": "rtcp"} | {"sender_information":{"ntp_timestamp_sec":3893207565,"ntp_timestamp_usec":3987056796,"rtp_timestamp":2852663938,"packets":4,"octets":640},"ssrc":1603543539,"type":202,"report_count":1,"report_blocks":null,"report_blocks_xr":{"type":0,"id":0,"fraction_lost":0,"fraction_discard":0,"burst_density":0,"gap_density":0,"burst_duration":0,"gap_duration":0,"round_trip_delay":0,"end_system_delay":0},"sdes_ssrc":1603543539}
So what should i change to send that full data including srcIp\dstIp to Loki ?