UnveilTech
UnveilTech
thanks Andy, we'll try ;o)
Hi, It would be smarter to add both, the original size (before compression: %B) and the compressed size (after compression: %BB or other) in the log-format...
Hi, my issue is to inform the team, then it should be nice to fix it...
thnaks :o)
Hi, $szDom is NULL, it should be "amazonaws.com" bye Fred
$szHost = "kinesis.us-east-1.amazonaws.com"; $szDom = getRegisteredDomain($szHost);
What's your use-case for getRegisteredDomain(...) ? $szDom = getRegisteredDomain("kinesis.us-east-1.amazonaws.com"); result is NULL for $szDom
Hi, latest implementation does not return NULL anymore, that's good. but it should return the master domain "amazonaws.com" instead of "kinesis.us-east-1.amazonaws.com", no ? bye Fred
Hi Vladimir, quick examples: 'host:"api-global.netflix.com"@Netflix=|Network|Safe' 'host:"api-global.netflix.com"@Netflix=1024|Network|Safe' 'host:"api-global.netflix.com"@Netflix=|Network' 'host:"api-global.netflix.com"@Netflix=1024||Safe' 'host:"api-global.netflix.com"@Netflix=1024,Network,Safe' 'host:"api-global.netflix.com"@Netflix,Network,Safe' (no number after the CustomProtocol means the next part is a category) etc... there are dozens of scenarios here. you...
Hi Ivan, yes, second solution is more clear (...,cat=5,breed=3), we vote for this one :o) but maybe we need a way to define properly the "cat" and "breed" (cat=Network,breed=Safe)... ?...