in cloudwatch/helpers.go [178:186]
func sanitizeStream(b []byte) []byte { for i, r := range b { if r == '*' || r == ':' { b[i] = '.' } } return b }