| rex "user (?<module>[^:]+)"
thank you for answer, user is not static value are different for users, is it possible to set (variable user after that space) for first part?
FYI: there are some special character in users
| rex "^\S+\s\S+\s(?<module>[^:]+)"