-
Notifications
You must be signed in to change notification settings - Fork 66
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] Reports do not respect dates and contain errors when using absolute date range #204
Comments
I tested this with the same eCommerce dashboard and set the absolute date to November 1 and I get the correct time range with no errors in my report. Can you confirm that you still see this issue? |
Thanks for investigating! I just tried this again using the example docker-compose.yaml file and I can still repro the issue. |
I am able to reproduce the issue in the 1.1 version, but it seems to be fixed in 1.2. Please use the latest version and try |
@zhongnansu thanks for verifying that. I can confirm that the issue is fixed in 1.2.0 running locally. Do you have any visibility into when 1.2 might be available on AWS OpenSearch? I've asked in the OpenSearch Forum and on the AWS forum and have heard "we don't know" and 🦗 🦗 , respectively. |
@zhongnansu Sorry, like the answer in the the Opensearch forum says, we don't have a fixed date here for AWS Opensearch release. But I think the long term goal is to have AWS and opensource release at the same day : ) |
Describe the bug
Generating a report from a dashboard when specifying an absolute date range fails to show the requested date range and the report contains errors showing
Error restoring state from URL rison decoder error: missing ':'
.To Reproduce
Steps to reproduce the behavior:
[eCommerce] Revenue Dashboard
dashboardOctober 1, 2021 @ 00:00:00.000
tonow
Reporting
>Download PDF Report
(also happens w/ PNG reports)Expected behavior
Report shows absolute date range specified in the dashboard and does not contain errors
OpenSearch Version
1.1.0 (via
opensearchproject/opensearch:1.1.0
docker image)Dashboards Version
1.1.0 (via
opensearchproject/opensearch-dashboards:1.1.0
docker image)Plugins
Defaults -- from
_cat/plugins
API endpoint:Screenshots
Here's a PNG report of an attempt to export the date range from
October 1, 2021 @ 00:00:00.000
tonow
. Note the errors in the lower right and that the date range showsLast 7 days
instead of the requested range.Host/Environment (please complete the following information):
Google Chrome Version 95.0.4638.54 (Official Build) (x86_64)
Additional context
This may be fixed by #153 (and potentially just another symptom of issues #61 and/or #88).
The text was updated successfully, but these errors were encountered: