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
Hello Everyone , I Am New Bee To Clearml And Finding Option To Accommodate Opensearch Since We Have Already Opensearch Running In Our Env, Is Opensearch Supported In Clearml Instead Of Elasticsearch ? Please Shed Some Light On That

Hello Everyone , i am new bee to Clearml and finding option to accommodate Opensearch since we have already opensearch running in our env, is opensearch supported in ClearML instead of Elasticsearch ? please shed some light on that

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1716987924207112192:profile|CostlyOctopus40>

is opensearch supported in ClearML instead of Elasticsearch ? please shed some light on that

Long story short, maybe?! but this is not officially supported.
We only support elasticsearch, the opensearch fork is not officially supported and since we continue to use more advanced features of Elastic, it might be that the API will not be compatible in the future.
Out of curiosity, why are you using opensearch?

  
  
Posted 2 months ago
231 Views
1 Answer
2 months ago
2 months ago
Tags