I have deployed Elasticsearch
and FileSearchCrawler
on my DEV environment and loaded the folders of files to the persistent volume of FSC using the command Kubectl cp [workspace-name/folder-name] [FSC-pod-name]:[volume-mount-path]
.
However, when I try to list all the indices in my ES
, I only see that there are 6 docs files, but there should have been 304 docs and 5 xlsx files instead.
I need to understand where I'm going wrong and how to upload the files to FSC. Should I first compress all the folders into one folders with all the files or how do I proceed?