Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[O11y][Apache] Migrate Metrics overview dashboard visualizations to lens in kibana 8.3.0 #5636

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/apache/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.9.0"
changes:
- description: Migrate `Overview` dashboard visualizations to lens.
type: enhancement
link: https://github.com/elastic/integrations/pull/5636
- version: "1.8.2"
changes:
- description: Fix a bug that may blank three visualizations
Expand Down
Binary file modified packages/apache/img/apache-metrics-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,500 changes: 1,378 additions & 122 deletions packages/apache/kibana/dashboard/apache-Metrics-Apache-HTTPD-server-status.json

Large diffs are not rendered by default.

52 changes: 0 additions & 52 deletions packages/apache/kibana/search/apache-HTTPD.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@
"id": "c2fc9400-3a11-11eb-8a27-5ff1727df0e0"
}
],
"default_index_pattern": "metrics-*",
"default_timefield": "@timestamp",
"drop_last_bucket": 1,
"hide_last_value_indicator": true,
"id": "61ca57f0-469d-11e7-af02-69e470af7417",
"index_pattern": "metrics-*",
"interval": ">=1m",
"isModelInvalid": false,
"max_lines_legend": 1,
"series": [
{
"axis_position": "right",
Expand All @@ -56,22 +57,27 @@
"separate_axis": 0,
"split_color_mode": "kibana",
"split_mode": "everything",
"stacked": "none"
"stacked": "none",
"time_range_mode": "entire_time_range"
}
],
"show_grid": 1,
"show_legend": 1,
"time_field": "@timestamp",
"time_range_mode": "last_value",
"tooltip_mode": "show_all",
"type": "metric"
"truncate_legend": 1,
"type": "metric",
"use_kibana_indexes": false
},
"title": "Uptime [Metrics Apache]",
"type": "metrics"
}
},
"coreMigrationVersion": "8.3.0",
"id": "apache-22057f20-3a12-11eb-8946-296aab7b13db",
"migrationVersion": {
"visualization": "7.9.3"
"visualization": "8.3.0"
},
"references": [],
"type": "visualization"
Expand Down

This file was deleted.

This file was deleted.

Loading