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
{{ message }}
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
kibana 执行
POST /_isql
{
"sql": "select ecs.version from filebeat-service-2019-06-01 "
}
会报错
{
"error": "[syntax error] From table should like [index].[type]"
}
官方提供的带下划线的索引是前后加上"就可以正常使用了,这个需要怎么处理下