Skip to content

Commit 90ce86e

Browse files
[O11y][HAProxy] Migrate log data-stream visualizations to lens in kibana 8.4.0 (#5610)
* Migrate log datastream visualizations to lens * Update changelog * Migrate visualizations to 8.6.0 * Update Kibana version * Update manifest
1 parent a741c45 commit 90ce86e

8 files changed

+374
-359
lines changed

packages/haproxy/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.10.0"
3+
changes:
4+
- description: Migrate log data-stream visualizations to lens.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/5610
27
- version: "1.9.0"
38
changes:
49
- description: Enable time series data streams for the metrics datasets. This improves storage usage and query performance. For more details, see https://www.elastic.co/guide/en/elasticsearch/reference/current/tsds.html
281 KB
Loading

packages/haproxy/kibana/dashboard/haproxy-3560d580-aa34-11e8-9c06-877f0445e3e0.json

Lines changed: 359 additions & 40 deletions
Large diffs are not rendered by default.

packages/haproxy/kibana/map/haproxy-b7d14510-e1dd-11ec-baf0-970634a1784d.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"style": {
1818
"type": "TILE"
1919
},
20-
"type": "VECTOR_TILE",
20+
"type": "EMS_VECTOR_TILE",
2121
"visible": true
2222
},
2323
{
@@ -140,7 +140,7 @@
140140
},
141141
"type": "VECTOR"
142142
},
143-
"type": "VECTOR",
143+
"type": "GEOJSON_VECTOR",
144144
"visible": true
145145
}
146146
],
@@ -196,10 +196,11 @@
196196
"openTOCDetails": []
197197
}
198198
},
199-
"coreMigrationVersion": "8.0.0",
199+
"coreMigrationVersion": "8.6.0",
200+
"created_at": "2023-04-10T13:07:07.875Z",
200201
"id": "haproxy-b7d14510-e1dd-11ec-baf0-970634a1784d",
201202
"migrationVersion": {
202-
"map": "8.0.0"
203+
"map": "8.4.0"
203204
},
204205
"references": [
205206
{

packages/haproxy/kibana/visualization/haproxy-55251360-aa32-11e8-9c06-877f0445e3e0.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

packages/haproxy/kibana/visualization/haproxy-68af8ef0-aa33-11e8-9c06-877f0445e3e0.json

Lines changed: 0 additions & 158 deletions
This file was deleted.

packages/haproxy/kibana/visualization/haproxy-7fb671f0-aa32-11e8-9c06-877f0445e3e0.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

packages/haproxy/manifest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: haproxy
22
title: HAProxy
3-
version: "1.9.0"
3+
version: "1.10.0"
44
description: Collect logs and metrics from HAProxy servers with Elastic Agent.
55
type: integration
66
icons:
@@ -21,6 +21,10 @@ screenshots:
2121
title: Kibana HAProxy overview
2222
size: 1725x780
2323
type: image/png
24+
- src: /img/haproxy-logs-overview.png
25+
title: HAProxy overview
26+
size: 1725x780
27+
type: image/png
2428
policy_templates:
2529
- name: haproxy
2630
title: HAProxy logs and metrics

0 commit comments

Comments
 (0)