How to determine the kibana app names to hide?

I’m trying to hide all the below apps. At least some one of the names is wrong (infrastructure). How can I find the correct names?

kibana_ror_plant_hide_apps:

  • readonlyrest_kbn
  • timelion
  • kibana:infrastructure
  • kibana:logs
  • kibana:apm
  • kibana:dev_tools
  • kibana:monitoring
  • kibana:management

BTW, when a wrong app is configured kibana fails badly

Mainly analising the URL bar of your browser + trial and error.

Did either of you guys ever figure out how to hide all aps? I got them all to hide except for “infastructure” I tried “infra” based on the URL bar but that did not work.

i couldn’t find the way to hide it with ror, so in the end i’ve disabled the infra plugin altogether by putting in kibana.yml:
xpack.infra.enabled: false

I actually ended up figuring it out here are all the options as far as I can see:

kibana:discover
kibana:visualize
timelion
readonlyrest_kbn
canvas
apm
infra:home
infra:logs
kibana:dev_tools
kibana:management

5 Likes