Skip to content

[BUG] 2.19 bug fixes#657

Open
sumukhswamy wants to merge 8 commits intoopensearch-project:2.19from
sumukhswamy:2.19-bug-fixes
Open

[BUG] 2.19 bug fixes#657
sumukhswamy wants to merge 8 commits intoopensearch-project:2.19from
sumukhswamy:2.19-bug-fixes

Conversation

@sumukhswamy
Copy link
Copy Markdown
Collaborator

@sumukhswamy sumukhswamy commented Nov 18, 2025

Description

This fix ensures the data scenarios where datetime fields may be null or undefined when a report is triggered from Discover

image image

When trying to generate CSV/XLSX reports from saved searches in the data explorer with security tenants enabled, the report generation fails because the system incorrectly identifies the saved search.

URLs like discover?security_tenant=global#/view/3ba638e0-b894-11e8-a6d9-e546fe2bba5f were being parsed incorrectly
Instead of extracting the saved search ID 3ba638e0-b894-11e8-a6d9-e546fe2bba5f, the system was getting discover
This caused report generation to fail with validation errors
Updated the URL parsing logic to correctly extract saved search IDs from data explorer URLs, even when security tenant parameters are present.

Issues Resolved

#308
#535

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant