Skip to content

Commit

Permalink
Fix Apache Visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-youhei committed Mar 17, 2023
1 parent 2d5332c commit 5324257
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"default_index_pattern": "metrics-*",
"default_timefield": "@timestamp",
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
"index_pattern": "",
"interval": "",
"index_pattern": "metrics-*",
"interval": ">=1m",
"isModelInvalid": false,
"series": [
{
Expand Down Expand Up @@ -61,7 +61,7 @@
],
"show_grid": 1,
"show_legend": 1,
"time_field": "",
"time_field": "@timestamp",
"tooltip_mode": "show_all",
"type": "metric"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"gauge_style": "half",
"gauge_width": 10,
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
"index_pattern": "",
"interval": "",
"index_pattern": "metrics-*",
"interval": ">=1m",
"isModelInvalid": false,
"series": [
{
Expand Down Expand Up @@ -72,7 +72,7 @@
],
"show_grid": 1,
"show_legend": 1,
"time_field": "",
"time_field": "@timestamp",
"tooltip_mode": "show_all",
"type": "metric"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"gauge_style": "half",
"gauge_width": 10,
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
"index_pattern": "",
"interval": "",
"index_pattern": "metrics-*",
"interval": ">=1m",
"isModelInvalid": false,
"series": [
{
Expand Down Expand Up @@ -73,7 +73,7 @@
],
"show_grid": 1,
"show_legend": 1,
"time_field": "",
"time_field": "@timestamp",
"tooltip_mode": "show_all",
"type": "metric"
},
Expand Down

0 comments on commit 5324257

Please sign in to comment.