-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Digest Authentication to 'httpjson' input #37737
Comments
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@getkub I'd be interested to see a case of HTTPJSON use where you think the CEL equivalent is complicated. |
@efd6 Few instances below
|
@getkub, a GET-based configuration will look at a minimum like the example in the configuration UI (the endpoint copied from there for the example)
plus configuration that's essentially identical to the config options in the HTTPJSON package. If the body of the response had an array of elements that you want to split on, say called
The language allows more, but in the minimum it is clearer than HTTPJSON in terms of what is actually being executed. |
ok, in that case you can close the issue. thanks for the explanation |
Describe the enhancement:
First of all thanks for implementing Digest Authentication in filebeat CEL input type. As more and more SAAS solutions with API use 'digest' authentication, it would be beneficial to embed digest authentication type to 'httpjson' input type
Describe a specific use case for the enhancement or feature:
CEL
is complicated for many use-cases andhttpjson
is much easy and sufficient in many scenarios.CEL input has been uplifted using Digest authentication in: #36932
Please extend this to https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-httpjson.html
The text was updated successfully, but these errors were encountered: