I have the following either of the Pattern in my log messages
ABC[]
ABC[User(UserID)]
ABC[User(UserID) Sponser(SponserName)]
UserID and SponserName are Alphanumeric, Ex:
[User(ABCDE12345) Sponser(Test Sponser)]
Please help me on regular expresion, I have tried with http://grokdebug.herokuapp.com/ but not able to get correct expression.