Hide x-pack apps

Hi there,

We’re trying to hide as many unneeded apps as possible. For the standard apps we’ve found solutions for hiding:

  • Readonlyrest_kbn
  • kibana:dev_tools
  • kibana:management
  • timelion
    Are there solutions for hiding the following (indicated in the red box) applications:
    image
    Is this possible?

Just look at the browser’s address bar, for example:

http://localhost:5601/app/monitoring#?_g=()

To hide this app, you need to configure:

kibana_hide_apps: ["monitoring"]

@sscarduzio,

Thanks this works!

Our config looks like this now:
kibana_hide_apps: ["readonlyrest_kbn", "kibana:dev_tools", "kibana:management", "timelion","graph","ml","apm","monitoring"]

1 Like