Skip to content

Commit

Permalink
[O11y][Kafka] Migration for visualizations to lens in kibana 8.8.0 (#…
Browse files Browse the repository at this point in the history
…5594)

* Migrate kafka visualizations to lens in Kibana 8.6.0

* update changelog.yml

* migrate pending visualizations to lens

* export dashboards to 8.7.0

* address review comments
  • Loading branch information
harnish-elastic authored and gizas committed Sep 5, 2023
1 parent 64564b7 commit 5ebe815
Show file tree
Hide file tree
Showing 19 changed files with 2,433 additions and 1,486 deletions.
5 changes: 5 additions & 0 deletions packages/kafka/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: Migrate visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/5594
- version: "1.9.0"
changes:
- description: Revert changes to permissions to reroute events to logs-*-* for log datastream
Expand Down
Binary file modified packages/kafka/img/filebeat-kafka-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.
Binary file modified packages/kafka/img/metricbeat_kafka_dashboard.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.

2,110 changes: 2,005 additions & 105 deletions packages/kafka/kibana/dashboard/kafka-ea488d90-8e63-11e8-8fa2-3d5f811fbd0f.json

Large diffs are not rendered by default.

32 changes: 23 additions & 9 deletions packages/kafka/kibana/search/kafka-all-kafka-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@
"message"
],
"description": "",
"grid": {
"columns": {
"kafka.log.component": {
"width": 195
},
"log.level": {
"width": 109
}
}
},
"hideChart": false,
"hits": 0,
"isTextBasedQuery": false,
"kibanaSavedObjectMeta": {
"searchSourceJSON": {
"filter": [
Expand All @@ -21,18 +33,13 @@
"key": "data_stream.dataset",
"negate": false,
"params": {
"query": "kafka.log",
"type": "phrase"
"query": "kafka.log"
},
"type": "phrase",
"value": "log"
"type": "phrase"
},
"query": {
"match": {
"data_stream.dataset": {
"query": "kafka.log",
"type": "phrase"
}
"match_phrase": {
"data_stream.dataset": "kafka.log"
}
}
}
Expand All @@ -52,10 +59,17 @@
"desc"
]
],
"timeRestore": false,
"title": "All logs [Logs Kafka]",
"usesAdHocDataView": false,
"version": 1
},
"coreMigrationVersion": "8.7.0",
"created_at": "2023-07-26T06:39:08.427Z",
"id": "kafka-all-kafka-logs",
"migrationVersion": {
"search": "8.0.0"
},
"references": [
{
"id": "logs-*",
Expand Down
5 changes: 5 additions & 0 deletions packages/kafka/kibana/search/kafka-stacktraces.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"title": "Stacktraces [Logs Kafka]",
"version": 1
},
"coreMigrationVersion": "8.7.0",
"created_at": "2023-07-26T06:39:08.427Z",
"id": "kafka-stacktraces",
"migrationVersion": {
"search": "8.0.0"
},
"references": [
{
"id": "logs-*",
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5ebe815

Please sign in to comment.