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

[Backport][8.13] Updates helpers #2360

Merged
merged 2 commits into from
Apr 18, 2024
Merged

[Backport][8.13] Updates helpers #2360

merged 2 commits into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. [Gem] Fixes ES|QL Helper

    When passing in a parser, if the value was nil, the helper would
    error. Now it returns nil for nil values.
    picandocodigo committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2a43b6a View commit details
    Browse the repository at this point in the history
  2. [Gem] Fixes Bulk Helper

    Addresses an issue where when using `slice`, the wrong hash was being
    passed again to `ingest` therefore adding unneccessary hash nesting.
    picandocodigo committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3b1977a View commit details
    Browse the repository at this point in the history