Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since build 5.2.2005 it is possible to collect REST hooks data

Поле
Field
Тип
Type
Описание
Description
sendTimeUInt64REST hook sending time
responseTimeUInt64REST hook response receiving time
appKeyStringREST hook application identifier
methodStringREST hook method name
sessionIdStringClient session Id
requestUrlStringREST hook URL
requestBodyStringRequest body (is not logging by default)
requestBodyMD5StringRequest body MD5 hash
requestContentLengthUInt64Request content length
responseBodyStringResponse body (is not logging by default)
responseBodyMD5StringResponse body MD5 hash
responseContentLengthUInt64Response content length
responseStatusUInt32Response status
errorStringError message

Configuration

ClickHouse installation and setup

...

  • mediaSession - filter block to collect MEDIA_SESSION data
    • ips - publishers IP addresses list
    • streamName - stream published name mask regular expression
    • frequency - data collection frequency for the stream conforming the filter
  • mixer - filter block to collect MIXER data
    • name - mixer name mask regular expression
    • streamName - incoming stream name mask regular expression
    • frequency - data collection frequency for the mixer conforming the filter
  • hlsSegmenter - filter block to collect HLS_SEGMENTER data
    • streamId - HLS stream name mask regular expression

...