OK. Got it to work. Andrei was right, you will have to escape it. I ran this on the console as follows:
POST _xpack/sql
{
"query": "select \"@timestamp\" from \"my-alarms-2018.08.28\""
}
Apparently, you had to escape the double quotes.
OK. Got it to work. Andrei was right, you will have to escape it. I ran this on the console as follows:
POST _xpack/sql
{
"query": "select \"@timestamp\" from \"my-alarms-2018.08.28\""
}
Apparently, you had to escape the double quotes.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.