Disable Kibana Cache

Ok. So I am trying to develop some new module in Kibana. So if there any option to "Turn Off" or Stop caching in kibana.

Not using the build, I don't believe.

What you want to do is test your changes using the dev environment( https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#development-environment-setup) , where the server would respond to changes as you make them.

If you're doing plugin development, you can take the final output and just put it into your installedPlugins path of your production build.

Hope this helps,

Thanks
Rashmi

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