You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST _plugins/_sql
{
"query" : "SELECT message.timestamp_received FROM sample-index"
}
{
"error": {
"type": "IllegalStateException",
"reason": "There was internal problem at backend",
"details": "Construct ExprTimestampValue from \"1705642934886\" failed, unsupported date format."
},
"status": 503
}
What solution would you like?
Query should works as epoch value in long format.
What alternatives have you considered?
n/a
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
SQL query field if origin date field in string format (epoch value).
A) Create index
B) Put index mapping :
Kindly note we have not provided any format (like "strict_date_optional_time" or "epoch_millis") type in above mapping
C) Inserted the doc :
D) Try running SQL query :
What solution would you like?
Query should works as epoch value in long format.
What alternatives have you considered?
n/a
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: