Hide timelion option from the sidebar

I want to remove the timelion option from the sidebar.

I was successfully able to remove other option by adjusting the link array from src\legacy\core_plugins\kibana\index.js file.

Timelion option is not there. Please help if anyone know where to edit to remove the timelion option completely from the sidebar.

Thanks in advance.

Hi @amanciao,

which version of Kibana are you using? Starting from 7.0 the Timelion app in the sidebar is disabled by default.

If you are using 6.8, the Timelion app is located in https://github.com/elastic/kibana/blob/6.8/src/legacy/core_plugins/timelion/index.js - removing the app property of the uiExports object should remove the app.

Thanks for the reply.

This worked.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.