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
Well, This Is My Question... I'M Trying To Adapt Clearml To Aws Using Basically Ecs Fargate + Documentdb + Aws Es + Elasticache + Efs. I Could Start The Fileserver Component, But Now I'M Trying To Start The Api Server And Is Not Working, Before Stop The T

Well, this is my question... I'm trying to adapt ClearML to AWS using basically ECS Fargate + DocumentDB + AWS ES + Elasticache + EFS. I could start the fileserver component, but now I'm trying to start the API Server and is not working, before stop the task I get this warning:

[2021-05-05 23:39:44,910] [10] [WARNING] [elasticsearch] GET http://vpc-clearml-jwb7a7lvfdgk4yqpueafhz32ju.us-east-1.es.amazonaws.com:443/_template/events* [status:400 request:0.010s]
[2021-05-05 23:39:44,910] [10] [WARNING] [elasticsearch] Undecodable raw error response from server: Expecting value: line 1 column 1 (char 0)

  
  
Posted 3 years ago
Votes Newest

Answers 28


Use the components provided by AWS and avoid the administration of these components, build a robust infrastructure.

  
  
Posted 3 years ago

SubstantialKoala71 not sure I follow, what's the goal here ?

  
  
Posted 3 years ago

open to being totally wrong 🙂

  
  
Posted 3 years ago

It's really interesting the architecture that I'm trying to build. The only important for me is to know if exist anyway to get more information in the apiserver log

  
  
Posted 3 years ago

if you manage to get it up and running, I would love to do a deep dive with you to understand how you did and share it on the company's blog 🙂 🙂

no pressure 😜

  
  
Posted 3 years ago

Don't worry, I will try do a little more of research, debug in the code, if have a specific question I return. Thanks!

  
  
Posted 3 years ago

👍 good luck!!!

  
  
Posted 3 years ago

I also take it you were thinking of fargate for the clearml-agent's .. which would be awesome but.. oi.. not sure how much luck you would have there 🙂 🙂

  
  
Posted 3 years ago

Yes... but I'm trying to avoid the type of infrastructure, is not best option. We are using something like this with docker-compose for test purposes

  
  
Posted 3 years ago

Sure thing 🙂

  
  
Posted 3 years ago

Hey Leandro, I don't think it will work with replacing elasticserver with the AWS service type 😕

  
  
Posted 3 years ago

If exist any parameter to pass to get more information, more verbose.

  
  
Posted 3 years ago

It's not a monolith architecture

  
  
Posted 3 years ago

I know the storage can be swapped out to using S3 (obviously)

  
  
Posted 3 years ago

Nono, the agent is totally different

  
  
Posted 3 years ago

Obviously, I don't have problem... then when I have more time, I would like to share a little more how we decided implement ClearML and why, introduce myself, count a little about our project, etc. 😉 . But now I need to solve this 😄

  
  
Posted 3 years ago

The rest is time

  
  
Posted 3 years ago

👍

  
  
Posted 3 years ago

you can cut steak with a spoon, but that doesn't mean it's a good idea 😉 😉

  
  
Posted 3 years ago

oh .. no worries at all then.. you are free to do whatever you want to with it.. but I don't think it's designed with what you are trying to do in mind sadly

  
  
Posted 3 years ago

You may also want to brush up on the security and firewalls for AWS.. those always seem to be voodoo as far as I can tell 😄

  
  
Posted 3 years ago

In the deep is the same, because you are using different components.

  
  
Posted 3 years ago

😉

  
  
Posted 3 years ago

The only important for me is to know if exist anyway to get more information in the apiserver log

what do you mean by that ?

  
  
Posted 3 years ago

There is already a pre-built AMI fwiw 🙂

  
  
Posted 3 years ago

It's possible that you're right 😕

  
  
Posted 3 years ago

Sure, to get what exactly ?

  
  
Posted 3 years ago
546 Views
28 Answers
3 years ago
one year ago
Tags