Edmo Vamerlatti Costa
Edmo Vamerlatti Costa
#### Tell us about the issue **Description:** We should document the default rolling strategy configured on Logstash `log4j2.properties`. It's also important to explain that it does not provide any default...
Logstash currently support two plugins to deal with TCP inbound and outbound connections, the [logstash-input-tcp](https://github.com/logstash-plugins/logstash-input-tcp) and [logstash-output-tcp](https://github.com/logstash-plugins/logstash-output-tcp). Both plugins share the same functionality, running in `server` mode (listening for client...
Added an `ssl[:verify]` option `:noop` to turn off only the hostname verification, unlike `:none` or `:disabled` that overrides the `trust_strategy`, this new option still validates the certificate, ignoring only the...
This codec currently requires all received enterprise/flow set ID to be mapped in the `ipfix.yaml` file. When it receives an unknown flow set ID, it fails to decode the whole...
It's not uncommon for a few Cisco IPFIX devices to send packets with flow length equals to 4, which essentially is the size of the Flow Set ID + Flow...
This issue should make the plugin SSL settings consistent with the naming convention defined in the [meta issue](https://github.com/elastic/logstash/issues/14905). Missing settings already supported by the plugin's HTTP/TCP client, which only requires...
**Description:** When Logstash is upgrade via RPM/DEB. It silently removes all non-built-in plugins that have been installed by the user. These plugins need to be reinstalled manually after upgrading. Updating...
**Description:** Introduced the `MD5` converter function which returns the MD5 hash/digest of the given `value` (path expression to a string telemetry field or a literal string). **Link to tracking Issue:**...
### Component(s) pkg/ottl ### Is your feature request related to a problem? Please describe. Although MD5 is no longer a recommended/safe hashing algorithm, it is still required for compatibility purposes....
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...