diff --git a/packages/kibana/changelog.yml b/packages/kibana/changelog.yml index 6dc308e1cae..5cfdc6f853f 100644 --- a/packages/kibana/changelog.yml +++ b/packages/kibana/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "2.3.6" + changes: + - description: Add basepath to kibana manifest + type: bugfix + link: https://github.com/elastic/integrations/issues/7359 - version: "2.3.5" changes: - description: Add background task utilization metric diff --git a/packages/kibana/manifest.yml b/packages/kibana/manifest.yml index fbe8ca4859d..abea46cd572 100644 --- a/packages/kibana/manifest.yml +++ b/packages/kibana/manifest.yml @@ -1,6 +1,6 @@ name: kibana title: Kibana -version: 2.3.5 +version: 2.3.6 description: Collect logs and metrics from Kibana with Elastic Agent. type: integration icons: @@ -43,6 +43,12 @@ policy_templates: show_user: true default: - http://localhost:5601 + - name: basepath + type: text + title: Base path + multi: false + required: false + show_user: false - name: username type: text title: Username @@ -80,6 +86,12 @@ policy_templates: show_user: true default: - http://localhost:5601 + - name: basepath + type: text + title: Base path + multi: false + required: false + show_user: false - name: username type: text title: Username