-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
WIP integrate Elasticfence plugins into ELK 5.3.1 #214
Conversation
I think we should keep the ELK components totally vanilla and let people extend them as they want. Why would I, for example, need that plugin if I don't use it? Maybe I missed the point. |
I don't want to merge this into master of course. I wanna add it to another branch like |
Ok got it. Thanks for clarifying. Do you think the project is abandoned? |
Apparently yes as the project contributor replied here. |
Probably not a good fit then :( |
I kinda figure it out. Elasticfence can't run to later versions than 5.1.2 of elasticsearch since they base all the plugin logic on Nevertheless I run it on version 5.1.2 and finalizing the integration. Do you think it's still worth it to submit a PR on this. Thanks !! |
As @antoineco said, I don't think that it would be interesting to add this into the project as it's now not maintained anymore. |
Okay I'll close this PR then ;) |
@jemacom thanks anyway for the proposal 👍 |
NOTE: This is a WIP PR and it should probably merged in another branch like
5.3.1-elasticfence
if it's run properly and you accept to add it in the project of course.I opened the this PR just to reproduce the errors.
I want to integrate Elasticfence into elk-docker. Since I like the project simplicity and ease of use but it was build on earlier version of ELK stack 5.1.2 and it's now unmaintained so I did some work around to run it on ELK 5.3.1.
Long story short I succeeded to install the required Kibana and Elasticsearch plugin into elk-docker. However I'm facing hard time to make it run properly.
Here's some logs:
I'm not sure if those errors are related to
docker-elk
or they're specific to the installed plugins.Any help on this will be really appreciated. 😉