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! Is There A Way To Filter The "Console" Logs By Host When Logging From Multiple Workers To The Same Task When Using Distributed Training? I See The "Hostname" Indicator Changes For Each Log But I Don'T See A Mechanism To Filter.

Hello! Is there a way to filter the "Console" logs by host when logging from multiple workers to the same Task when using distributed training? I see the "Hostname" indicator changes for each log but I don't see a mechanism to filter.

  
  
Posted 10 days ago
Votes Newest

Answers


Hi @<1743079866477056000:profile|ItchySeahorse7> , there is no such capability currently but it sounds like a good idea, maybe open a GitHub feature request for it?

  
  
Posted 10 days ago
47 Views
1 Answer
10 days ago
9 days ago
Tags