logstash-input-http
logstash-input-http copied to clipboard
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...
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...
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.
Update Gradle to 8.7 and fixes deprecation warnings.
When using Logstash http input plugin the connection not closed so that the fd process increased .when reach ulimit my pipeline got terminated
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...
- 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...
**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...
**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...