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
Profile picture
RoundCat60
Moderator
8 Questions, 43 Answers
  Active since 07 April 2024
  Last activity 27 days ago

Reputation

0

Badges 1

38 × Eureka!
0 Votes
4 Answers
49 Views
0 Votes 4 Answers 49 Views
Hi, we would like to make a copy of the base public AMI ami-0a4224787c2f50fe9 as we noticed the owner of these AMIs only keeps the last 2 versions. When I tr...
2 years ago
0 Votes
1 Answers
55 Views
0 Votes 1 Answers 55 Views
Hey, I've started up a new instance of the clearml server using one of the community AMIs, I copied over the data and config from an older version (Version: ...
one year ago
0 Votes
24 Answers
60 Views
0 Votes 24 Answers 60 Views
Hi all, are there any alternatives to storing user credentials in /opt/trains/config/apiserver.conf ? We don't like that the credentials are stored in plaint...
3 years ago
0 Votes
12 Answers
55 Views
0 Votes 12 Answers 55 Views
Hi, is there any documentation for setting up and using SSL certs with the clearml server and agent?
3 years ago
0 Votes
3 Answers
54 Views
0 Votes 3 Answers 54 Views
Hey, we have an issue after migrating to v1.0.2 from 0.17. clearml-agent-services kept restarting (ran sudo docker ps ). We used the AMI ( ami-0a4224787c2f50...
2 years ago
0 Votes
18 Answers
51 Views
0 Votes 18 Answers 51 Views
Hi, I would like to configure clearml-server to connect to an S3 bucket in order to store artefacts - i've taken a look on this page None and it mentions 'Th...
3 years ago
0 Votes
43 Answers
586 Views
0 Votes 43 Answers 586 Views
Hey, so we noticed the /var/lib/docker/overlay2 directory on the clearml-server is growing a lot in size, we added more disk space but we want to put somethi...
3 years ago
0 Votes
2 Answers
49 Views
0 Votes 2 Answers 49 Views
Hi, is there a document anywhere that lists the S3 bucket permissions required in an IAM policy to read and write to S3?
3 years ago
0 Hi, I Would Like To Configure Clearml-Server To Connect To An S3 Bucket In Order To Store Artefacts - I'Ve Taken A Look On This Page

or have I got this wrong, and it's the clearml-agent that needs to read/write to S3?

3 years ago
0 Hi All, Are There Any Alternatives To Storing User Credentials In

Thanks. Where is the configuration stored on the server? Currently we have deployed an EC2 instance using the marketplace AMI - if this demo is successful we would be looking at splitting the environment into the different AWS services - logging to S3, use of secrets manager, elasticsearch, redis, mongoDB etc

I've looked through the documentation, but didn't initially spot anything that would help with doing this (granted I may have overlooked something)

3 years ago
0 Hi All, Are There Any Alternatives To Storing User Credentials In

Some ideas, not all directly related to this:

  • Passwords should be encrypted before being stored
  • A mechanism on the server application to add/remove users, avoiding having to SSH on to the server would be nice
  • Some level of permissions in the application would be nice - Admin/Owner/Viewer restrictions which would dictate would users can do and give finer control
3 years ago
0 Hey, So We Noticed The

yep, in most of them:

/opt/clearml/config
apiserver.conf
clearml.conf

/opt/clearml/data/elastic_7
/nodes

/opt/clearml/data/fileserver
<empty>

/opt/clearml/data/mongo/configdb
<empty>

/opt/clearml/data/mongo/db
collection/index files, /diagnostic.data, /journal etc

/opt/clearml/data/redis 
dump.rdb

/opt/clearml/logs
apiserver.log.x, filserver.log (0 bytes)
3 years ago
0 Hey, So We Noticed The

back up and running again, thanks for your help

3 years ago
0 Hey, So We Noticed The

think I found the issue, a typo in apiserver.conf

3 years ago
0 Hey, So We Noticed The

yes those have all been created

3 years ago
0 Hey, So We Noticed The

Morning, we got to 100% used which is what triggered this investigation. When we initially looked at overlay2 it was using 8GB, so now seems to be acceptable.

3 years ago
0 Hey, So We Noticed The

🤔 i'll add the logging max_size now and monitor over the next week

3 years ago
0 Hey, So We Noticed The

thanks @<1523715084633772032:profile|AlertBlackbird30> this is really informative. Nothing seems to be particularly out of the ordinary though

3.7G	/var/lib/
3.7G	/var/lib/docker
3.0G	/var/lib/docker/overlay2

followed by a whole load of files that are a few hundred KBs in size, nothing huge though

3 years ago
0 Hey, So We Noticed The

incidentally we turn off the server every evening as it's not used overnight, we've not faced issues with it starting up in the morning or noticed any data loss

3 years ago
0 Hey, So We Noticed The

so am I right in thinking it's just the mount points that are missing?based on the output of df above

3 years ago
0 Hi, I Would Like To Configure Clearml-Server To Connect To An S3 Bucket In Order To Store Artefacts - I'Ve Taken A Look On This Page

yep still referring to the S3 credentials, somewhat familiar with boto and IAM roles

3 years ago
0 Hi, We Would Like To Make A Copy Of The Base Public Ami

Hi @<1523701205467926528:profile|AgitatedDove14>
Yes the clearml-server AMI - we want to be able to back it up and encrypt it on our account

2 years ago
3 years ago
0 Hey, So We Noticed The

also, is there a list anywhere with the mount points that are needed?

3 years ago
0 Hey, We Have An Issue After Migrating To V1.0.2 From 0.17.
  • What are the credentials that are referred to in the logs? Where do I get these?
  • How do I ensure this container is run automatically if it keeps restarting using the docker-compose file?
  • If I run sudo docker run -it allegroai/clearml-agent-services:latest manually, do I need to put this in a crontab? My knowledge of running docker containers is a bit limited.
  • Does this service need to run if I already have a clearml-agent running on a separate instance?
2 years ago
0 Hi, We Would Like To Make A Copy Of The Base Public Ami

Is there a way you can allow our account to make a copy of the AMI and store it privately?

2 years ago
0 Hi, Is There Any Documentation For Setting Up And Using Ssl Certs With The Clearml Server And Agent?

have 2 listeners setup. LB 80 > instance 8080 and LB 443 > instance 8080

3 years ago
0 Hey, We Have An Issue After Migrating To V1.0.2 From 0.17.

Thank you very much 🙂 I don't think our Data team ever use this container so I will stop it for now and comment it from the compose file

2 years ago
0 Hey, So We Noticed The

not yet, going to try and fix it today.

if I do a df I see this, which is concerning:

Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        3.9G     0  3.9G   0% /dev
tmpfs           3.9G     0  3.9G   0% /dev/shm
tmpfs           3.9G  928K  3.9G   1% /run
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
/dev/nvme0n1p1   20G  7.9G   13G  40% /
tmpfs           790M     0  790M   0% /run/user/1000

so it looks like the mount points are not created. When do these g...

3 years ago
0 Hi, Is There Any Documentation For Setting Up And Using Ssl Certs With The Clearml Server And Agent?

our setup currently consists of an EC2 instance for clearml-server and one for clearml-agent. We're not using a load balancer at the moment.

3 years ago
0 Hi, Is There Any Documentation For Setting Up And Using Ssl Certs With The Clearml Server And Agent?

Hi @<1523701205467926528:profile|AgitatedDove14> I tried this out, but I keep getting connection timeouts in the browser getting to the ELB. The instance is showing as inservice and passing the healthcheck. Is there any other configuration I need to do in the clearml.conf to make this work?

3 years ago
0 Hey, So We Noticed The

After making the change yesterday to the docker-compose file, the server is completely unusable - this is all I see for the /dashboard screen
image

3 years ago
Show more results compactanswers