-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:ConsoleDev Tools Console FeatureDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//enhancementNew value added to drive a business resultNew value added to drive a business result
Description
With the introduction of SQL in Elasticsearch 6.3, SQL is now an option for exploring data in Elasticsearch.
To execute a SQL statement, users can visit Dev tools -> console
e.g.
POST /_xpack/sql?format=txt
{
"query": "SELECT business_name, inspection_score FROM
inspections ORDER BY inspection_score DESC LIMIT 5"
}
There are a few options to improve how users can execute a SQL statement in Kibana, such as a dedicated SQL console within dev tools (with syntax highlighting). Hopefully this issue can start discussions on improving the SQL -> Elasticsearch interface in Kibana (and help highlight this new feature in Elasticsearch).
CC @costin
mathroc and jsearles57
Metadata
Metadata
Assignees
Labels
Feature:ConsoleDev Tools Console FeatureDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//enhancementNew value added to drive a business resultNew value added to drive a business result