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

Make -setup load the Beat dashboards #3506

Merged
merged 1 commit into from
Feb 3, 2017

Commits on Feb 2, 2017

  1. Make -setup load the Beat dashboards

    With this change, `filebeat -setup` loads the sample Kibana dashboards,
    being the rough equivalent of running: `scripts/import_dashboards && filebeat`.
    This works for all Beats, not only Filebeat. The `import_dashboards` program
    is kept for now, to avoid braking compatibility. Code wise, the two share
    most of the code, which was separated in a sub-package.
    
    All flags available for the `import_dashboard` are available as go-ucfg options.
    For example, to load the dashboards from a directory you can do:
    
        filebeat -e -setup -E "dashboards.dir=_meta/kibana"
    
    Or do load the snapshot version of the dashboards:
    
        filebeat -e -setup -E "dashboards.snapshot=true"
    
    This also changes the pipeline loading to happen automatically regardless of
    whether `-setup` was used or not.
    
    Part of elastic#3159.
    
    Contains updates for the docs and changelog.
    Tudor Golubenco committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    e10fbaa View commit details
    Browse the repository at this point in the history