Search code examples
elasticsearchlucenekibanakibana-5

Kibana discovery not showing all types within an index


I have an elastic search index which contains five different types of documents.

Totally I have 50,000 documents, each mapping type contains 10,000 documents.

index name : fruits
mapping types : apple, orange, banana, papaya, grapes.

Now I indexed elastic search with kibana.

When I hit * in discover tab it shows only 10,000 documents of type grapes. Other documents were not shown.

But when I use developer console in Kibana, match all query shows 50,000 documents.

How can I index all documents into Kibana? or How can I change mapping types to view other documents of different types?


Solution

    • Initially I checked the box 'Index contains time-based events' during indexing of documents.
    • But some of mapping types were not time-based events.

    so those documents were not displayed