Skip to content

Add filter_path to bulk message for performance improvement #273

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

Open
mrnonz opened this issue Apr 7, 2025 · 1 comment
Open

Add filter_path to bulk message for performance improvement #273

mrnonz opened this issue Apr 7, 2025 · 1 comment
Labels
enhancement Increases software capabilities beyond original client specifications untriaged

Comments

@mrnonz
Copy link

mrnonz commented Apr 7, 2025

Describe the solution you'd like
We should setting filter_path to as default requests to reduce the size of responses from opensearch.

During the _bulk request if errors,items.*.error,items.*.status is applied to filter_path, it should reduce > 90% of the response size from opensearch, reducing bandwidth usage and also making response processing faster (less json to deserialize).

@mrnonz mrnonz added the enhancement Increases software capabilities beyond original client specifications label Apr 7, 2025
@mrnonz
Copy link
Author

mrnonz commented Apr 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Increases software capabilities beyond original client specifications untriaged
Projects
None yet
Development

No branches or pull requests

1 participant