-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Elasticsearch Version to 8.5.2 #1
Conversation
- docker-compose references: https://github.com/deviantony/docker-elk - TODO: update Kibana version, since the mappping type is not supported anymore
…est version of `kibana`
…`, revert `kibiter`, disable `panels` phase
This way, we can access all the required files without putting them in `/docker` or `/docker-compose` directory.
It seems you should be able to use build:
context: ../docker
dockerfile: Dockerfile instead in the docker-compose. |
@TomG777 I tried using that approach, and used this in COPY ../requirements.txt ${CONF_DIR}/requirements.txt But Docker complained that the COPY failed: forbidden path outside the build context: ../requirements.txt () |
Three possible workarounds: |
@TomG777 Do you have any further comments about these possible workarounds? Otherwise I'll use my current approach. |
Overview
grimoirelab-elk
. Therefore, we use a forked repo ofgrimoirelab-elk
with some bugfixes, while waiting for the PR on the main repo to be merged.Known Issues
kibiter
does not support ES 8. According to this statement aboutgrimoirelab-kibiter
, we cannot rely on Kibiter if we need to use ES 8. We need to use Kibana, and somehow adapt it to the existinggrimoirelab
ecosystem.