Hi everyone. I am trying to see the time it takes to process all of my outputs in kibana console(Version 6x..). My outputs are in millions. And kibana console just shows me only 1002 outputs. How do I fix this? I am using a sql api and my code looks like this:
POST /_xpack/sql?format=txt
{
"query":"""
SELECT vehicle_name
FROM vehicle
"""
}