Skip to content

Commit

Permalink
update readme description
Browse files Browse the repository at this point in the history
  • Loading branch information
saedAgha authored Mar 4, 2018
1 parent 539aeaf commit abad4e4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
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)

0 comments on commit abad4e4

Please sign in to comment.