The support for the older ELK 7.x version used in this repository ends on the 15th of January 2026.
Simply updating the major version in the .env file is not enough, you will run into issues migrating 2 majors versions, mostly with security setup and deprecated inputs/output methods.
I managed to get a working ELK 9.2 with dashboard import working:
link to repo
however this is based on a fork of docker-elk, not of this organization's logstash repo.
I would be happy to make a PR, but since it's a completely different base it would be a complete rewrite of the existing docker-compose and ELK files. I think it would be wise to keep it as a fork of docker-elk, since upstream updates on the docker-compose and ELK stack from docker-elk can be easily merged that way.
Please let me know if this is viable to incorporate and if I can help in any way.