Kibana docker building from GitHub source

Hi @john.akash,
1) Removal of Dev tools - you can only enable or disable the Dev tools using console.enabled set to either True or False. https://www.elastic.co/guide/en/kibana/current/configuring-console.html

You can't disable Management/Timelion at the moment using the same trick, because it is not a separate plugin in Kibana.

  1. What do you mean by adding custom icons? Like Chnaging the Kibana logo for example? You can follow some discuss posts where they discuss the same:
    Replace the kibana logo?

  2. Kibana is built with X-Pack in the kibana -docker image. Until just the OSS image is made available on docker, you could probably do the following after x-pack installed:

RUN bin/kibana-plugin remove x-pack
and set XPACK_SECURITY_ENABLED, XPACK_GRAPH_ENABLED, XPACK_ML_ENABLED and XPACK_REPORTING_ENABLED tofalse.

There is always the OSS Kibana you could use too.

@thomasneirynck: you could throw more light on this as well.

Thanks
Rashmi