Spring Boot Test Project. This Projects purpose is as follows.
- try to control syslog server using syslog4j
- try to store raw type logs to persistence layer such as DB, IMDG(in memory data grid)
- try to parse raw type logs for converting normalized logs. (specific patterns that is defined already.)
- try to test the performance of several scinarios from receiving logs to store logs
First of all, the samples is the logs of CounterACT.
Receiving syslog from CounterACT and parsing their logs.
It seems that CounterACT is not implement the sender using the format of RFC5234 definition.
Second, to store logs in DB, using jOOQ to handle query and execute query.
Third, Apache ignite and REDIS is used to test caching DB or to store datas in there.