I need to make modifications in Kibana interface, like changing the logo etc. To do this, I need to make modifications in it's docker image that I am using. What would be the right approach? How do I rebuild this modified image?
I have tried to pull a fresh image and work on it. But the modifications don't show on the interface.
Simply use docker commit or try to build extended image with Dockerfile.