From a77948cde7a1a8d7319fceab196abfa37ec4e313 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Tue, 30 Nov 2021 20:25:35 -0800 Subject: [PATCH] Update faq.asciidoc (#1113) (#1302) * Update faq.asciidoc Added the note that the reinstallation of dashboards needs to be done against Kibana and not against elasticsearch API. The DEV Console style indicate that this is against elasticsearch. * Update docs/en/ingest-management/faq.asciidoc Co-authored-by: DeDe Morton Co-authored-by: DeDe Morton Co-authored-by: Jan Doberstein --- docs/en/ingest-management/troubleshooting/faq.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/troubleshooting/faq.asciidoc b/docs/en/ingest-management/troubleshooting/faq.asciidoc index cf46042021..d97ac78972 100644 --- a/docs/en/ingest-management/troubleshooting/faq.asciidoc +++ b/docs/en/ingest-management/troubleshooting/faq.asciidoc @@ -232,7 +232,7 @@ are both accessible; by default these are `5601` and `9200` respectively. [[how-do-i-reinstall-a-missing-dashboard-asset]] == If I delete an integration dashboard asset from {kib}, how do I get it back? -To reinstall the assets for a specific integration, you can use the {fleet} API using the package name and version. +To reinstall the assets for a specific integration, you can use the {fleet} API using the package name and version. This needs to be run against the {kib} API and not the {es} API to be successful. To reinstall package assets, execute the following call with the `force` parameter in the body: [source,console]