-
Notifications
You must be signed in to change notification settings - Fork 913
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
[BUG] metricbeat dashboards fail to install #831
Comments
I was mistaken. They are visible, but only in the private tenant exclusive to the user id that uploaded them. Is there a way to make them globally available? |
@ahopp can you respond here? |
I have the same check issue on beats tools in version 7.10.2 : |
What I did is export the saved objects from the private tenant dashboard (with all objects) in the gui, and then import that ndjson file into global tenant. It works perfectly. |
#939 includes some options to address this |
… to do so Today I learned (see opensearch-project/OpenSearch-Dashboards#656, opensearch-project/OpenSearch-Dashboards#831) that Beats won't import dashboards into OpenSearch Dashboards using the "Kibana API." For now, then these will have to be imported manually.
Generic chart for handling the Heat map and Swim lane. The main difference between those two is X-axis scaling, categorical vs. time-based. Currently supported: * Linear, threshold, quantile, and quantize color scaling * Time scaling for X-axis, with custom boundaries and interval * Tooltip for cells and Y-axis values * Highlighting of the brushed area with customizable styling * Legend based on the color scaling and handling the deselected series * Basic styling for axis, grid, and cells. Events: * onElementClick callback for the clicked cell on the chart * Providing X, Y ranges and selected cells with onBrushEnd callback as part of the chart config fix opensearch-project#752 Co-authored-by: Marco Vettorello <[email protected]>
# [23.1.0](elastic/elastic-charts@v23.0.1...v23.1.0) (2020-10-02) ### Features * heatmap/swimlane chart type ([opensearch-project#831](elastic/elastic-charts#831)) ([7cd9a6b](elastic/elastic-charts@7cd9a6b)), closes [opensearch-project#752](elastic/elastic-charts#752)
Hi @wyllys66 , how do you manage to call this import API? I tried for aws opensearch 1.2, but observed an error "no matches found: https://opensearch_url:443/_dashboards/api/opensearch-dashboards/dashboards/import?exclude=index-patterh&force=true" I could not find any documentation on this "api/opensearch-dashboards/dashboards/import" API as well. |
Filebeat 7.17.3 suricata dashboards:
I suspect one would need to import the related visualizations first but I have no idea how to do that. |
Attempting to install metricbeat (7.12.1) dashboards into the opensearch-dashboard fails due to the Kibana version check.
The workaround is to manually upload them with curl, for example:
The command above appears to succeed (200 status), but the uploaded dashboards never show up in the "dashboards" section of the GUI and there are no errors in the logs indicating a problem.
Is there any guidance for installing the metricbeat dashboards to opensearch/opensearch-dashboard 1.0.1 ?
The text was updated successfully, but these errors were encountered: