Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey, Regarding Deployment Via Helm Charts. I Want To Connect Clearml To An Existing Elasticsearch Cluster Which Has Auth + Tls Enabled But I Don’T See A Way In The Docs Or The Repos An Option To Send Certs To Es Client Initialization…(Es_Factory.Py) Any I

Hey, regarding deployment via helm charts.
I want to connect clearml to an existing elasticsearch cluster which has AUTH + TLS enabled but I don’t see a way in the docs or the repos an option to send certs to ES client initialization…(es_factory.py)
Any idea?

  
  
Posted 2 years ago
Votes Newest

Answers 14


Yep that was it…

  
  
Posted 2 years ago

Should be 🙂

  
  
Posted 2 years ago

Hey SuccessfulKoala55 , so regarding the TLS I see that on clearml-server you guys added the option to override ES username and password but the latest tag 1.1.1 does not include those changes. I’m trying to build a new image with those changes but I’m getting an error

  
  
Posted 2 years ago

So it’s enough to add hosts.conf inside additionalConfigs?

  
  
Posted 2 years ago

I saw that but I don’t want to override everything there

  
  
Posted 2 years ago

I would bet on linux, yeah - that's how we build it 🙂

  
  
Posted 2 years ago

Hi ScrawnyLion96 ,
Do you mean username/password?

  
  
Posted 2 years ago

Hey, nope I mean TLS certificates

  
  
Posted 2 years ago

Tnx

  
  
Posted 2 years ago

I’m trying to add args and build the image again

Why not mount a file to /opt/clearml/config ? You don't have to rebuild the image

  
  
Posted 2 years ago

Any idea why?
I’m running “docker build -t clearml-server:1.0 -f docker/build/Dockerfile .”
Do I need to build it on linux maybe?

  
  
Posted 2 years ago

I see the hosts.conf file in clearml-server, I’m trying to add args and build the image again

  
  
Posted 2 years ago

yeah, that's the right place basically

  
  
Posted 2 years ago

Will try

  
  
Posted 2 years ago
533 Views
14 Answers
2 years ago
one year ago
Tags