{"id":13783226,"url":"https://github.com/hsen-dev/vscode-elastic","last_synced_at":"2026-02-18T20:32:14.237Z","repository":{"id":25819721,"uuid":"106497450","full_name":"hsen-dev/vscode-elastic","owner":"hsen-dev","description":"Elasticsearch for VSCode","archived":false,"fork":false,"pushed_at":"2023-02-23T17:02:38.000Z","size":1857,"stargazers_count":165,"open_issues_count":38,"forks_count":32,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-20T21:35:55.562Z","etag":null,"topics":["elasticsearch","elasticsearch-client","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ria.elastic","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hsen-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-11T02:49:30.000Z","updated_at":"2025-09-12T02:34:45.000Z","dependencies_parsed_at":"2024-08-03T19:01:46.725Z","dependency_job_id":"831df84e-f63f-4da6-9a4c-10b8d3f19dc8","html_url":"https://github.com/hsen-dev/vscode-elastic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hsen-dev/vscode-elastic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsen-dev%2Fvscode-elastic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsen-dev%2Fvscode-elastic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsen-dev%2Fvscode-elastic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsen-dev%2Fvscode-elastic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hsen-dev","download_url":"https://codeload.github.com/hsen-dev/vscode-elastic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hsen-dev%2Fvscode-elastic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29594259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","elasticsearch-client","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-08-03T19:00:16.656Z","updated_at":"2026-02-18T20:32:14.212Z","avatar_url":"https://github.com/hsen-dev.png","language":"TypeScript","funding_links":[],"categories":["Elasticsearch developer tools and utilities","TypeScript"],"sub_categories":["Development and debugging"],"readme":"## Elasticsearch for VSCode\r\n\r\n[![.github/workflows/runTests.yaml](/../../actions/workflows/runTests.yaml/badge.svg)](/../../actions/workflows/runTests.yaml)\r\n[![.github/workflows/publish.yaml](/../../actions/workflows/publish.yaml/badge.svg)](/../../actions/workflows/publish.yaml)\r\n\r\n\r\nWelcome to Elasticsearch for VSCode! An extension for developing elasticsearch queries.\r\n\r\n![shot](shots/all.gif)\r\n\r\n## Using\r\n\r\n-   Open an existing file with a `.es` file extenion or open a new text file (`ctrl+n`) and change the language mode to `Elasticsearch (es)` by pressing `ctrl+k,m` and select `es`. Elasticsearch queries and funtionalities are enabled in the es language mode in Visual Studio Code editor.\r\n-   For https endpoints, just add protocol type in url : `https://host`\r\n-   For auth protected clusters, you can use `http://user:pass@host:9200` as the endpoint url to have it auth.\r\n\r\n### Submit requests\r\n\r\nSimple way:\r\n\r\n```text\r\nGET /my-index/_search\r\n{\r\n    \"size\":7,\r\n    \"query\": {\r\n        \"match\" : {\r\n            \"message\" : {\r\n                \"query\" : \"this is a test\"\r\n            }\r\n        }\r\n    }\r\n}\r\n```\r\n\r\nGet payload from file [[#4](https://github.com/hsen-dev/vscode-elastic/issues/4)]:\r\n\r\n```text\r\nPUT /my-index\r\n!./opt/elasticsearch/mapping.json\r\n```\r\n\r\n## Commands\r\n\r\n-   **Elasticsearch: Set Host** to create connection profile and connect.\r\n\r\n## Keymaps\r\n\r\n-   **Alt + Enter** / **Ctrl + Enter** to execute selected query.\r\n\r\n## Roadmap\r\n\r\n-   Work with multi host\r\n-   User Authentication\r\n-   IntelliSense like kibana autocomplete\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsen-dev%2Fvscode-elastic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsen-dev%2Fvscode-elastic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsen-dev%2Fvscode-elastic/lists"}