i have this logs
**[06/Aug/2016: 11:47:28 +0200]** [ Warning. Match of "rx \\.(jpg)$" against "REQUEST_FILENAME" required. [file "/mod_security2/modsecurity.conf"] [line "29"] [id "980"] **[msg "USER_ACTIONS_TRACKING (tablecolspan=2&CSRF_TOKEN=-4492965027555802&accessType="]**
ineed to extract only this two field [06/Aug/2016: 11:47:28 +0200]
and [msg.....]
the new line of log will be date +msg
i used this rules \[.*\+/d{4}\]\[(msg).*\]
but it dosent work.
can you help me please
thanks in advance