Skip to content

bug: Error in CRD ClusterOutput fluentbit.fluent.io: Invalid host format for InfluxDB plugin #808

@tebaly

Description

@tebaly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions