elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.7k stars 8.12k forks source link

Fleet: disable package cache for development purposes #106984

Open mtojek opened 3 years ago

mtojek commented 3 years ago

While developing integrations it's a bit irritating to restart Kibana instance as some parts of a package are being cached.

For example - when modifying manifest's description, we don't have to restart Kibana. It's enough to reboot Package Registry with updated package.

But - when modifying policy templates, we have to artificially bump up the package version to make sure Kibana won't cache it (or rather load it for the first time).

The goal of this issue is to introduce a configuration property (option?) to disable package caching at all (only for development purposes).

cc @jen-huang @sayden

elasticmachine commented 3 years ago

Pinging @elastic/fleet (Team:Fleet)