Elasticsearch don't show correction data although logstash still send log to Elasticsearch

Hello,
I use Logstash, Elasticsearch and Kibana with same version 7.1.0.
I tested on DEV environment, Logstash send log to Elasticsearch, Everything is Ok.
I did it on PRD environment, Logstash still send log to Elasticsearch, But Elasticsearch don't show correction data.
It only show with a document in index.

{
        "_index" : "logstash-2019.06.10",
        "_type" : "_doc",
        "_id" : "QQGZP2sB48RTRecQa8Ad",
        "_score" : 1.0
      }

I tested with other logs, but Elasticsearch still don't show correction data.
I haven't got any ERROR log from Logstash or Elasticsearch.

Please help me to resolve it.
Thank all.

I tested with a file, not from filebeat, and issue is visible.

It's not clear what the problem is here sorry. Can you rephrase your question?