Working Env: Windows
Fess-14.10.0 with Opensearch-2.8.0
As I know, I can view my index data info in the Fess Dashboard page, including how may documents in the index.
So, I want to know if possible I also can view each crawler job result info, such as how many documents are added to index data and total size of the job.
Thank you so much.
Though it’s seems difficult to me to understand all of your reply.
Anyway, for my purpose that get a crawler task info, the command below I plan to try: curl -H “Authorization:ApiToken” http://localhost:80/api/admin/crawlinginfo/log/{“myjob-id”}
I know it not correct, Could you help to correct it?
By the way, my http port for Fess is set to 80.