I need to split a really complex line for me. The line I want to split is as follows
2019.10.20-22.01.33: '10.11.111.25 9999995555884411:TechnoBeceT(69)' logged in 
how can i split this like this
['2019.10.20-22.01.33', '10.11.111.25', '9999995555884411', 'logged in'] 
i don't need
TechnoBeceT(69) this area.
 
     
    