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

Fix dashboard links in Add Data UI #30860

Merged
merged 2 commits into from
Feb 13, 2019

Conversation

kaiyan-sheng
Copy link
Contributor

@kaiyan-sheng kaiyan-sheng commented Feb 12, 2019

Beats dashboard IDs were adjusted to not conflict with the 6.x dashboards so all the Add Data UI tutorials for Beats are broken. This PR is to update the links in kibana to fix Add Data UI when clicking for example AWS metrics dashboard.
screen shot 2019-02-12 at 9 34 15 am

closes #30805

@kaiyan-sheng kaiyan-sheng self-assigned this Feb 12, 2019
@@ -22,7 +22,7 @@ import { TUTORIAL_CATEGORY } from '../../../common/tutorials/tutorial_category';
import { onPremInstructions, cloudInstructions, onPremCloudInstructions } from '../../../common/tutorials/filebeat_instructions';

export function apacheLogsSpecProvider(server, context) {
const moduleName = 'apache2';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruflin when I'm fixing the links, I saw this. Should this be apache instead of apache2?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, this should be apache.

@kaiyan-sheng kaiyan-sheng added Team:Beats Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Feb 12, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/beats

@kaiyan-sheng kaiyan-sheng requested a review from ruflin February 12, 2019 21:52
Copy link
Contributor

@ruflin ruflin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 1 minor comment.

},
}),
euiIconType: 'logoApache',
artifacts: {
dashboards: [
{
id: 'Filebeat-Apache2-Dashboard',
id: 'Filebeat-Apache-Dashboard-ecs',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you double check if we renamed the ID in the Beats repo for the dashboard?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spalger
Copy link
Contributor

spalger commented Feb 13, 2019

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@kaiyan-sheng kaiyan-sheng merged commit a9c556b into elastic:master Feb 13, 2019
@kaiyan-sheng kaiyan-sheng deleted the new_dashboard_ids branch February 13, 2019 14:52
kaiyan-sheng added a commit to kaiyan-sheng/kibana that referenced this pull request Feb 14, 2019
* Fix dashboard links in Add Data UI

* Fix dashboard links in logging add data ui
kaiyan-sheng added a commit to kaiyan-sheng/kibana that referenced this pull request Feb 14, 2019
* Fix dashboard links in Add Data UI

* Fix dashboard links in logging add data ui
kaiyan-sheng added a commit that referenced this pull request Feb 16, 2019
* Fix dashboard links in Add Data UI

* Fix dashboard links in logging add data ui
kaiyan-sheng added a commit that referenced this pull request Feb 16, 2019
* Fix dashboard links in Add Data UI

* Fix dashboard links in logging add data ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Beats Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust Add Data UI for Beats to link to new dashboard id's
4 participants