Skip to content

Commit

Permalink
[O11y][PostgreSQL] Lens migration for Overview dashboard visualizat…
Browse files Browse the repository at this point in the history
…ions to Kibana version 8.4.0 (#5747)

* Migrate Overview dashboard visualizations to lens

* Add changelog
  • Loading branch information
rajvi-patel-22 committed Apr 6, 2023
1 parent 4047e8e commit d09fd6a
Show file tree
Hide file tree
Showing 12 changed files with 321 additions and 336 deletions.
7 changes: 6 additions & 1 deletion packages/postgresql/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/postgresql/data_stream/bgwriter/fields/agent.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
name: service.address
dimension: true
- external: ecs
name: service.type
name: service.type
2 changes: 1 addition & 1 deletion packages/postgresql/data_stream/database/fields/agent.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading
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.

Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d09fd6a

Please sign in to comment.