Skip to content

Commit de302a9

Browse files
[Apache] Fix a bug that may blank three visualizations (#5576)
* Fix Apache Visualizations Closes #5560 * Bump up version with an entry to changelog
1 parent 32be741 commit de302a9

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

packages/apache/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.8.2"
3+
changes:
4+
- description: Fix a bug that may blank three visualizations
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/issues/5560
27
- version: "1.8.1"
38
changes:
49
- description: Added categories and/or subcategories.

packages/apache/kibana/visualization/apache-22057f20-3a12-11eb-8946-296aab7b13db.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"default_index_pattern": "metrics-*",
3333
"default_timefield": "@timestamp",
3434
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
35-
"index_pattern": "",
36-
"interval": "",
35+
"index_pattern": "metrics-*",
36+
"interval": ">=1m",
3737
"isModelInvalid": false,
3838
"series": [
3939
{
@@ -61,7 +61,7 @@
6161
],
6262
"show_grid": 1,
6363
"show_legend": 1,
64-
"time_field": "",
64+
"time_field": "@timestamp",
6565
"tooltip_mode": "show_all",
6666
"type": "metric"
6767
},

packages/apache/kibana/visualization/apache-47820ce0-3a1d-11eb-8946-296aab7b13db.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"gauge_style": "half",
4141
"gauge_width": 10,
4242
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
43-
"index_pattern": "",
44-
"interval": "",
43+
"index_pattern": "metrics-*",
44+
"interval": ">=1m",
4545
"isModelInvalid": false,
4646
"series": [
4747
{
@@ -72,7 +72,7 @@
7272
],
7373
"show_grid": 1,
7474
"show_legend": 1,
75-
"time_field": "",
75+
"time_field": "@timestamp",
7676
"tooltip_mode": "show_all",
7777
"type": "metric"
7878
},

packages/apache/kibana/visualization/apache-99666080-3a20-11eb-8946-296aab7b13db.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"gauge_style": "half",
4141
"gauge_width": 10,
4242
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
43-
"index_pattern": "",
44-
"interval": "",
43+
"index_pattern": "metrics-*",
44+
"interval": ">=1m",
4545
"isModelInvalid": false,
4646
"series": [
4747
{
@@ -73,7 +73,7 @@
7373
],
7474
"show_grid": 1,
7575
"show_legend": 1,
76-
"time_field": "",
76+
"time_field": "@timestamp",
7777
"tooltip_mode": "show_all",
7878
"type": "metric"
7979
},

packages/apache/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: apache
33
title: Apache HTTP Server
4-
version: 1.8.1
4+
version: 1.8.2
55
license: basic
66
source:
77
license: Elastic-2.0

0 commit comments

Comments
 (0)