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
Good Evening! Can You Please Tell Me If It Is Possible To Set Up Slack Monitoring In Clearml?

Good evening!
Can you please tell me if it is possible to set up slack monitoring in clearml?

  
  
Posted one year ago
Votes Newest

Answers 14


CheerfulGorilla72 sounds like a great idea, I'll pass along to documentation ppl 🙂

  
  
Posted one year ago

Hi CheerfulGorilla72
You have an example of implementation here :
https://github.com/allegroai/clearml/tree/master/examples/services/monitoring

Hope it will help 🙂

  
  
Posted one year ago

Can you please tell me if it is possible to set up slack monitoring in clearml?

It is 🙂
This one?
https://clear.ml/docs/latest/docs/guides/services/slack_alerts

  
  
Posted one year ago

Something interesting and possibly the same)

Please tell me, is there an example of how these notifications look like?

  
  
Posted one year ago

Yes, thank you!) Is there an addition to it, how will it look like in Slack?

  
  
Posted one year ago

Could not locate channel name 'gg_clearml'CheerfulGorilla72 these are the permissions:
https://github.com/allegroai/clearml/blob/427b98270cc846b5d7e4af49f9732e3eb8d7d3ae/examples/services/monitoring/slack_alerts.py#L13
channels:join channels:read chat:write

  
  
Posted one year ago

AgitatedDove14 SweetBadger76

Pd; please tell me, is it possible to make slack notifications go to a private channel if the bot is added there? (Error bottom)

Now messages go only to public channels
ValueError: Error: Could not locate channel name 'gg_clearml'

  
  
Posted one year ago

Pretty sieve in the near future. As an idea for new users: it would be convenient to have some kind of visual example, what would they understand how it will be.

  
  
Posted one year ago

yes, these items exist. write in a normal public channel is obtained. but it is not possible to write to a private channel in which the bot is added.

  
  
Posted one year ago

CheerfulGorilla72 my guess is the Slack token does not have credentials for the private channel, could that be ?

  
  
Posted one year ago

yes, that looks like it, thanks!
I'll try adding these and see how it helps

  
  
Posted one year ago

did not help(

  
  
Posted one year ago

don't think. next week I'll try to change the code of the example, maybe it will work with the channel ID

  
  
Posted one year ago

but it is not possible to write to a private channel in which the bot is added.

Is this a Slack limitation ?

  
  
Posted one year ago