Closed pgayvallet closed 1 month ago
As a note related to this, the current issue in Kibana elastic/kibana#192484 will not considerate this new folder or subfolders (i.e. fields) when addign support for content packages @jsoriano @pgayvallet
No problem, Pierre already created an issue and started a PR for this:
What does this PR do?
Add support for Kibana knowledge base entries, as discussed in https://github.com/elastic/package-spec/issues/693
Knowledge base entries are a new Kibana type of content, living under
kibana/knowledge_base_entry/*
. A KB entry is composed of 3 parts:manifest.yml
filefields
folder, containing one or more fields filecontent
folder, containing one or more content file, containing the ES documents of the entry in an NDJSON format.Please refer to the changes and the self-review for more details.
Why is it important?
As it is required for https://github.com/elastic/kibana/issues/192031 via https://github.com/elastic/kibana/issues/193849
Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues