Robin Goussey
Robin Goussey
Hi, Right now there is nothing like this for schema management. It might be useful to also allow/declare what topics/subjects use what schemas: ```yaml config: #Where the schemas reside schemaDir:...
**Description** Nullables, as Type: ['string','null'] should now return string instead of Object[]. **Related issue(s)** Fixes #749
#### Describe the bug In our schema, we have multiple types, that are nullable types, like a string. Eg. ``` username: type: [ "string", "null" ] description: The username of...
Hi, I am using this library, to try and connect to cameras, that are behind reverse proxies. However it seems somewhere in the code it changes the camera.localhost to the...
**Describe the bug** When using logstash output plugin, and redirecting beats traffic to it, parsing does not happen anymore for filebeat modules. Filebeat seems to build pipelines in opensearch. When...