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 Everyone! I Have A Question Regarding Events-Training_Stats_Scalar-D1Bd92A3B039400Cbafc60A7A5B1E52B Index Its Size Is 93 Gb And It Initialises For 6 Hours. Can I Decrease Size Of This Index?

👋 Hi everyone! I have a question regarding events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b index its size is 93 Gb and it initialises for 6 hours. Can I decrease size of this index?

  
  
Posted one year ago
Votes Newest

Answers 7


You can delete the index directly but do note that this will remove all scalars from your experiments.

To delete you can use the following:

curl -XDELETE "localhost:9200/events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b"
  
  
Posted one year ago

None

Here is an example for auto cleaning. Did you delete ALL experiments?

  
  
Posted one year ago

this index is the biggest

  
  
Posted one year ago

Hi @<1579280543999070208:profile|SourFly7> , this index holds scalars of some experiments. You can reduce it by deleting some experiments. Do you have any other large scalar indices?

  
  
Posted one year ago

I tried to delete all experiments but size of index didn't changed

  
  
Posted one year ago

I have already tried this script but the index size is same

  
  
Posted one year ago

It there any autocleaner?

  
  
Posted one year ago
686 Views
7 Answers
one year ago
one year ago
Tags