Skip to content

Commit

Permalink
Rename id of Kafka overview dashboard
Browse files Browse the repository at this point in the history
The Kafka had the same id as the title which complicates the automatic conversion to 7.x dashboards, see elastic#9998. This is extracted from the migration PR to be able to easily reset the other data again when needed.
  • Loading branch information
ruflin committed Jan 15, 2019
1 parent 57d44ca commit f04f2f7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"type": "histogram"
}
},
"id": "Number of Kafka stracktraces by class",
"id": "number-of-kafka-stracktraces-by-class",
"type": "visualization",
"version": 2
},
Expand Down Expand Up @@ -389,7 +389,7 @@
"panelsJSON": [
{
"col": 1,
"id": "Number of Kafka stracktraces by class",
"id": "number-of-kafka-stracktraces-by-class",
"panelIndex": 1,
"row": 1,
"size_x": 6,
Expand Down Expand Up @@ -453,4 +453,4 @@
}
],
"version": "6.0.0-beta1-SNAPSHOT"
}
}

0 comments on commit f04f2f7

Please sign in to comment.