Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New index progress indication

When indexing on a cluster, the database status page in the admin consoles starts failing. I'm indexing a timestamp on indexing priority 2 in a billion documents and this may take a week or two.

What is the best way to get an idea about the indexing progress?

like image 548
Thijs Avatar asked Jul 15 '26 22:07

Thijs


1 Answers

Use the Management API's GET /manage/v2/databases/{id|name}?view=status page. You'll send an HTTP request, such as:

http://localhost:8002/manage/v2/databases/Documents?view=status

to check out the Documents database on localhost. One part of the information retrieved will be reindexing status.

like image 51
Dave Cassel Avatar answered Jul 22 '26 02:07

Dave Cassel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!