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

Update export_dashboard script to export full dashboard json doc #7241

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented Jun 1, 2018

In #7239 support to export a dashboard is a added to each Beat. This is expected to be used by users. The export_dashboard script from the Beats repository is expected by the Devs and contributors which want to add new dashboards.

In #7224 the dashboards are modified to be stored with decoded json objects for better versioning. This change modifies the export dashboard script so it generates the same decoded output so no additional conversion is needed.

Note: The export_dashboard script could need some cleanup but I didn't tackle this in this PR and leave it for later to keep the change to a minimum.

@ruflin ruflin added in progress Pull request is currently in progress. review :Dashboards blocked labels Jun 1, 2018
@ruflin ruflin mentioned this pull request Jun 1, 2018
@ruflin ruflin force-pushed the improve-dashboard-exporter-dev branch from 3f63a5c to 7592d9f Compare June 4, 2018 07:52
In elastic#7239 support to export a dashboard is a added to each Beat. This is expected to be used by users. The export_dashboard script from the Beats repository is expected by the Devs and contributors which want to add new dashboards.

In elastic#7224 the dashboards are modified to be stored with decoded json objects for better versioning. This change modifies the export dashboard script so it generates the same decoded output so no additional conversion is needed.

Note: The export_dashboard script could need some cleanup but I didn't tackle this in this PR and leave it for later to keep the change to a minimum.
@ruflin ruflin force-pushed the improve-dashboard-exporter-dev branch from 7592d9f to 4f57f44 Compare June 4, 2018 08:05
@ruflin ruflin removed blocked in progress Pull request is currently in progress. labels Jun 4, 2018
@ruflin
Copy link
Member Author

ruflin commented Jun 4, 2018

Rebased and ready for review.

Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

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

LGTM

@jsoriano jsoriano merged commit 245b3e1 into elastic:master Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants