Ferdinand Holzer

Results 16 issues of Ferdinand Holzer

Keys in customUserAcls are silently ignored in case there is no equivalent user defined. Maybe the validate step could check for that.

enhancement

Are there any plans to support `PREFIXED` consumer groups (service type: application)? For now I implemented this at in [my fork](https://github.com/fholzer/kafka-gitops/tree/add-service-prefixed) though as I'm not familiar with the code base...

enhancement

#### What problem are you trying to solve? Support `servername` https option. This alows user to send requests to servers that don't have a proper domain name, but use a...

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

status:needs-triage

connect_to_wireguard_with_token.sh seems to call port_forwarding.sh with the external VPN server IP, which results in a 401, failing to set up port forwarding. This PR fixes that by extracting the server_vip...

We're on version 7.x and the upgrade assistant gives the following output: > You have 1 index patterns (cf-http-*...) that use scripted fields. Scripted fields are deprecated and will be...

Scripted fields are deprecated and need to be removed before upgrading to ES v8. This PR provides updates to the index template and (not yet to the) dashboard export file...

See https://www.elastic.co/guide/en/elasticsearch/reference/7.16/breaking-changes-7.2.html#deprecate-ecs-parameter Resolves https://github.com/cloudflare/cloudflare-elastic/issues/34. The *-v8 files are copies of the respective -v7 files, though without the "ecs" property on the "user_agent" ingest processors.

Umbrella issue for issues related to supporting v8 - [ ] #33 - [ ] #34

Before upgrading, users run the "Upgrade Assistant" to determine if there are any issues that need to be resolved before upgrading to the next major version. For the upgrade from...