Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[O11y][PostgreSQL] Lens migration for Overview dashboard visualizations to Kibana version 8.4.0 #5747

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/postgresql/changelog.yml
@@ -1,3 +1,9 @@
# newer versions go on top
- version: "1.11.0"
changes:
- description: Migrate `Overview` dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/5747
- version: "1.10.0"
changes:
- description: Added changes to support TSDB Enablement for the bgwriter datastream.
Expand Down Expand Up @@ -58,7 +64,6 @@
- description: Update to ECS 8.0
type: enhancement
link: https://github.com/elastic/integrations/pull/2507
# newer versions go on top
- version: "1.2.0"
changes:
- description: Release postgresql package for v8.0.0
Expand Down
Expand Up @@ -208,4 +208,4 @@
- name: id
type: keyword
ignore_above: 1024
dimension: true
dimension: true
2 changes: 1 addition & 1 deletion packages/postgresql/data_stream/bgwriter/fields/ecs.yml
Expand Up @@ -8,4 +8,4 @@
name: service.address
dimension: true
- external: ecs
name: service.type
name: service.type
Expand Up @@ -208,4 +208,4 @@
- name: id
type: keyword
ignore_above: 1024
dimension: true
dimension: true
4 changes: 2 additions & 2 deletions packages/postgresql/data_stream/database/fields/fields.yml
Expand Up @@ -92,5 +92,5 @@
Number of deadlocks detected in this database.
- name: stats_reset
type: date
description: |
Time at which these statistics were last reset.
description: |-
Time at which these statistics were last reset.
Binary file modified packages/postgresql/img/logs-overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Expand Up @@ -50,13 +50,11 @@
"title": "All Logs [Logs PostgreSQL]",
"version": 1
},
"coreMigrationVersion": "8.4.0",
"id": "postgresql-PostgreSQL All Logs",
"migrationVersion": {
"search": "7.9.3"
"search": "8.0.0"
},
"namespaces": [
"default"
],
"references": [
{
"id": "logs-*",
Expand Down
70 changes: 0 additions & 70 deletions packages/postgresql/kibana/search/postgresql-all-logs.json

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/postgresql/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: postgresql
title: PostgreSQL
version: 1.10.0
version: 1.11.0
license: basic
description: Collect logs and metrics from PostgreSQL servers with Elastic Agent.
type: integration
Expand All @@ -10,7 +10,7 @@ categories:
- observability
release: ga
conditions:
kibana.version: "^7.14.0 || ^8.0.0"
kibana.version: "^8.4.0"
screenshots:
- src: /img/logs-overview.png
title: PostgreSQL logs overview
Expand Down