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/spring_boot/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.9.1"
changes:
- description: Fix the jolokia default path and provide more clear description about jolokia `Hosts` and `Path`
type: bugfix
link: https://github.com/elastic/integrations/pull/14475
- version: "1.9.0"
changes:
- description: Allow @custom pipeline access to event.original without setting preserve_original_event.
Expand Down
7 changes: 4 additions & 3 deletions packages/spring_boot/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: spring_boot
title: Spring Boot
version: "1.9.0"
version: "1.9.1"
description: This Elastic integration collects logs and metrics from Spring Boot integration.
type: integration
categories:
Expand Down Expand Up @@ -77,7 +77,8 @@ policy_templates:
multi: false
required: true
show_user: false
default: /jolokia/?ignoreErrors=true&canonicalNaming=false
default: /actuator/jolokia/?ignoreErrors=true&canonicalNaming=false
description: "Path for accessing jolokia endpoint. (example: /actuator/jolokia)."
- name: username
type: text
title: Username
Expand All @@ -99,7 +100,7 @@ policy_templates:
multi: false
required: true
show_user: true
description: "Host for Spring Boot metrics. (example: http://localhost:8090/actuator/jolokia)."
description: "Host for Spring Boot metrics. (example: http://localhost:8090)."
- name: ssl
type: yaml
title: SSL Configuration
Expand Down