ceramicskate0 / SWELF

Simple Windows Event Log Forwarder (SWELF). Its easy to use/simply works Log Forwarder and EVTX Parser. Almost in full release here at https://github.com/ceramicskate0/SWELF/releases/latest.
https://ceramicskate0.github.io/SWELF/
GNU Affero General Public License v3.0
24 stars 7 forks source link

Make local log reads search and not just fwd #3

Closed ceramicskate0 closed 6 years ago

ceramicskate0 commented 6 years ago

Currently app does not search any local log files it reads. Needs to be able to do so

ceramicskate0 commented 6 years ago

What if... while im searching the logs rather than fwding a line or the contents of the file it does a 'around the search term search'? When it find the term its searching for it then looks around the term until it finds similar strings or data and determines what the logs format is based on what it finds. It then only forwards the single log containing the data u want if it fails it should then forward anything below until new line and above or in no new line the line of the search term and everything above in file....

ceramicskate0 commented 6 years ago

duplicate