i am trying to read data from elasticsearch using spark-sql, my index contains @timestamp field. below is my query
the field name contains a special character so i am escaping it. the problem here is i am not getting any data in my output for the field @timestamp, below is my output.
please help
i referred this topic Problem with SQL Query with special character in field and table name