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

APP 1st run self intialize config creation-created in old format #26

Closed ceramicskate0 closed 6 years ago

ceramicskate0 commented 6 years ago

WHen app first runs and detects that the user did not provide a config then the app will create its own hard coded config (as a default to run properly). The apps config used the old parse config and not the new '~'. This is now fixed for next release. A work around is to replace ',' with '~' in the config file.