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
Hi Folks

Hi folks 👋
we have issue with elasticsearch, index events-training_stats_scalar has status INITIALIZING
This index is very big 93Gb. Anybody knows what data is there? And Can we purge this index?

  
  
Posted 11 months ago
Votes Newest

Answers 3


Hi @<1578193373062238208:profile|MammothShark25> , this index contains all the scalars reports from experiments. I would assume it is too large for the resources in your system and ES can't load it? Can you attach some ES logs?

  
  
Posted 11 months ago

it's recovering, but it took about 2 hours

curl -X GET "10.18.13.64:9200/_cat/recovery/events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b?pretty"
events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b 0 2.3h existing_store translog n/a n/a 10.18.13.64 clearml n/a n/a 0 0 100.0% 315 0 0 100.0% 93171899010 1544648 1261516 81.7%
  
  
Posted 11 months ago

Yes, with this size of index on a single shard, it's quite a heavy load on a single-node ES \

  
  
Posted 11 months ago
453 Views
3 Answers
11 months ago
11 months ago
Tags