-
Notifications
You must be signed in to change notification settings - Fork 23
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
run this in docker locally #29
Comments
@ssi0202 hey there! Unfortunately there are a TON of dependencies in the current project that make it nearly impossible to run in just docker. It makes use of a bunch of serverless functions as well as the AWS elasticsearch service in order to make setup and maintenance as painless as possible. I've been contemplating what it would take to move these abilities into Kubernetes, but that's probably going to require a full re-write. Guessing there's no way you can use AWS? :) |
There is always a way but seeing I’m security dude and all I try to keep
the amount of shadow it I create to a minimum thanks for getting back to me
kubernetes is on the roadmap so a vote for that from me cool project!
/Simon
…On Fri, 29 Jun 2018 at 21.52, clippy ***@***.***> wrote:
@ssi0202 <https://github.com/ssi0202> hey there! Unfortunately there are
a TON of dependencies in the current project that make it nearly impossible
to run in just docker. It makes use of a bunch of serverless functions as
well as the AWS elasticsearch service in order to make setup and
maintenance as painless as possible. I've been contemplating what it would
take to move these abilities into Kubernetes, but that's probably going to
require a full re-write.
Guessing there's no way you can use AWS? :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI6LXFY9vXzVY6VLssEb1h7A-c7NcRPZks5uBoV_gaJpZM4U5O0P>
.
|
I am interested in this as well. I am using ELK to collect all of my logs from pfsense and suricata together and want to enrich and alert the events based on Threat Intel and this solution looks pretty amazing for the enrichment part of it. Don't know what the cost would be to run a personal AWS instance of this, $40 - 50 / Month? But if I could run locally it could reduce my cost. |
@cplmayo for the first question, cost in aws, it really depends on how much data you're keeping. If you set ES to prune data older than 14-30 days, $40-$50 is probably pretty accurate. I've got another project I'm currently dumping most of my time into right now, but when that's done (ish) in a month or two, I'm hoping to port most of this to kubernetes. I'll make sure to drop an update when that happens! |
not knowing alot about aws but is there anything in here that would make it impossible just to run this in docker
The text was updated successfully, but these errors were encountered: