mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary Closes https://github.com/elastic/kibana/issues/216583 Adds support for a local file path in `xpack.productDocBase.artifactRepositoryUrl` setting. If local path with `file://` protocol is provided, it has to contain a path to a directory with the artifacts and the `index.xml` file. #### How to test 1. Download the XML and zip files from https://kibana-knowledge-base-artifacts.elastic.co 2. Create a folder, e.g. `mkdir /Users/<my_user>/test_artifacts` and place all the files there. The XML file has to be called `index.xml` 3. Add `xpack.productDocBase.artifactRepositoryUrl: 'file:///Users/<my_user>/test_artifacts'` to your `kibana.dev.yml` 4. Go to `/app/management/kibana/observabilityAiAssistantManagement` in Kibana and install Elastic documentation 5. Kibana dev server should report `[2025-04-07T14:05:10.640+02:00][INFO ][plugins.productDocBase.package-installer] Documentation installation successful for product [security] and version [8.17]` 6. Check `data/ai-kb-artifacts` folder in your Kibana repo, it should contain zip files with docs ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) |
||
---|---|---|
.. | ||
ai-assistant-settings.md | ||
alerting-settings.md | ||
apm-settings.md | ||
banner-settings.md | ||
cases-settings.md | ||
fleet-settings.md | ||
general-settings.md | ||
internationalization-settings.md | ||
logging-settings.md | ||
logs-settings.md | ||
map-settings.md | ||
metrics-settings.md | ||
monitoring-settings.md | ||
reporting-settings.md | ||
search-sessions-settings.md | ||
security-settings.md | ||
spaces-settings.md | ||
task-manager-settings.md | ||
telemetry-settings.md | ||
url-drilldown-settings.md |