Skip to content

Example configuration for external clickhouse? #146

Description

@arrowcircle

Hi! Thanks for the great work.
I am trying to install loghouse with external clickhouse server, but have a problem. I always get config errors.

If I set server name to dns name inside kubernetes cluster, I get error about . in name:

clickhouse:
  external: true
  server: clickhouse.clickhouse
...

If I add external endpoints, it requires IP address:

clickhouse:
  external: true
  externalEndpoints:
    - clickhouse.clickhouse
...

What is the proper way (or example) of setting loghouse with external clickhouse?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions