Hi,
Im trying to execute the follow sql query:
GET _xpack/sql?format=txt
{
"query" :""" select level
from "default-*" where
queueName='ASPY_001_0200_RecogidaDatosGISS' and (transactionStatus='2' or transactionStatus = '3') and
timeStamp = "now-1d/d" """
}
I need the query to automatically extract the date every day, i dont know if its possible, but if is possible if someone can help me I appreciate it
