-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relationship and compatibility with mozdef. #198
Comments
It would not be a drop in replacement at this point.
If the goal is to have the ability to do some real time analysis/monitoring/alerting on the data in addition to the ETL then this would be beneficial. If the goal is just to remove rabbitMQ from the pipeline it can be done but using Hindsight to do it would be a bit overkill. |
The idea is that hindsight seems a quiet performant stream processing layer as you mentioned. Even the mozdef docs said
This basically gives idea that probably 6 primary data management things in Mozdef are very much overlapping with hindsight. I don't see actually Hindsight as a drop in replacement for Mozdef, but while reading about both the projects, wondering if we can harness the power of one in another. It is one of the rarest log processing engines which support cuckoo filters and parquet output. I was even wondering if we can combine this with Suricata too. By the way in my understanding I am trying to compare this with fluent-bit, but with more data manipulation option. Also wondering, does mozilla uses Kubernetes. I found very less kubernetes resources. |
@rverma-jm this may not answer your original question, but I have experience with both and I think hindsight would actually integrate fairly well with Mozdef. Mozdef is great for collecting, storing, and viewing log data and doing basic alerting, but where you start to run into trouble with it is streaming analysis. I could see some sort of architecture with hindsight acting as the logging ingestion layer, forwarding processed log data off to Mozdef's workers for indexing in ES while at the same time doing more advanced streaming data analysis of the input. Likewise, Mozdef's alerting output stream could be connected to hindsight to take advantage of hindsight's various plugins. Of course there are more details here, but just some thoughts. |
Wondering how this project can be leveraged in Mozdef https://github.com/mozilla/MozDef. Can we use hindsight to replace the internal RabbitMQ requirements for mozdef and deliver the logs directly to s3.
The text was updated successfully, but these errors were encountered: