Logstash Select All in Elasticsearch Input missing documents

I did the following

input
{
elasticsearch
{
..............
query => '{"query": { "match_all": {} }}'
}
}

After running the script I noticed that the number of documents in the target index is lesser than the number of documents in the original source index.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.