IngaFeick

Results 9 issues of IngaFeick

- fix left nav for ' instead of ", command insertion breaks - dont display time when its a list of series - add select-links to series list for v1...

Login fails for a user with special characters in the name (srt-something), but works with curl request.

The mousehover timestamp to date translation is gone.

The version number should be in the alt/title mouseover highlight of the influxviewer logo when logged in. That's currently empty.

New commands are not added to the sidebar history.

Queries with characters like + break when carried to page 2 because they are not properly encoded. Example: list series /monmon.logstash.lag.([^.]_).partition.(\d+)$/ becomes list series /monmon.logstash.lag.([^.]_).partition.(\d )$/ This makes it impossible...

We would like to update the google-protobuf library to the[ latest java version](https://rubygems.org/gems/google-protobuf/versions/3.24.3-java) 3.24.3. This version requires ruby >= 2.7. The [earliest jruby supporting 2.7 ruby](https://github.com/jruby/jruby/issues/6464) is 9.4 but our...

This PR introduces a new config option to automatically discard event fields which are not in the protobuf definition. In the current version 1.2.4 an event with additional fields will...

From https://github.com/AlexJF/logstash-codec-protobuf/commit/1eaa88f75e3fd441cccd8a0707fbaed2d476f9e6 > When used with certain inputs that receive stream data (such as TCP), the default implementation of protobuf parsing sometimes fails silently leading to hard to debug data...