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

[8.x](backport #40912) x-pack/filebeat/input/cel: make http functions always available #40933

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 20, 2024

  1. x-pack/filebeat/input/cel: make http functions always available (#40912)

    HTTP functions were previously conditional on the resource URL being an
    HTTP/HTTPS URL. In hindsight, this offers no benefits and can result in
    confusing errors when the end user enters an invalid URL for an HTTP-based
    integration. Instead of a URL-related or HTTP-related error, the user is
    given a compilation error indicating that the HTTP-related function that
    are being called (and they may not be aware of in any way) are not valid
    references. So let's just always make them available.
    
    (cherry picked from commit 14337dd)
    efd6 authored and mergify[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4e918c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    033d569 View commit details
    Browse the repository at this point in the history