Skip to content

SQL interface in dev tools #20580

@zuketo

Description

@zuketo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:ConsoleDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//enhancementNew value added to drive a business result

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions