-
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
Metricbeat dashboards do not import correctly #2208
Comments
Related ES ticket: elastic/elasticsearch#19893 |
Removing Metricbeat label, as the same error appears when loading any dashboard/index pattern. |
A simple workaround is to replace one line in the
|
Workaround for elastic#2208. Elasticsearch alpha5 doesn't like the "Expect: 100-continue" header that is added by curl. We should remove this workaround after the next release is out.
Workaround for #2208. Elasticsearch alpha5 doesn't like the "Expect: 100-continue" header that is added by curl. We should remove this workaround after the next release is out.
@dedemorton Do you think we could document this workaround in the getting started for the alpha5, similar to how we had a workaround for alpha4? I can then also add a notice to the blog post. |
This is a proposal documentation of the workaround for elastic#2208.
I made a proposal for the docs in #2218. |
This is a proposal documentation of the workaround for #2208.
Closing this one as the workaround is in place in master and it's documented in the alpha5 docs. The Elasticsearch fix elastic/elasticsearch#19904 is also merged. |
Hm, the workaround doesn't work for me if I run the script with |
@cwurm We missed that in case of |
@cwurm can you please try to change this line:
with:
|
@monicasarbu That did it, works now. |
This should be solved in 5.0.0-beta1, as we re-wrote the import script in Golang. #2155 |
On alpha5, when loading the dashboards from the import_dashboards.sh script, they do not show up in Kibana.
For confirmed bugs, please report:
Alpha5
OSX
The text was updated successfully, but these errors were encountered: