Richard Pijnenburg

Results 39 comments of Richard Pijnenburg

I personally prefer to use a separate setup zookeeper as I can control the details of it. There are a few good helm charts for it :-) Of course the...

Having the data replicated is exactly what we try to avoid. We already have 3 copies with our main node on the Ceph cluster. And then we have copies of...

👍 on this. Certainly makes sense to have some UID per instance.

Possible settings. ``` discovery.method: 'static', 'ec2' # Static host list discovery.static.seed.1: host1 discovery.static.seed.2: host2 # EC2 discovery discovery.ec2.access_key: discovery.ec2.secret_key: discovery.ec2.region: discovery.ec2.protocol: 'https', 'http' discovery.ec2.groups: discovery.ec2.host_type: 'private_ip', 'public_ip', 'private_dns', 'public_dns' discovery.ec2.availability_zones:...

We could create a separate module of it so that people don't need the extra libraries ( amazon sdk ) by default.

@UnamedRus We finally have some time to look into this. Do you have an idea how to configure this in the Operator and ClickHouseInstallations template?

I think this is kinda connected to Saved searches... Being able to define a query and have a small daemon running executing that query and if it returns something, or...

Is there any reason to have authentication done in kibana? If one runs kibana via passenger can't one use ldap in there then? ( just wondering )

okay makes sense now :-) :+1:

Where i will be using Kibana we are using Ldap for authentication and have allot of users. Not sure if manual creation of users in kibana would be handy then.