logstash
logstash copied to clipboard
Logstash - transport and process your logs, events, or other data
similar to https://github.com/elastic/logstash/commit/fedcf58c4888c959ce1f7f7e6cec3b457fd16eb8
Plugins are not being specific about the accepted SSL key/certificate format. The manticore-based plugins, for example, are not documenting that the SSL keys should be in the `PCK8` format, otherwise...
**Built on top of #15679** ## Release notes ## What does this PR do? ## Why is it important/What is the impact to the user? ## Checklist - [ ]...
https://repo1.dso.mil/dsop/elastic/logstash/logstash7/-/issues/24 update to newest ubi version
**Logstash information**: Please include the following information: 1. Logstash version: 8.14.0 2. Logstash installation source: zip archive 3. How is Logstash being run: Via command line **JVM** (e.g. `java -version`):...
## Release notes ## What does this PR do? ## Why is it important/What is the impact to the user? ## Checklist - [ ] My code follows the style...
**Logstash information**: Please include the following information: 1. Logstash version (e.g. `bin/logstash --version`) 2. 8.14.0 3. Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from...
Related: #15970 For POC, we're starting with these documented support levels: * Elastic Tier 1 (t1) * Elastic Tier 2 (t2) * Community plugin (comm) * Partner plugin (partner) This...
Logstash being a Java application uses JDK and in some circumstances that code log some messages that could be helpful to troubleshoot and investigate some issues. For example, HTTP client...
Azure Event Hub input plugin uses a client (deprecated) that leverages the HTTP client provided by the JDK. Such client can be configured to use https proxy. Update documentation, in...