For those who were interested in a solution, I managed finally to install security plugins (Kibana, Elasticsearch) on ELK 6.7.2 (non OSS).
I had to :
- manually recompile elasticsearch security plugin for elasticsearch 6.7.2 (modify 6.7.1 to 6.7.2 in poms)
- modify kibana plugin package.json to allow it to install on 6.7.2
- modify kibana plugin js file (When invalid current password is provided and clicked reset it should stay in same reset password model and it should not close the model. · Issue #16 · opendistro-for-elasticsearch/security-kibana-plugin · GitHub)
And now I have ELK 6.7.2, with XPack free features (monitoring, spaces…) AND opendistro security.
Update : all is working good with ELK 6.8.0 too