Kibana 6.8.12 management
Logs are ingested using curl
curl -v -XPOST 'http://localhost:9200/missing1/_doc/_bulk?pretty' -H 'Content-Type: application/json' --data-binary @missing
Why is @timestamp missing in the list of time filter field while creating the index pattern?
How can it be added so that visualization can be done properly?
