I was wondering if it is possible to isolate both failed login attempts and successful login attempts isolated from the rest of the logs and to export those on a regular basis to a text file. If this is possible, how would I go about doing that?
Thank you.
Some help with logs
Re: Some help with logs
On mine I can see the logins in web_php.log. A simple grep for ‘successful’ brought me up the specific line in the logs. You could run that on a schedule and pipe the output to a text file if that suits your needs.
-