Describe the issue
I encountered an error while configuring the CRD ClusterOutput fluentbit.fluent.io for the InfluxDB plugin. The issue is related to the "host" field, which has the format set as "ipv6." However, it is not possible to specify the host of the database (the service name in the cluster/domain)
Error message: spec.influxDB.host in body must be of type ipv6
To Reproduce
database:
description: InfluxDB database name where records will be inserted.
type: string
host:
description: IP address or hostname of the target InfluxDB service.
format: ipv6
type: string
Expected behavior
I need to be able to provide the hostname (service name in the cluster/domain) of the InfluxDB service instead of an IPv6 address. This would allow me to connect to the desired InfluxDB instance within the cluster.
Your Environment
- Fluent Operator version: v2.3.*
- Container Runtime: containerd
- Operating system: ***
- Kernel version: ***
How did you install fluent operator?
https://fluent.github.io/helm-charts
Additional context
Please advise on how to modify the configuration to accept host addresses and resolve this issue. Thank you.