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

Rewrite import_dashboards.sh script in go #2155

Merged
merged 4 commits into from
Aug 17, 2016

Commits on Aug 17, 2016

  1. Generate Kibana index pattern from etc/kibana/fields.yml

    The format of each field can be specified in fields.yml using the `format` option.
    
    Generate Kibana index pattern for all the elastic beats by running `make update`
    monicasarbu committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    f27145a View commit details
    Browse the repository at this point in the history
  2. Re-write the import script in golang, to have one script for windows …

    …and unix systems instead of two scripts (bash
    
    +powershell).
    
    The script imports the dashboards together with visualizations, searches and index pattern for a Beat in Elasticsearch.
    The script is added to the Beat package.
    monicasarbu committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    aacfff4 View commit details
    Browse the repository at this point in the history
  3. fix makefile

    monicasarbu committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    8d60ae2 View commit details
    Browse the repository at this point in the history
  4. address comments

    monicasarbu committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    054d5c6 View commit details
    Browse the repository at this point in the history