Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/kibana/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 13 additions & 1 deletion packages/kibana/manifest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down