Skip to content

Commit

Permalink
fix(packs): address all validation errors (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeveland27 authored Jun 30, 2021
1 parent a0d874f commit 32beff2
Show file tree
Hide file tree
Showing 7 changed files with 480 additions and 486 deletions.
12 changes: 6 additions & 6 deletions packs/elasticsearch/dashboards/elasticsearch.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Elasticsearch Monitoring",
"description": null,
"description": "",
"pages": [
{
"name": "Cluster Overview",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -97,7 +97,7 @@
},
{
"name": "Nodes",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -300,7 +300,7 @@
},
{
"name": "Indices",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -365,7 +365,7 @@
},
{
"name": "Performance",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -539,4 +539,4 @@
]
}
]
}
}
5 changes: 2 additions & 3 deletions packs/golden-signals-web/dashboards/golden_signals.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "Golden Signals Web",
"description": null,
"permissions": "PUBLIC_READ_WRITE",
"description": "",
"pages": [
{
"name": "Golden Signals Web",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down
6 changes: 3 additions & 3 deletions packs/infrastructure/dashboards/infra_pages_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pages": [
{
"name": "Infrastructure Overview",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -426,7 +426,7 @@
},
{
"name": "Health of Hosts",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down Expand Up @@ -572,7 +572,7 @@
},
{
"name": "Infrastructure Metrics",
"description": null,
"description": "",
"widgets": [
{
"visualization": {
Expand Down
Loading

0 comments on commit 32beff2

Please sign in to comment.