Hi Everyone...
I am working in setting up a logging standard across the whole organisation and the security team is pushing us to use for Data Aggregation and Processing Logstash.. I am not really a big fan of Logstash for many reasons, performance, complexity , you name it ..
So My Architecture will be something like this
Log Forwarder --> Log Buffer <--- Log Processing and Parsing ---> Search Engine --> Visualization
FLUENT-BIT ---> KAFKA <---- FLUENTD ---> ELASTIC SEARCH ---> KIBANA
As you can see this is a "typical" EFK solution, where we use KAFKA mostly as a Log Bugger.. but I am having some requirements from the Security team which they want to do Security information and event management (SIEM).
This is something ELK stack comes with it out of the box and offer in their stack ( check link below )
So I was wondering if there is an alternative Security information and event management (SIEM) some of you have implemented or if Treasure Data offer also out of the shell a similar solution as Elastic
So far I haven't found anything relevant which can help me to support the need of FluentD for that specific requirement and everything is pushing toward of using Logstash
I hope some of you have gone through the same and knows a reasonable solution for this specific requirement
Really much Appreciated