Ry Biesemeyer

Results 50 issues of Ry Biesemeyer

Should missing commands just be forwarded to redis? Consider the following scenario: 1. new command supported by `redis-rb` (yay!) 2. people use it under `redis-namespace`, expecting it to be namespaced...

On version `7.2.0` logstash is throwing an error when we try to open a gzip file in `read mode`, on version `7.1.1` I couldn't reproduce the error. Below I'm providing...

Moved from https://github.com/elastic/logstash/issues/10800 > - Version: 7.0.1 > - Operating System: Ubuntu 18.04 LTS > - Config File (if you have sensitive info, please remove it): > > ``` >...

## Problem Statement As we introduce rate-of-flow metrics (https://github.com/elastic/logstash/issues/14463), the current practice of overloading of counter metrics to act as timers (by incrementing them after the tracked execution has completed)...

enhancement
discuss
design
status:needs-triage

## Problem Statement It is often difficult to understand the health of a pipeline, including whether it is exerting or propagating back-pressure or otherwise staying reasonably “caught up” with its...

enhancement
meta

Plugins will be unable to easily take advantage of the deprecation logger introduced in https://github.com/elastic/logstash/pull/11260, because introducing it to a plugin means that plugin will no longer work on Logstashes...

v8.0.0
v7.6.0

This is a stub issue meant to capture the work of _designing_ a logstash-to-logstash experience that is: - simple to define in the simple cases (like the `pipeline` to `pipeline`...

enhancement
pipeline-to-pipeline
status:needs-triage
spacetime

The Logstash input and output plugins for Kafka are now provided by [a single "integration" plugin](https://www.elastic.co/guide/en/logstash/current/plugins-integrations-kafka.html), and the previous stand-alone plugins are no longer maintained. By including instructions for the...

> 8.1. Character Encoding > > JSON text SHALL be encoded in UTF-8, UTF-16, or UTF-32. The default > encoding is UTF-8, and JSON texts that are encoded in UTF-8...

I'm neither a C++ expert nor a Go one, but here's a stab at exposing a little more of CLD2 to go-land; we plan to use this project internally at...