logstash-input-http icon indicating copy to clipboard operation
logstash-input-http copied to clipboard

Results 41 logstash-input-http issues
Sort by recently updated
recently updated
newest added

Adds a new config option: `response_body`, which keeps the current (String) `ok` as the default. This is useful for being able to issue a JSON response to clients. Additionally, the...

status:needs-triage

Hi, i want to have the possibility to use ssl_metadata in my pipeline for the http input as well. It is already included in the beats plugin, but not availalble...

enhancement

This is a stub issue for tracking to be followed-up with a PR that describes the improvement more succinctly with code than I can do in a formal issue description.

status:work-in-progress

Update Gradle to 8.7 and fixes deprecation warnings.

status:needs-review

When using Logstash http input plugin the connection not closed so that the fd process increased .when reach ulimit my pipeline got terminated

bug

Adds a proactive handler that rejects new requests with HTTP 429's when the queue has been blocking for more than 10 consecutive seconds, allowing back- pressure to propagate in advance...

status:needs-review

- Preface text adapted from Logstash Integration Filter (which operates in client-mode and therefore presents trust before identity, whereas this server-mode presents identity before trust) - Adds details about the...

status:approved

**Logstash information**: Please include the following information: 1. Logstash version: 8.17.2 **OS version** (`uname -a` if on a Unix-like system): Rocky 9.5 **Description of the problem including expected versus actual...

bug

**Summary** The logstash-input-http plugin currently supports Basic Authentication for securing webhook-based event ingestion. However, many modern services require OAuth-based authentication for secure and scalable access control. This feature request proposes...

enhancement