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

Commits on Jun 4, 2018

  1. Update export_dashboard script to export full dashboard json doc

    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 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    4f57f44 View commit details
    Browse the repository at this point in the history