-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add option to load the dashboards via the Kibana API #4682
Conversation
1efd7a2
to
c493a5a
Compare
} | ||
|
||
cfg := dashboards.DashboardsConfig{ | ||
/* prepare the Elasticsearch index pattern */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover?
} | ||
indexSel := outil.MakeSelector(outil.FmtSelectorExpr(fmtstr, "")) | ||
/* TLS config */ | ||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
leftover?
@@ -1,4 +1,4 @@ | |||
:stack-version: 5.5.0 | |||
:doc-branch: 5.5 | |||
:stack-version: 5.6.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@monicasarbu did you run set-version for this?
@tsg Kind of concerned that we miss that somewhere else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not set by set_version
, but it's part of the release checklist to update it. I think it's fine to be changed here.
jenkins, package it |
9e66d5d
to
725f4d6
Compare
bff75d7
to
d827cb1
Compare
Tested manually with 6.0.0-beta1 and 5.4.1. Both seem to work fine. Nice work, @monicasarbu! |
Trying to solve #4712
This PR adds the option to the
import_dashboards
script to load the dashboards using the Kibana API. By default, theimport_dashboards
loads the dashboards to Elasticsearch. The same behavior has the-setup
option.This PR is a manual backport from master and it's customized for 5.6 branch. The motivation is that loading the dashboards in Beats 5.x to work with Elasticsearch 6.x version.