-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Agent | ||
Agent which get ,parse,and split windows/linux/snort logs ( security , application ,...) | ||
This is JAVAQ Application which can : | ||
- collect operation system Logs : Security , Application ,... | ||
- parse Logs structure | ||
- split very large file of logs into configured chunk file ( time frame in minutes) | ||
- Apply PowerShell commands over Windows | ||
- Apply Linux commands | ||
- Load and Store Configuration into Configuration file | ||
- Work offline , store last processing point , even if App were closed it will know how to continue from the last point. | ||
- work Async | ||
|
||
This Application Design is Compound of different Design Patterns and principles: | ||
- Factory | ||
- implementing interfaces | ||
- inhereting abstract classes | ||
- lots of Polymorphism behaviors | ||
- Safe Thread Singlton | ||
- using Composite | ||
- Reflection | ||
|
||
|
||
![alt text](https://user-images.githubusercontent.com/18490274/36945444-ee0f7806-1fb6-11e8-8364-d68a5da2043d.PNG) |