elastic/kibana

Fleet: disable package cache for development purposes

Offen

#106.984 geöffnet am 28.07.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (8.021 Forks)batch import
Team:Fleetenhancementgood first issue

Repository-Metriken

Stars
 (19.065 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 16h) (999 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide