Use `String.getBytes().length` instead of `String.length()` to get the real byte length of a string. Fix: #3443 Also fix the typo of `max_filter_ratio` in audit log plugin.
Use `String.getBytes().length` instead of `String.length()` to get the real byte length of a string. Fix: #3443 Also fix the typo of `max_filter_ratio` in audit log plugin.