├── .github └── workflows │ ├── publish.yaml │ └── runTests.yaml ├── .gitignore ├── .husky └── pre-commit ├── .prettierrc.json ├── .vscode ├── launch.json └── tasks.json ├── .vscodeignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── grammar ├── es.configuration.json └── es.tmLanguage ├── media ├── elastic.png ├── gutter-dis-dark.svg ├── gutter-dis-light.svg ├── gutter.svg ├── jquery.contextMenu.css ├── jquery.contextMenu.js ├── jquery.min.js ├── json-formatter.js ├── play.png ├── result.tmpl └── results.css ├── package.json ├── shots ├── all.gif ├── auto.gif ├── auto2.gif ├── exec.gif ├── indent.gif ├── key.gif ├── key2.gif ├── scr-0.6.5.png ├── scr-6.0.png ├── scr.PNG ├── scr2.PNG ├── scr3.PNG ├── select.gif ├── select2.gif ├── test.png └── test2.png ├── src ├── ElasticCodeLensProvider.ts ├── ElasticCompletionItemProvider.ts ├── ElasticContentProvider.ts ├── ElasticDecoration.ts ├── ElasticMatch.ts ├── ElasticMatches.ts ├── axiosInstance.ts ├── extension.ts ├── helpers.ts ├── jsonPanel.ts └── rest-spec │ ├── index.ts │ ├── json.d.ts │ ├── v2_4_6 │ ├── bulk.json │ ├── cat.aliases.json │ ├── cat.allocation.json │ ├── cat.count.json │ ├── cat.fielddata.json │ ├── cat.health.json │ ├── cat.help.json │ ├── cat.indices.json │ ├── cat.master.json │ ├── cat.nodeattrs.json │ ├── cat.nodes.json │ ├── cat.pending_tasks.json │ ├── cat.plugins.json │ ├── cat.recovery.json │ ├── cat.repositories.json │ ├── cat.segments.json │ ├── cat.shards.json │ ├── cat.snapshots.json │ ├── cat.thread_pool.json │ ├── clear_scroll.json │ ├── cluster.get_settings.json │ ├── cluster.health.json │ ├── cluster.pending_tasks.json │ ├── cluster.put_settings.json │ ├── cluster.reroute.json │ ├── cluster.state.json │ ├── cluster.stats.json │ ├── count.json │ ├── count_percolate.json │ ├── delete.json │ ├── delete_script.json │ ├── delete_template.json │ ├── exists.json │ ├── explain.json │ ├── field_stats.json │ ├── get.json │ ├── get_script.json │ ├── get_source.json │ ├── get_template.json │ ├── index.json │ ├── index.ts │ ├── indices.analyze.json │ ├── indices.clear_cache.json │ ├── indices.close.json │ ├── indices.create.json │ ├── indices.delete.json │ ├── indices.delete_alias.json │ ├── indices.delete_template.json │ ├── indices.delete_warmer.json │ ├── indices.exists.json │ ├── indices.exists_alias.json │ ├── indices.exists_template.json │ ├── indices.exists_type.json │ ├── indices.flush.json │ ├── indices.flush_synced.json │ ├── indices.forcemerge.json │ ├── indices.get.json │ ├── indices.get_alias.json │ ├── indices.get_aliases.json │ ├── indices.get_field_mapping.json │ ├── indices.get_mapping.json │ ├── indices.get_settings.json │ ├── indices.get_template.json │ ├── indices.get_upgrade.json │ ├── indices.get_warmer.json │ ├── indices.open.json │ ├── indices.optimize.json │ ├── indices.put_alias.json │ ├── indices.put_mapping.json │ ├── indices.put_settings.json │ ├── indices.put_template.json │ ├── indices.put_warmer.json │ ├── indices.recovery.json │ ├── indices.refresh.json │ ├── indices.segments.json │ ├── indices.shard_stores.json │ ├── indices.stats.json │ ├── indices.update_aliases.json │ ├── indices.upgrade.json │ ├── indices.validate_query.json │ ├── info.json │ ├── mget.json │ ├── mpercolate.json │ ├── msearch.json │ ├── mtermvectors.json │ ├── nodes.hot_threads.json │ ├── nodes.info.json │ ├── nodes.stats.json │ ├── percolate.json │ ├── ping.json │ ├── put_script.json │ ├── put_template.json │ ├── reindex.json │ ├── reindex_rethrottle.json │ ├── render_search_template.json │ ├── scroll.json │ ├── search.json │ ├── search_exists.json │ ├── search_shards.json │ ├── search_template.json │ ├── snapshot.create.json │ ├── snapshot.create_repository.json │ ├── snapshot.delete.json │ ├── snapshot.delete_repository.json │ ├── snapshot.get.json │ ├── snapshot.get_repository.json │ ├── snapshot.restore.json │ ├── snapshot.status.json │ ├── snapshot.verify_repository.json │ ├── suggest.json │ ├── tasks.cancel.json │ ├── tasks.list.json │ ├── termvectors.json │ ├── update.json │ └── update_by_query.json │ ├── v5_6_4 │ ├── _common.json │ ├── bulk.json │ ├── cat.aliases.json │ ├── cat.allocation.json │ ├── cat.count.json │ ├── cat.fielddata.json │ ├── cat.health.json │ ├── cat.help.json │ ├── cat.indices.json │ ├── cat.master.json │ ├── cat.nodeattrs.json │ ├── cat.nodes.json │ ├── cat.pending_tasks.json │ ├── cat.plugins.json │ ├── cat.recovery.json │ ├── cat.repositories.json │ ├── cat.segments.json │ ├── cat.shards.json │ ├── cat.snapshots.json │ ├── cat.tasks.json │ ├── cat.templates.json │ ├── cat.thread_pool.json │ ├── clear_scroll.json │ ├── cluster.allocation_explain.json │ ├── cluster.get_settings.json │ ├── cluster.health.json │ ├── cluster.pending_tasks.json │ ├── cluster.put_settings.json │ ├── cluster.reroute.json │ ├── cluster.state.json │ ├── cluster.stats.json │ ├── count.json │ ├── count_percolate.json │ ├── create.json │ ├── delete.json │ ├── delete_by_query.json │ ├── delete_script.json │ ├── delete_template.json │ ├── exists.json │ ├── exists_source.json │ ├── explain.json │ ├── field_caps.json │ ├── field_stats.json │ ├── get.json │ ├── get_script.json │ ├── get_source.json │ ├── get_template.json │ ├── index.json │ ├── index.ts │ ├── indices.analyze.json │ ├── indices.clear_cache.json │ ├── indices.close.json │ ├── indices.create.json │ ├── indices.delete.json │ ├── indices.delete_alias.json │ ├── indices.delete_template.json │ ├── indices.exists.json │ ├── indices.exists_alias.json │ ├── indices.exists_template.json │ ├── indices.exists_type.json │ ├── indices.flush.json │ ├── indices.flush_synced.json │ ├── indices.forcemerge.json │ ├── indices.get.json │ ├── indices.get_alias.json │ ├── indices.get_field_mapping.json │ ├── indices.get_mapping.json │ ├── indices.get_settings.json │ ├── indices.get_template.json │ ├── indices.get_upgrade.json │ ├── indices.open.json │ ├── indices.put_alias.json │ ├── indices.put_mapping.json │ ├── indices.put_settings.json │ ├── indices.put_template.json │ ├── indices.recovery.json │ ├── indices.refresh.json │ ├── indices.rollover.json │ ├── indices.segments.json │ ├── indices.shard_stores.json │ ├── indices.shrink.json │ ├── indices.stats.json │ ├── indices.update_aliases.json │ ├── indices.upgrade.json │ ├── indices.validate_query.json │ ├── info.json │ ├── ingest.delete_pipeline.json │ ├── ingest.get_pipeline.json │ ├── ingest.processor.grok.json │ ├── ingest.put_pipeline.json │ ├── ingest.simulate.json │ ├── mget.json │ ├── mpercolate.json │ ├── msearch.json │ ├── msearch_template.json │ ├── mtermvectors.json │ ├── nodes.hot_threads.json │ ├── nodes.info.json │ ├── nodes.stats.json │ ├── percolate.json │ ├── ping.json │ ├── put_script.json │ ├── put_template.json │ ├── reindex.json │ ├── reindex_rethrottle.json │ ├── remote.info.json │ ├── render_search_template.json │ ├── scroll.json │ ├── search.json │ ├── search_shards.json │ ├── search_template.json │ ├── snapshot.create.json │ ├── snapshot.create_repository.json │ ├── snapshot.delete.json │ ├── snapshot.delete_repository.json │ ├── snapshot.get.json │ ├── snapshot.get_repository.json │ ├── snapshot.restore.json │ ├── snapshot.status.json │ ├── snapshot.verify_repository.json │ ├── suggest.json │ ├── tasks.cancel.json │ ├── tasks.get.json │ ├── tasks.list.json │ ├── termvectors.json │ ├── update.json │ └── update_by_query.json │ └── v6_0_0 │ ├── _common.json │ ├── bulk.json │ ├── cat.aliases.json │ ├── cat.allocation.json │ ├── cat.count.json │ ├── cat.fielddata.json │ ├── cat.health.json │ ├── cat.help.json │ ├── cat.indices.json │ ├── cat.master.json │ ├── cat.nodeattrs.json │ ├── cat.nodes.json │ ├── cat.pending_tasks.json │ ├── cat.plugins.json │ ├── cat.recovery.json │ ├── cat.repositories.json │ ├── cat.segments.json │ ├── cat.shards.json │ ├── cat.snapshots.json │ ├── cat.tasks.json │ ├── cat.templates.json │ ├── cat.thread_pool.json │ ├── clear_scroll.json │ ├── cluster.allocation_explain.json │ ├── cluster.get_settings.json │ ├── cluster.health.json │ ├── cluster.pending_tasks.json │ ├── cluster.put_settings.json │ ├── cluster.reroute.json │ ├── cluster.state.json │ ├── cluster.stats.json │ ├── count.json │ ├── create.json │ ├── delete.json │ ├── delete_by_query.json │ ├── delete_script.json │ ├── exists.json │ ├── exists_source.json │ ├── explain.json │ ├── field_caps.json │ ├── get.json │ ├── get_script.json │ ├── get_source.json │ ├── index.json │ ├── index.ts │ ├── indices.analyze.json │ ├── indices.clear_cache.json │ ├── indices.close.json │ ├── indices.create.json │ ├── indices.delete.json │ ├── indices.delete_alias.json │ ├── indices.delete_template.json │ ├── indices.exists.json │ ├── indices.exists_alias.json │ ├── indices.exists_template.json │ ├── indices.exists_type.json │ ├── indices.flush.json │ ├── indices.flush_synced.json │ ├── indices.forcemerge.json │ ├── indices.get.json │ ├── indices.get_alias.json │ ├── indices.get_field_mapping.json │ ├── indices.get_mapping.json │ ├── indices.get_settings.json │ ├── indices.get_template.json │ ├── indices.get_upgrade.json │ ├── indices.open.json │ ├── indices.put_alias.json │ ├── indices.put_mapping.json │ ├── indices.put_settings.json │ ├── indices.put_template.json │ ├── indices.recovery.json │ ├── indices.refresh.json │ ├── indices.rollover.json │ ├── indices.segments.json │ ├── indices.shard_stores.json │ ├── indices.shrink.json │ ├── indices.stats.json │ ├── indices.update_aliases.json │ ├── indices.upgrade.json │ ├── indices.validate_query.json │ ├── info.json │ ├── ingest.delete_pipeline.json │ ├── ingest.get_pipeline.json │ ├── ingest.processor.grok.json │ ├── ingest.put_pipeline.json │ ├── ingest.simulate.json │ ├── mget.json │ ├── msearch.json │ ├── msearch_template.json │ ├── mtermvectors.json │ ├── nodes.hot_threads.json │ ├── nodes.info.json │ ├── nodes.stats.json │ ├── nodes.usage.json │ ├── ping.json │ ├── put_script.json │ ├── reindex.json │ ├── reindex_rethrottle.json │ ├── remote.info.json │ ├── render_search_template.json │ ├── scroll.json │ ├── search.json │ ├── search_shards.json │ ├── search_template.json │ ├── snapshot.create.json │ ├── snapshot.create_repository.json │ ├── snapshot.delete.json │ ├── snapshot.delete_repository.json │ ├── snapshot.get.json │ ├── snapshot.get_repository.json │ ├── snapshot.restore.json │ ├── snapshot.status.json │ ├── snapshot.verify_repository.json │ ├── tasks.cancel.json │ ├── tasks.get.json │ ├── tasks.list.json │ ├── termvectors.json │ ├── update.json │ └── update_by_query.json ├── tsconfig.json ├── tslint-imports.json └── webpack.config.js /.github/workflows/publish.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.github/workflows/publish.yaml -------------------------------------------------------------------------------- /.github/workflows/runTests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.github/workflows/runTests.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.husky/pre-commit -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/.vscodeignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/README.md -------------------------------------------------------------------------------- /grammar/es.configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/grammar/es.configuration.json -------------------------------------------------------------------------------- /grammar/es.tmLanguage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/grammar/es.tmLanguage -------------------------------------------------------------------------------- /media/elastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/elastic.png -------------------------------------------------------------------------------- /media/gutter-dis-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/gutter-dis-dark.svg -------------------------------------------------------------------------------- /media/gutter-dis-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/gutter-dis-light.svg -------------------------------------------------------------------------------- /media/gutter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/gutter.svg -------------------------------------------------------------------------------- /media/jquery.contextMenu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/jquery.contextMenu.css -------------------------------------------------------------------------------- /media/jquery.contextMenu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/jquery.contextMenu.js -------------------------------------------------------------------------------- /media/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/jquery.min.js -------------------------------------------------------------------------------- /media/json-formatter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/json-formatter.js -------------------------------------------------------------------------------- /media/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/play.png -------------------------------------------------------------------------------- /media/result.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/result.tmpl -------------------------------------------------------------------------------- /media/results.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/media/results.css -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/package.json -------------------------------------------------------------------------------- /shots/all.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/all.gif -------------------------------------------------------------------------------- /shots/auto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/auto.gif -------------------------------------------------------------------------------- /shots/auto2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/auto2.gif -------------------------------------------------------------------------------- /shots/exec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/exec.gif -------------------------------------------------------------------------------- /shots/indent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/indent.gif -------------------------------------------------------------------------------- /shots/key.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/key.gif -------------------------------------------------------------------------------- /shots/key2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/key2.gif -------------------------------------------------------------------------------- /shots/scr-0.6.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/scr-0.6.5.png -------------------------------------------------------------------------------- /shots/scr-6.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/scr-6.0.png -------------------------------------------------------------------------------- /shots/scr.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/scr.PNG -------------------------------------------------------------------------------- /shots/scr2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/scr2.PNG -------------------------------------------------------------------------------- /shots/scr3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/scr3.PNG -------------------------------------------------------------------------------- /shots/select.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/select.gif -------------------------------------------------------------------------------- /shots/select2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/select2.gif -------------------------------------------------------------------------------- /shots/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/test.png -------------------------------------------------------------------------------- /shots/test2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/shots/test2.png -------------------------------------------------------------------------------- /src/ElasticCodeLensProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/ElasticCodeLensProvider.ts -------------------------------------------------------------------------------- /src/ElasticCompletionItemProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/ElasticCompletionItemProvider.ts -------------------------------------------------------------------------------- /src/ElasticContentProvider.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/ElasticContentProvider.ts -------------------------------------------------------------------------------- /src/ElasticDecoration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/ElasticDecoration.ts -------------------------------------------------------------------------------- /src/ElasticMatch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/ElasticMatch.ts -------------------------------------------------------------------------------- /src/ElasticMatches.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/ElasticMatches.ts -------------------------------------------------------------------------------- /src/axiosInstance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/axiosInstance.ts -------------------------------------------------------------------------------- /src/extension.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/extension.ts -------------------------------------------------------------------------------- /src/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/helpers.ts -------------------------------------------------------------------------------- /src/jsonPanel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/jsonPanel.ts -------------------------------------------------------------------------------- /src/rest-spec/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/index.ts -------------------------------------------------------------------------------- /src/rest-spec/json.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/json.d.ts -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/bulk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/bulk.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.allocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.allocation.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.count.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.fielddata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.fielddata.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.health.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.help.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.indices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.indices.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.master.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.master.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.nodeattrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.nodeattrs.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.nodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.nodes.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.pending_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.pending_tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.plugins.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.recovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.recovery.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.repositories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.repositories.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.segments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.segments.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.shards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.shards.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.snapshots.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cat.thread_pool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cat.thread_pool.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/clear_scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/clear_scroll.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.get_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.get_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.health.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.pending_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.pending_tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.put_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.put_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.reroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.reroute.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.state.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.state.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/cluster.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/cluster.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/count.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/count_percolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/count_percolate.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/delete.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/delete_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/delete_script.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/delete_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/delete_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/exists.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/explain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/explain.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/field_stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/field_stats.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/get.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/get_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/get_script.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/get_source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/get_source.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/get_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/get_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/index.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/index.ts -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.analyze.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.analyze.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.clear_cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.clear_cache.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.close.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.close.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.create.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.delete.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.delete_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.delete_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.delete_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.delete_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.delete_warmer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.delete_warmer.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.exists.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.exists_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.exists_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.exists_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.exists_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.exists_type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.exists_type.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.flush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.flush.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.flush_synced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.flush_synced.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.forcemerge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.forcemerge.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_field_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_field_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_upgrade.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.get_warmer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.get_warmer.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.open.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.optimize.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.optimize.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.put_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.put_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.put_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.put_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.put_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.put_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.put_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.put_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.put_warmer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.put_warmer.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.recovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.recovery.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.refresh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.refresh.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.segments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.segments.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.shard_stores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.shard_stores.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.update_aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.update_aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.upgrade.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/indices.validate_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/indices.validate_query.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/info.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/mget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/mget.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/mpercolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/mpercolate.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/msearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/msearch.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/mtermvectors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/mtermvectors.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/nodes.hot_threads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/nodes.hot_threads.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/nodes.info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/nodes.info.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/nodes.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/nodes.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/percolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/percolate.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/ping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/ping.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/put_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/put_script.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/put_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/put_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/reindex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/reindex.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/reindex_rethrottle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/reindex_rethrottle.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/render_search_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/render_search_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/scroll.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/search.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/search_exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/search_exists.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/search_shards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/search_shards.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/search_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/search_template.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.create.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.create_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.create_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.delete.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.delete_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.delete_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.get.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.get_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.get_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.restore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.restore.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.status.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.status.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/snapshot.verify_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/snapshot.verify_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/suggest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/suggest.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/tasks.cancel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/tasks.cancel.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/tasks.list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/tasks.list.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/termvectors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/termvectors.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/update.json -------------------------------------------------------------------------------- /src/rest-spec/v2_4_6/update_by_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v2_4_6/update_by_query.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/_common.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/_common.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/bulk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/bulk.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.allocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.allocation.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.count.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.fielddata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.fielddata.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.health.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.help.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.indices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.indices.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.master.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.master.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.nodeattrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.nodeattrs.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.nodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.nodes.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.pending_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.pending_tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.plugins.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.recovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.recovery.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.repositories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.repositories.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.segments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.segments.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.shards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.shards.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.snapshots.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.templates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.templates.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cat.thread_pool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cat.thread_pool.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/clear_scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/clear_scroll.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.allocation_explain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.allocation_explain.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.get_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.get_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.health.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.pending_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.pending_tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.put_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.put_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.reroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.reroute.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.state.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.state.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/cluster.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/cluster.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/count.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/count_percolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/count_percolate.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/create.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/delete.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/delete_by_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/delete_by_query.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/delete_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/delete_script.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/delete_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/delete_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/exists.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/exists_source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/exists_source.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/explain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/explain.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/field_caps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/field_caps.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/field_stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/field_stats.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/get.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/get_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/get_script.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/get_source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/get_source.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/get_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/get_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/index.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/index.ts -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.analyze.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.analyze.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.clear_cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.clear_cache.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.close.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.close.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.create.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.delete.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.delete_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.delete_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.delete_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.delete_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.exists.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.exists_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.exists_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.exists_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.exists_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.exists_type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.exists_type.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.flush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.flush.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.flush_synced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.flush_synced.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.forcemerge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.forcemerge.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get_field_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get_field_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.get_upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.get_upgrade.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.open.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.put_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.put_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.put_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.put_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.put_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.put_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.put_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.put_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.recovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.recovery.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.refresh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.refresh.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.rollover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.rollover.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.segments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.segments.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.shard_stores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.shard_stores.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.shrink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.shrink.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.update_aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.update_aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.upgrade.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/indices.validate_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/indices.validate_query.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/info.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/ingest.delete_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/ingest.delete_pipeline.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/ingest.get_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/ingest.get_pipeline.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/ingest.processor.grok.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/ingest.processor.grok.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/ingest.put_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/ingest.put_pipeline.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/ingest.simulate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/ingest.simulate.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/mget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/mget.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/mpercolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/mpercolate.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/msearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/msearch.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/msearch_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/msearch_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/mtermvectors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/mtermvectors.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/nodes.hot_threads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/nodes.hot_threads.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/nodes.info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/nodes.info.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/nodes.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/nodes.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/percolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/percolate.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/ping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/ping.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/put_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/put_script.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/put_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/put_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/reindex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/reindex.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/reindex_rethrottle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/reindex_rethrottle.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/remote.info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/remote.info.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/render_search_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/render_search_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/scroll.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/search.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/search_shards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/search_shards.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/search_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/search_template.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.create.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.create_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.create_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.delete.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.delete_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.delete_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.get.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.get_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.get_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.restore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.restore.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.status.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.status.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/snapshot.verify_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/snapshot.verify_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/suggest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/suggest.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/tasks.cancel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/tasks.cancel.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/tasks.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/tasks.get.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/tasks.list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/tasks.list.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/termvectors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/termvectors.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/update.json -------------------------------------------------------------------------------- /src/rest-spec/v5_6_4/update_by_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v5_6_4/update_by_query.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/_common.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/_common.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/bulk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/bulk.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.allocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.allocation.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.count.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.fielddata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.fielddata.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.health.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.help.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.help.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.indices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.indices.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.master.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.master.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.nodeattrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.nodeattrs.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.nodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.nodes.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.pending_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.pending_tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.plugins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.plugins.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.recovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.recovery.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.repositories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.repositories.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.segments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.segments.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.shards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.shards.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.snapshots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.snapshots.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.templates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.templates.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cat.thread_pool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cat.thread_pool.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/clear_scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/clear_scroll.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.allocation_explain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.allocation_explain.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.get_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.get_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.health.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.pending_tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.pending_tasks.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.put_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.put_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.reroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.reroute.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.state.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.state.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/cluster.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/cluster.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/count.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/create.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/delete.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/delete_by_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/delete_by_query.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/delete_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/delete_script.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/exists.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/exists_source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/exists_source.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/explain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/explain.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/field_caps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/field_caps.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/get.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/get_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/get_script.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/get_source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/get_source.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/index.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/index.ts -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.analyze.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.analyze.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.clear_cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.clear_cache.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.close.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.close.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.create.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.delete.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.delete_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.delete_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.delete_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.delete_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.exists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.exists.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.exists_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.exists_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.exists_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.exists_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.exists_type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.exists_type.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.flush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.flush.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.flush_synced.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.flush_synced.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.forcemerge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.forcemerge.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get_field_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get_field_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.get_upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.get_upgrade.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.open.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.put_alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.put_alias.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.put_mapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.put_mapping.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.put_settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.put_settings.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.put_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.put_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.recovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.recovery.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.refresh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.refresh.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.rollover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.rollover.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.segments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.segments.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.shard_stores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.shard_stores.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.shrink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.shrink.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.update_aliases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.update_aliases.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.upgrade.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.upgrade.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/indices.validate_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/indices.validate_query.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/info.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/ingest.delete_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/ingest.delete_pipeline.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/ingest.get_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/ingest.get_pipeline.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/ingest.processor.grok.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/ingest.processor.grok.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/ingest.put_pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/ingest.put_pipeline.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/ingest.simulate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/ingest.simulate.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/mget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/mget.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/msearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/msearch.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/msearch_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/msearch_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/mtermvectors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/mtermvectors.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/nodes.hot_threads.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/nodes.hot_threads.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/nodes.info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/nodes.info.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/nodes.stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/nodes.stats.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/nodes.usage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/nodes.usage.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/ping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/ping.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/put_script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/put_script.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/reindex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/reindex.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/reindex_rethrottle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/reindex_rethrottle.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/remote.info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/remote.info.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/render_search_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/render_search_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/scroll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/scroll.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/search.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/search_shards.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/search_shards.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/search_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/search_template.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.create.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.create.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.create_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.create_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.delete.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.delete.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.delete_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.delete_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.get.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.get_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.get_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.restore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.restore.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.status.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.status.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/snapshot.verify_repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/snapshot.verify_repository.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/tasks.cancel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/tasks.cancel.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/tasks.get.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/tasks.get.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/tasks.list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/tasks.list.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/termvectors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/termvectors.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/update.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/update.json -------------------------------------------------------------------------------- /src/rest-spec/v6_0_0/update_by_query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/src/rest-spec/v6_0_0/update_by_query.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tslint-imports.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/tslint-imports.json -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hsen-dev/vscode-elastic/HEAD/webpack.config.js --------------------------------------------------------------------------------