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
Hi Team, I Am Trying To Start The Clearml With Opensearch As Backend Instead Elastic Search , When I Started The Service I Am Seeing Partial Web Ui As Below Kindly Help Me In Which Module I Should Look Into It To Get Complete Functionality. No Errors I A

hi Team,
I am trying to start the clearml with opensearch as backend instead elastic search , when I started the service I am seeing partial web UI as below kindly help me in which module I should look into it to get complete functionality. No errors I am seeing in logs
image

  
  
Posted one month ago
Votes Newest

Answers 2


Hi @<1727859576625172480:profile|DeliciousArcticwolf54> I think the ES client SDK used by clearml will not work with Open Search (this is a dispute between ES and AWS)

  
  
Posted one month ago

Hi @<1727859576625172480:profile|DeliciousArcticwolf54> , I'd suggest debugging using developer tools in the webUI. Also, are you seeing any errors in the API server or webserver containers? I'd suggest first testing with elasticsearch to make sure that the deployment went through OK and this is not related to something else.

Out of curiosity, why do you want to use opensearch instead of elasticsearch?

  
  
Posted one month ago
174 Views
2 Answers
one month ago
one month ago
Tags