SecurityLogMiner / log-collection-client

Everything you do not see but feel the effects of.
Apache License 2.0
0 stars 0 forks source link

read path and config file #17

Closed endepointe closed 7 months ago

endepointe commented 7 months ago

Parent Issue: (https://github.com/SecurityLogMiner/log-collection-client/issues/9) The path and config file should be entered from cli. the configi file specifies the format of the log entry. default log formats could be an option (such as http, xml, or a user-specified one)

endepointe commented 7 months ago

im simplifying the configuration reading: see my branch at https://github.com/SecurityLogMiner/log-collection-client/tree/log-entry-read

The default.config file will contain the necessary information to connect the client to the server and prevent any strange user modification from the cli

endepointe commented 7 months ago

completed. new task is creating the connect module and establish socket connection. see: https://github.com/SecurityLogMiner/log-collection-client/tree/read-config