Skip to content
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] Saved search filter types are not fully supported when creating csv report #92

Closed
3 tasks done
Tracked by #162
zhongnansu opened this issue Jun 21, 2021 · 0 comments
Closed
3 tasks done
Tracked by #162
Assignees
Labels
bug Something isn't working

Comments

@zhongnansu
Copy link
Member

zhongnansu commented Jun 21, 2021

Missing the following filters

Some filters will not be recognized and parsed by csv reporting module and couldn't generate correct report, with filtered data.
e.g. range filter

  • a example meta filter field of a saved search
"filter":[{"meta":{"params":{"gte":3,"lt":5},"alias":null,"negate":false,"disabled":false,"type":"range","key":"total_quantity","indexRefName":"kibanaSavedObjectMeta.searchSourceJSON.filter[0].meta.index"},"range":{"total_quantity":{"gte":3,"lt":5}},"$state":{"store":"appState"}}

To Reproduce
Steps to reproduce the behavior:

  1. add sample e-commerce dataset
  2. go to Discover page and add a filter of "total_quantity" is between "3" to "5"
  3. save it
  4. create csv report

Expected behavior

Plugins
Reporting

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants