elastic/kibana

Fleet: disable package cache for development purposes

開放

#106,984 建立於 2021年7月28日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (8,021 個分叉)batch import
Team:Fleetenhancementgood first issue

倉庫指標

星標
 (19,065 顆星)
PR 合併指標
 (平均合併 1天 16小時) (30 天內合併 999 個 PR)

描述

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

貢獻者指南