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
SoggyBeetle95
Moderator
3 Questions, 26 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

26 × Eureka!
0 Votes
19 Answers
964 Views
0 Votes 19 Answers 964 Views
Hi, I'm trying to use clearml-agent in Docker mode and I want to set some environment variables that include sensitive information such as passwords when run...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Hi, I've updated my ClearML server to v1.9.0 ( not to v1.10.0 because of this bug that I reported on Github: None ) I wanted to test the reports feature, but...
one year ago
0 Votes
26 Answers
1K Views
0 Votes 26 Answers 1K Views
Hi, I have a problem after updating clearml-server to the most recent version. Elasticsearch has been updated from elasticsearch:7.6.2 to elasticsearch:7.16....
2 years ago
0 Hi, I'M Trying To Use

Okay, I think I get what you're saying. How can I set up a clearml-agent with access-all creds with custom entries?

2 years ago
0 Hi, I'M Trying To Use

We would prefer for it to be per Task secret so team members can use their creds and passwords

2 years ago
0 Hi, I'M Trying To Use

Yes, I just define the env variables when using clearml-task instead of defining them in conf file

2 years ago
0 Hi, I'M Trying To Use

Will these general env variables show in the ClearML app?

2 years ago
0 Hi, I'Ve Updated My Clearml Server To V1.9.0 ( Not To V1.10.0 Because Of This Bug That I Reported On Github:

Reports are working after restoring the data from backup! Thank you.

one year ago
0 Hi, I'M Trying To Use

This is the server version:
WebApp: 1.5.0-186 • Server: 1.5.0-186 • API: 2.18This is version of clearml-task:
ClearML launch - launch any codebase on remote machine running clearml-agent Version 1.1.6

2 years ago
0 Hi, I'M Trying To Use

Hi David, I will open an issue. Do you have an estimate when this could be fixed?

2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

About the tasks that disappeared: you do not see these tasks at all or you see these tasks with no results?

I don't see these tasks at all

2 years ago
2 years ago
0 Hi, I'Ve Updated My Clearml Server To V1.9.0 ( Not To V1.10.0 Because Of This Bug That I Reported On Github:

Okay, I have a backup of all data before the update.
I can try restoring the database from the backup on v1.9.0.

Regarding the github issue - Can you send the docker-compose you used for 1.9 that works and 1.10 that doesn't work for you?

The docker-compose.yml file is exactly the same with the difference of changing the latest tag to 1.9.0

one year ago
0 Hi, I'M Trying To Use

AgitatedDove14 Maybe I'm missing something, but clearml-task has --docker_args argument which enables passing any env variable to the docker container that will be running the code.

My idea is that each team member adds their creds to --docker_args which would pass it to the docker container and the creds would be available for the task.

It seems to me that the only problem in passing credentials via --docker_args is that are currently shown in the plain form in th...

2 years ago
2 years ago
0 Hi, I'Ve Updated My Clearml Server To V1.9.0 ( Not To V1.10.0 Because Of This Bug That I Reported On Github:
version: "3.6"
services:

  apiserver:
    command:
    - apiserver
    container_name: clearml-apiserver
    image: allegroai/clearml:1.9
    restart: unless-stopped
    volumes:
    - /opt/clearml/logs:/var/log/clearml
    - /opt/clearml/config:/opt/clearml/config
    - /opt/clearml/data/fileserver:/mnt/fileserver
    depends_on:
      - redis
      - mongo
      - elasticsearch
      - fileserver
    environment:
      CLEARML_ELASTIC_SERVICE_HOST: elasticsearch
      CLEARML_ELASTIC...
one year ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

What's weird to me is that only part of the data has been migrated, and the other part is not available after update

2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

Hmm, I might have messed something up. It seems that the backup has been done after the update, and not before. If I don't want to mess something up, what are my alternative options?

2 years ago
0 Hi, I Have A Problem After Updating Clearml-Server To The Most Recent Version. Elasticsearch Has Been Updated From

Okay, I think everything is OK now!
Thank you very much for your help. I'll make sure that backup is performed on regular basis.

2 years ago