I've uploaded data to my elastic cloud instance, using the fscrawler application. When I do a GET name/_search
I see the document and all its contents in the index. However when I select the index pattern that I created in Kibana for this collection and attempt to use the Discovery function to select a document, I get no results. I'm trying to figure out if there's an additional field I should select, other than _source
but there doesn't seem to be any other 'full ' fields. Searching the index using the console says otherwise.
Any suggestions? This is my first time using ES so I'm definitely learning as I go. Thanks