Welcome to Elasticsearch for VSCode! An extension for developing elasticsearch queries.
.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.https://host
http://user:pass@host:9200
as the endpoint url to have it auth.Simple way:
GET /my-index/_search
{
"size":7,
"query": {
"match" : {
"message" : {
"query" : "this is a test"
}
}
}
}
Get payload from file [#4]:
PUT /my-index
!./opt/elasticsearch/mapping.json
Elasticsearch for VSCode
Topics Resources License Stars Watchers ForksYou can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4