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/ppbgdi/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.7.1"
changes:
- description: Fixed service-proxy logs
type: enhancement
link: https://github.com/geoadmin/infra-elastic-integrations/pull/45
- version: "1.7.0"
changes:
- description: Added kubernetes otel overwiew dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ processors:
field: temp.ppbgdi.proxy
target_field: ppbgdi.app.proxy
description: Rename temp proxy field
ignore_missing: true

- foreach:
description: Lowercase all http request headers for easier handling
field: ppbgdi.app.proxy.downstream.http.request.headers
Expand Down
2 changes: 1 addition & 1 deletion packages/ppbgdi/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.1
name: ppbgdi
title: "PPBGDI"
version: 1.7.0
version: 1.7.1
source:
license: "Apache-2.0"
description: "Collect logs and metrics from PPBGDI, via kubernetes or Elastic Agent"
Expand Down