aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-06-15 21:31:12 +0000
committerRene Ladan <rene@FreeBSD.org>2018-06-15 21:31:12 +0000
commit6b53a4f61c6d93069a6822c0a9b4cd9e9eedf49b (patch)
tree00cd7a474ec00cdebfd16e3518c037e002bd49a3
parent3838aaee00081eb88289b0a9789ae8917b2fb2e6 (diff)
downloadports-6b53a4f61c6d93069a6822c0a9b4cd9e9eedf49b.tar.gz
ports-6b53a4f61c6d93069a6822c0a9b4cd9e9eedf49b.zip
Notes
-rw-r--r--MOVED5
-rw-r--r--textproc/Makefile5
-rw-r--r--textproc/elasticsearch2-plugin-hq/Makefile30
-rw-r--r--textproc/elasticsearch2-plugin-hq/distinfo2
-rw-r--r--textproc/elasticsearch2-plugin-hq/pkg-descr6
-rw-r--r--textproc/elasticsearch2-plugin-hq/pkg-plist763
-rw-r--r--textproc/elasticsearch2-plugin-marvel/Makefile45
-rw-r--r--textproc/elasticsearch2-plugin-marvel/distinfo4
-rw-r--r--textproc/elasticsearch2-plugin-marvel/pkg-descr4
-rw-r--r--textproc/elasticsearch2-plugin-marvel/pkg-plist10
-rw-r--r--textproc/elasticsearch2-plugin-migration/Makefile28
-rw-r--r--textproc/elasticsearch2-plugin-migration/distinfo3
-rw-r--r--textproc/elasticsearch2-plugin-migration/pkg-descr5
-rw-r--r--textproc/elasticsearch2-plugin-migration/pkg-plist17
-rw-r--r--textproc/elasticsearch2-plugin-sql/Makefile34
-rw-r--r--textproc/elasticsearch2-plugin-sql/distinfo3
-rw-r--r--textproc/elasticsearch2-plugin-sql/pkg-descr4
-rw-r--r--textproc/elasticsearch2-plugin-sql/pkg-plist452
-rw-r--r--textproc/elasticsearch2/Makefile90
-rw-r--r--textproc/elasticsearch2/distinfo3
-rw-r--r--textproc/elasticsearch2/files/elasticsearch.in168
-rw-r--r--textproc/elasticsearch2/files/patch-bin-elasticsearch.in.sh23
-rw-r--r--textproc/elasticsearch2/files/patch-config-elasticsearch.yml15
-rw-r--r--textproc/elasticsearch2/files/pkg-message.in6
-rw-r--r--textproc/elasticsearch2/pkg-descr4
-rw-r--r--textproc/elasticsearch2/pkg-plist70
26 files changed, 5 insertions, 1794 deletions
diff --git a/MOVED b/MOVED
index a23bf6d516af..1bcc43bbbd44 100644
--- a/MOVED
+++ b/MOVED
@@ -10271,3 +10271,8 @@ devel/automake-wrapper|devel/automake|2018-06-14|No longer needed
net/samba45|net/samba46|2018-06-14|Has expired: yes
textproc/py-elasticsearch-dsl-py||2018-06-15|Has expired: ElasticSearch 1.x End of Life
textproc/py-elasticsearch2-dsl-py||2018-06-15|Has expired: Needs Python ElasticSearch 2.x
+textproc/elasticsearch2-plugin-marvel||2018-06-15|Removed, depends on expired textproc/elasticsearch2
+textproc/elasticsearch2-plugin-sql||2018-06-15|Removed, depends on expired textproc/elasticsearch2
+textproc/elasticsearch2-plugin-hq||2018-06-15|Removed, depends on expired textproc/elasticsearch2
+textproc/elasticsearch2-plugin-migration||2018-06-15|Removed, depends on expired textproc/elasticsearch2
+textproc/elasticsearch2||2018-06-15|Has expired: Elastic 2.4 EoL is 2018-02-28
diff --git a/textproc/Makefile b/textproc/Makefile
index 641a99b77ec0..7e99f8bda9bd 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -155,11 +155,6 @@
SUBDIR += el-aspell
SUBDIR += el-hyphen
SUBDIR += elasticsearch-plugin-head
- SUBDIR += elasticsearch2
- SUBDIR += elasticsearch2-plugin-hq
- SUBDIR += elasticsearch2-plugin-marvel
- SUBDIR += elasticsearch2-plugin-migration
- SUBDIR += elasticsearch2-plugin-sql
SUBDIR += elasticsearch5
SUBDIR += elasticsearch5-search-guard
SUBDIR += elasticsearch6
diff --git a/textproc/elasticsearch2-plugin-hq/Makefile b/textproc/elasticsearch2-plugin-hq/Makefile
deleted file mode 100644
index 9e72e643196b..000000000000
--- a/textproc/elasticsearch2-plugin-hq/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hq
-PORTVERSION= 2.0.3
-DISTVERSIONPREFIX= v
-CATEGORIES= textproc
-PKGNAMEPREFIX= elasticsearch2-plugin-
-
-MAINTAINER= elastic@FreeBSD.org
-COMMENT= ElasticSearch HQ Plugin
-
-LICENSE= APACHE20
-
-RUN_DEPENDS= elasticsearch2>=2.0.0:textproc/elasticsearch2
-
-CONFLICTS= elasticsearch-plugin-hq-1.*
-
-USE_GITHUB= yes
-GH_ACCOUNT= royrusso
-GH_PROJECT= elasticsearch-HQ
-NO_ARCH= yes
-
-NO_BUILD= yes
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ
- cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ
- ${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/HQ
-
-.include <bsd.port.mk>
diff --git a/textproc/elasticsearch2-plugin-hq/distinfo b/textproc/elasticsearch2-plugin-hq/distinfo
deleted file mode 100644
index edf2b6d063ed..000000000000
--- a/textproc/elasticsearch2-plugin-hq/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (royrusso-elasticsearch-HQ-v2.0.3_GH0.tar.gz) = 76fd015a69a2a4dd85bee14ce554bbaa890df803483986b60412c3472eb8d87a
-SIZE (royrusso-elasticsearch-HQ-v2.0.3_GH0.tar.gz) = 7442012
diff --git a/textproc/elasticsearch2-plugin-hq/pkg-descr b/textproc/elasticsearch2-plugin-hq/pkg-descr
deleted file mode 100644
index 5bcdb4a8996f..000000000000
--- a/textproc/elasticsearch2-plugin-hq/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-From monitoring individual cluster nodes, to viewing real-time
-threads, ElasticHQ enables up-to-the-second insight in to ElasticSearch
-cluster runtime metrics and configurations, using the ElasticSearch
-REST API.
-
-WWW: http://www.elastichq.org/
diff --git a/textproc/elasticsearch2-plugin-hq/pkg-plist b/textproc/elasticsearch2-plugin-hq/pkg-plist
deleted file mode 100644
index ea2795f0a5aa..000000000000
--- a/textproc/elasticsearch2-plugin-hq/pkg-plist
+++ /dev/null
@@ -1,763 +0,0 @@
-lib/elasticsearch/plugins/HQ/_site/css/all.min.css
-lib/elasticsearch/plugins/HQ/_site/css/bootstrap-responsive.min.css
-lib/elasticsearch/plugins/HQ/_site/css/bootstrap-select.min.css
-lib/elasticsearch/plugins/HQ/_site/css/bootstrap.min.css
-lib/elasticsearch/plugins/HQ/_site/css/elastichq.css
-lib/elasticsearch/plugins/HQ/_site/css/font-awesome-ie7.min.css
-lib/elasticsearch/plugins/HQ/_site/css/font-awesome.min.css
-lib/elasticsearch/plugins/HQ/_site/css/pnotify-icons.css
-lib/elasticsearch/plugins/HQ/_site/css/pnotify.css
-lib/elasticsearch/plugins/HQ/_site/css/prettify.css
-lib/elasticsearch/plugins/HQ/_site/font/FontAwesome.otf
-lib/elasticsearch/plugins/HQ/_site/font/fontawesome-webfont.eot
-lib/elasticsearch/plugins/HQ/_site/font/fontawesome-webfont.svg
-lib/elasticsearch/plugins/HQ/_site/font/fontawesome-webfont.ttf
-lib/elasticsearch/plugins/HQ/_site/font/fontawesome-webfont.woff
-lib/elasticsearch/plugins/HQ/_site/images/ajax-loader.gif
-lib/elasticsearch/plugins/HQ/_site/images/big-ajax-loader.gif
-lib/elasticsearch/plugins/HQ/_site/images/gettingstarted1.png
-lib/elasticsearch/plugins/HQ/_site/images/gettingstarted2.png
-lib/elasticsearch/plugins/HQ/_site/images/glyphicons-halflings-white.png
-lib/elasticsearch/plugins/HQ/_site/images/glyphicons-halflings.png
-lib/elasticsearch/plugins/HQ/_site/images/icon_gototop.png
-lib/elasticsearch/plugins/HQ/_site/images/screenie.png
-lib/elasticsearch/plugins/HQ/_site/index.html
-lib/elasticsearch/plugins/HQ/_site/js/all.min.js
-lib/elasticsearch/plugins/HQ/_site/js/charts.js
-lib/elasticsearch/plugins/HQ/_site/js/collection/index/IndicesStatusModel.js
-lib/elasticsearch/plugins/HQ/_site/js/collection/mapping/MappingsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/collection/mapping/MappingsModelFactory.js
-lib/elasticsearch/plugins/HQ/_site/js/collection/node/NodeInfoListModel.js
-lib/elasticsearch/plugins/HQ/_site/js/collection/node/NodeListModel.js
-lib/elasticsearch/plugins/HQ/_site/js/collection/node/NodeStatsListModel.js
-lib/elasticsearch/plugins/HQ/_site/js/elastichq.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ace.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-chromevox.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-elastic_tabstops_lite.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-emmet.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-keybinding_menu.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-language_tools.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-modelist.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-old_ie.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-searchbox.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-settings_menu.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-spellcheck.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-split.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-static_highlight.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-statusbar.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-textarea.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-themelist.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/ext-whitespace.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/keybinding-emacs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/keybinding-vim.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-abap.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-actionscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-ada.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-asciidoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-assembly_x86.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-autohotkey.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-batchfile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-c9search.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-c_cpp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-clojure.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-cobol.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-coffee.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-coldfusion.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-csharp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-css.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-curly.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-d.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-dart.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-diff.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-django.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-dot.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-ejs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-erlang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-forth.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-ftl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-glsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-golang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-groovy.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-haml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-handlebars.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-haskell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-haxe.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-html.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-html_completions.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-html_ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-ini.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-jack.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-jade.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-java.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-javascript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-json.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-jsoniq.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-jsp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-jsx.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-julia.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-latex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-less.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-liquid.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-lisp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-livescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-logiql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-lsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-lua.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-luapage.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-lucene.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-makefile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-markdown.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-matlab.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-mushcode.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-mushcode_high_rules.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-mysql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-nix.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-objectivec.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-ocaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-pascal.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-perl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-pgsql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-php.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-plain_text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-powershell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-prolog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-properties.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-protobuf.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-python.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-r.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-rdoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-rhtml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-rust.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-sass.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-scad.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-scala.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-scheme.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-scss.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-sh.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-sjs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-snippets.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-soy_template.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-space.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-sql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-stylus.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-svg.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-tcl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-tex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-textile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-toml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-twig.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-typescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-vbscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-velocity.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-verilog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-vhdl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-xml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-xquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/mode-yaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/abap.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/actionscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/ada.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/asciidoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/assembly_x86.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/autohotkey.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/batchfile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/c9search.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/c_cpp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/clojure.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/cobol.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/coffee.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/coldfusion.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/csharp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/css.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/curly.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/d.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/dart.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/diff.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/django.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/dot.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/ejs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/erlang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/forth.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/ftl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/glsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/golang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/groovy.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/haml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/handlebars.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/haskell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/haxe.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/html.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/html_completions.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/html_ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/ini.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/jack.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/jade.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/java.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/javascript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/json.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/jsoniq.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/jsp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/jsx.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/julia.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/latex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/less.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/liquid.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/lisp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/livescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/logiql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/lsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/lua.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/luapage.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/lucene.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/makefile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/markdown.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/matlab.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/mushcode.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/mushcode_high_rules.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/mysql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/nix.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/objectivec.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/ocaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/pascal.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/perl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/pgsql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/php.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/plain_text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/powershell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/prolog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/properties.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/protobuf.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/python.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/r.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/rdoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/rhtml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/rust.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/sass.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/scad.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/scala.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/scheme.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/scss.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/sh.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/sjs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/snippets.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/soy_template.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/space.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/sql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/stylus.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/svg.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/tcl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/tex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/textile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/toml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/twig.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/typescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/vbscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/velocity.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/verilog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/vhdl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/xml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/xquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/snippets/yaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-ambiance.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-chaos.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-chrome.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-clouds.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-clouds_midnight.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-cobalt.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-crimson_editor.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-dawn.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-dreamweaver.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-eclipse.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-github.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-idle_fingers.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-kr.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-merbivore.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-merbivore_soft.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-mono_industrial.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-monokai.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-pastel_on_dark.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-solarized_dark.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-solarized_light.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-terminal.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-textmate.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-tomorrow.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-tomorrow_night.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-tomorrow_night_blue.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-tomorrow_night_bright.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-tomorrow_night_eighties.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-twilight.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-vibrant_ink.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/theme-xcode.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-coffee.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-css.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-javascript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-json.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-lua.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-php.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-min-noconflict/worker-xquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ace.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-chromevox.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-elastic_tabstops_lite.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-emmet.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-keybinding_menu.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-language_tools.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-modelist.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-old_ie.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-searchbox.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-settings_menu.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-spellcheck.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-split.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-static_highlight.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-statusbar.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-textarea.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-themelist.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/ext-whitespace.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/keybinding-emacs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/keybinding-vim.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-abap.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-actionscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-ada.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-asciidoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-assembly_x86.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-autohotkey.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-batchfile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-c9search.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-c_cpp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-clojure.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-cobol.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-coffee.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-coldfusion.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-csharp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-css.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-curly.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-d.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-dart.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-diff.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-django.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-dot.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-ejs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-erlang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-forth.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-ftl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-glsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-golang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-groovy.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-haml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-handlebars.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-haskell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-haxe.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-html.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-html_completions.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-html_ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-ini.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-jack.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-jade.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-java.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-javascript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-json.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-jsoniq.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-jsp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-jsx.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-julia.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-latex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-less.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-liquid.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-lisp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-livescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-logiql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-lsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-lua.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-luapage.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-lucene.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-makefile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-markdown.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-matlab.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-mushcode.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-mushcode_high_rules.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-mysql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-nix.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-objectivec.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-ocaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-pascal.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-perl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-pgsql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-php.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-plain_text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-powershell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-prolog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-properties.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-protobuf.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-python.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-r.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-rdoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-rhtml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-rust.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-sass.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-scad.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-scala.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-scheme.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-scss.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-sh.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-sjs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-snippets.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-soy_template.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-space.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-sql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-stylus.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-svg.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-tcl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-tex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-textile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-toml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-twig.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-typescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-vbscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-velocity.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-verilog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-vhdl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-xml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-xquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/mode-yaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/abap.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/actionscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/ada.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/asciidoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/assembly_x86.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/autohotkey.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/batchfile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/c9search.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/c_cpp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/clojure.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/cobol.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/coffee.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/coldfusion.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/csharp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/css.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/curly.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/d.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/dart.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/diff.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/django.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/dot.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/ejs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/erlang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/forth.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/ftl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/glsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/golang.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/groovy.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/haml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/handlebars.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/haskell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/haxe.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/html.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/html_completions.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/html_ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/ini.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/jack.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/jade.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/java.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/javascript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/json.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/jsoniq.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/jsp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/jsx.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/julia.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/latex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/less.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/liquid.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/lisp.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/livescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/logiql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/lsl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/lua.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/luapage.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/lucene.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/makefile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/markdown.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/matlab.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/mushcode.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/mushcode_high_rules.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/mysql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/nix.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/objectivec.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/ocaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/pascal.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/perl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/pgsql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/php.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/plain_text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/powershell.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/prolog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/properties.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/protobuf.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/python.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/r.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/rdoc.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/rhtml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/ruby.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/rust.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/sass.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/scad.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/scala.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/scheme.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/scss.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/sh.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/sjs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/snippets.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/soy_template.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/space.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/sql.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/stylus.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/svg.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/tcl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/tex.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/text.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/textile.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/toml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/twig.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/typescript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/vbscript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/velocity.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/verilog.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/vhdl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/xml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/xquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/snippets/yaml.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-ambiance.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-chaos.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-chrome.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-clouds.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-clouds_midnight.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-cobalt.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-crimson_editor.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-dawn.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-dreamweaver.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-eclipse.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-github.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-idle_fingers.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-kr.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-merbivore.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-merbivore_soft.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-mono_industrial.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-monokai.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-pastel_on_dark.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-solarized_dark.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-solarized_light.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-terminal.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-textmate.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-tomorrow.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-tomorrow_night.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-tomorrow_night_blue.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-tomorrow_night_bright.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-tomorrow_night_eighties.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-twilight.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-vibrant_ink.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/theme-xcode.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-coffee.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-css.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-javascript.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-json.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-lua.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-php.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/ace/src-noconflict/worker-xquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone-poller/backbone.poller.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone-poller/backbone.poller.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone-validation/backbone-validation-min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone-validation/backbone-validation.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone-validation/backbone.validation.bootstrap.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone-validation/backbone.validation.bootstrap.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone/backbone-min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone/backbone-min.map
-lib/elasticsearch/plugins/HQ/_site/js/lib/backbone/backbone.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/bootstrap-select/bootstrap-select.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/bootstrap-select/bootstrap-select.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/bootstrap/bootstrap.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/bootstrap/bootstrap.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/d3/d3.v3.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/d3/d3.v3.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/elasticsearch/elasticsearch.jquery.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/elasticsearch/elasticsearch.jquery.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/elasticsearch/elasticsearch.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/elasticsearch/elasticsearch.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/excanvas/excanvas.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/excanvas/excanvas.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/flot/jquery.flot.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/flot/jquery.flot.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/flot/plugin/curvedlines.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/flot/plugin/jquery.flot.time.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/flot/plugin/jquery.flot.tooltip.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/flot/plugin/jquery.flot.tooltip.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.1.9.1.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.cookie.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.cookie.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.metadata.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.metadata.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.min.map
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.tablesorter.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.tablesorter.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.tablesorter.pager.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/jquery/jquery.tablesorter.pager.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/lodash/lodash.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/lodash/lodash.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/be-nl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/cs.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/da-dk.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/de-ch.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/de.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/en-gb.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/es-ES.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/es.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/fi.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/fr-CA.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/fr-ch.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/fr.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/hu.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/it.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/ja.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/nl-nl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/pl.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/pt-br.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/pt-pt.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/ru-UA.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/ru.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/sk.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/th.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/tr.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/languages/uk-UA.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/be-nl.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/cs.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/da-dk.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/de-ch.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/de.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/en-gb.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/es-ES.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/es.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/fi.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/fr-CA.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/fr-ch.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/fr.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/hu.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/it.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/ja.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/nl-nl.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/pl.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/pt-br.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/pt-pt.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/ru-UA.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/ru.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/sk.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/th.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/tr.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/languages/uk-UA.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/min/numeral.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/numeraljs/numeral.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/pnotify/jquery.pnotify.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/pnotify/jquery.pnotify.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/pnotify/pnotify.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/prettify/prettify.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/prettify/prettify.min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/underscore/underscore-min.js
-lib/elasticsearch/plugins/HQ/_site/js/lib/underscore/underscore.js
-lib/elasticsearch/plugins/HQ/_site/js/model/base/ErrorMessageModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/cluster/ClusterHealthModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/cluster/ClusterModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/cluster/ClusterStateModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/core/Ping.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/IndexAliasModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/IndexHealthModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/IndexSettingsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/IndexSimple.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/IndexStatsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/IndexStatusModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/action/ClearCacheAllIndexModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/action/FlushAllIndexModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/action/IndexModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/action/OptimizeAllIndexModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/index/action/RefreshAllIndexModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/mapping/MappingSimple.js
-lib/elasticsearch/plugins/HQ/_site/js/model/node/NodeHotThreadsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/node/NodeInfoModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/node/NodeModelFactory.js
-lib/elasticsearch/plugins/HQ/_site/js/model/node/NodeShutdownModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/node/NodeSimpleModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/node/NodeStatsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/query/QueryRequestModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/query/QueryResultsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/query/QueryUtil.js
-lib/elasticsearch/plugins/HQ/_site/js/model/query/query.json
-lib/elasticsearch/plugins/HQ/_site/js/model/rest/JSONAPIModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/rest/RESTModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/rest/RESTModelFactory.js
-lib/elasticsearch/plugins/HQ/_site/js/model/settings/SettingsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/settings/StatsModel.js
-lib/elasticsearch/plugins/HQ/_site/js/model/util/ModelUtil.js
-lib/elasticsearch/plugins/HQ/_site/js/route/ClusterRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/IndexRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/IndicesRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/MappingRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/NodeRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/QueryRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/RESTRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/SnapShotRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/route/VisualRoute.js
-lib/elasticsearch/plugins/HQ/_site/js/router.js
-lib/elasticsearch/plugins/HQ/_site/js/template/ClusterTemplates.js
-lib/elasticsearch/plugins/HQ/_site/js/template/IndexActionTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/IndexTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/MappingTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/MessageTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/NodeTemplates.js
-lib/elasticsearch/plugins/HQ/_site/js/template/QueryTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/RESTTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/SettingsTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/SnapShotTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/VisualTemplate.js
-lib/elasticsearch/plugins/HQ/_site/js/template/misctpl.txt
-lib/elasticsearch/plugins/HQ/_site/js/util/constants.js
-lib/elasticsearch/plugins/HQ/_site/js/util/guid.js
-lib/elasticsearch/plugins/HQ/_site/js/util/logger.js
-lib/elasticsearch/plugins/HQ/_site/js/util/parser.js
-lib/elasticsearch/plugins/HQ/_site/js/util/poller.js
-lib/elasticsearch/plugins/HQ/_site/js/util/tablesorter.js
-lib/elasticsearch/plugins/HQ/_site/js/util/tools.js
-lib/elasticsearch/plugins/HQ/_site/js/util/versioncheck.js
-lib/elasticsearch/plugins/HQ/_site/js/util/versionutil.js
-lib/elasticsearch/plugins/HQ/_site/js/view/ErrorMessageView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/alias/CreateAliasView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/cluster/ClusterHealthView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/document/DocumentListView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/document/QueryView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/index/IndexStatusListView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/index/IndexView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/index/action/ClearCacheAllIndexView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/index/action/CreateIndexView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/index/action/FlushAllIndexView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/index/action/OptimizeAllIndexView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/mapping/MapTypeView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/mapping/MapTypeViewFactory.js
-lib/elasticsearch/plugins/HQ/_site/js/view/mapping/MappingListView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/mapping/action/CreateTypeView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/DiagnosticsRules.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/NodeHotThreadView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/NodeListView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/NodeShutdownView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/NodeStatsListView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/NodeStatsView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/node/NodeViewFactory.js
-lib/elasticsearch/plugins/HQ/_site/js/view/rest/EndPointMap.js
-lib/elasticsearch/plugins/HQ/_site/js/view/rest/JSONEditorPostView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/rest/JSONEditorView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/rest/RESTJSONView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/rest/RESTView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/settings/SettingsView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/snapshot/SnapShotView.js
-lib/elasticsearch/plugins/HQ/_site/js/view/visual/VisualView.js
-lib/elasticsearch/plugins/HQ/plugin-descriptor.properties
diff --git a/textproc/elasticsearch2-plugin-marvel/Makefile b/textproc/elasticsearch2-plugin-marvel/Makefile
deleted file mode 100644
index 047ec1d751dd..000000000000
--- a/textproc/elasticsearch2-plugin-marvel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Tom Judge <tj@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= marvel
-PORTVERSION= 2.1.0
-PORTREVISION= 2
-CATEGORIES= textproc perl5
-MASTER_SITES= http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/${PORTVERSION}/:source1 \
- http://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/marvel-agent/${PORTVERSION}/:source2
-PKGNAMEPREFIX= elasticsearch2-plugin-
-DISTFILES= license-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source1 \
- marvel-agent-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}:source2
-
-MAINTAINER= dvl@FreeBSD.org
-COMMENT= ElasticSearch Marvel Monitoring Plugin
-
-LICENSE= COMMERCIAL
-LICENSE_NAME= Free for development; license required for production use
-LICENSE_TEXT= License available from Elasticsearch for production use.
-LICENSE_TEXT+= See http://www.elasticsearch.com/marvel/ for more details.
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept
-
-RUN_DEPENDS:= elasticsearch2>2.0.0:textproc/elasticsearch2
-
-NO_BUILD= yes
-LEGAL_TEXT= ${LICENSE_NAME_COMMERCIAL}
-PLIST_SUB= VERSION=${PORTVERSION}
-
-USES+= zip
-
-ZIP_FILES= license \
- marvel-agent
-
-do-extract:
- @${MKDIR} ${WRKSRC}
-.for file in ${ZIP_FILES}
- ( cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} -d ${file}-${PORTVERSION} \
- ${_DISTDIR}/${file}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRACT_SUFX} )
-.endfor
-
-do-install:
- # while installing, rename marvel-agent to marvel, which is what the plugin expects when running
- @cd ${WRKDIR}/license-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/license
- @cd ${WRKDIR}/marvel-agent-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/marvel
-.include <bsd.port.mk>
diff --git a/textproc/elasticsearch2-plugin-marvel/distinfo b/textproc/elasticsearch2-plugin-marvel/distinfo
deleted file mode 100644
index 3a9bf75e0bb1..000000000000
--- a/textproc/elasticsearch2-plugin-marvel/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (license-2.1.0.zip) = 7705f011c1027be520143f834031f79f15e3c378924f7a05a934e413c31937af
-SIZE (license-2.1.0.zip) = 102034
-SHA256 (marvel-agent-2.1.0.zip) = f9d118c67255d762b5692813dad3fa098bb16cc465dbf857898a794a43732caa
-SIZE (marvel-agent-2.1.0.zip) = 153231
diff --git a/textproc/elasticsearch2-plugin-marvel/pkg-descr b/textproc/elasticsearch2-plugin-marvel/pkg-descr
deleted file mode 100644
index fb8ecf285b3c..000000000000
--- a/textproc/elasticsearch2-plugin-marvel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Marvel is an Elasticsearch management tool. This tool is free for
-development use but requires a license to be used in production.
-
-WWW: http://www.elasticsearch.org/overview/marvel/download/
diff --git a/textproc/elasticsearch2-plugin-marvel/pkg-plist b/textproc/elasticsearch2-plugin-marvel/pkg-plist
deleted file mode 100644
index 7e2edf5effe3..000000000000
--- a/textproc/elasticsearch2-plugin-marvel/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-lib/elasticsearch/plugins/license/LICENSE.txt
-lib/elasticsearch/plugins/license/NOTICE.txt
-lib/elasticsearch/plugins/license/license-%%VERSION%%.jar
-lib/elasticsearch/plugins/license/license-core-%%VERSION%%.jar
-lib/elasticsearch/plugins/license/license-plugin-api-%%VERSION%%.jar
-lib/elasticsearch/plugins/license/plugin-descriptor.properties
-lib/elasticsearch/plugins/marvel/LICENSE.txt
-lib/elasticsearch/plugins/marvel/NOTICE.txt
-lib/elasticsearch/plugins/marvel/marvel-agent-%%VERSION%%.jar
-lib/elasticsearch/plugins/marvel/plugin-descriptor.properties
diff --git a/textproc/elasticsearch2-plugin-migration/Makefile b/textproc/elasticsearch2-plugin-migration/Makefile
deleted file mode 100644
index a6ddec17a1d8..000000000000
--- a/textproc/elasticsearch2-plugin-migration/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= migration
-PORTVERSION= 2.0.4
-DISTVERSIONPREFIX= v
-CATEGORIES= textproc
-PKGNAMEPREFIX= elasticsearch2-plugin-
-
-MAINTAINER= elastic@FreeBSD.org
-COMMENT= ElasticSearch Migration Plugin
-
-LICENSE= APACHE20
-
-RUN_DEPENDS= elasticsearch2>=2.3.0:textproc/elasticsearch2
-
-USE_GITHUB= yes
-GH_ACCOUNT= elastic
-GH_PROJECT= elasticsearch-migration
-
-NO_ARCH= yes
-NO_BUILD= yes
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/migration
- cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/migration
- ${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/migration
-
-.include <bsd.port.mk>
diff --git a/textproc/elasticsearch2-plugin-migration/distinfo b/textproc/elasticsearch2-plugin-migration/distinfo
deleted file mode 100644
index e7d1210a5bec..000000000000
--- a/textproc/elasticsearch2-plugin-migration/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1486738266
-SHA256 (elastic-elasticsearch-migration-v2.0.4_GH0.tar.gz) = d14182498c525a5eb93586c6cb757872e0dc632d997b39ee875957328e4e3e45
-SIZE (elastic-elasticsearch-migration-v2.0.4_GH0.tar.gz) = 289700
diff --git a/textproc/elasticsearch2-plugin-migration/pkg-descr b/textproc/elasticsearch2-plugin-migration/pkg-descr
deleted file mode 100644
index 29723da3b3d5..000000000000
--- a/textproc/elasticsearch2-plugin-migration/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This plugin will help you to check whether you can upgrade directly to
-Elasticsearch version 5.x, or whether you need to make changes to your data
-before doing so. It will run on Elasticsearch version 2.3.x.
-
-WWW: https://github.com/elastic/elasticsearch-migration
diff --git a/textproc/elasticsearch2-plugin-migration/pkg-plist b/textproc/elasticsearch2-plugin-migration/pkg-plist
deleted file mode 100644
index b20738e0a476..000000000000
--- a/textproc/elasticsearch2-plugin-migration/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-lib/elasticsearch/plugins/migration/_site/images/body_bg.png
-lib/elasticsearch/plugins/migration/_site/images/elastic.jpeg
-lib/elasticsearch/plugins/migration/_site/images/go.png
-lib/elasticsearch/plugins/migration/_site/index.html
-lib/elasticsearch/plugins/migration/_site/js/bluebird/bluebird.min.js
-lib/elasticsearch/plugins/migration/_site/js/jquery/jquery-1.12.3.min.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/lodash.core.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/lodash.core.min.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/lodash.fp.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/lodash.fp.min.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/lodash.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/lodash.min.js
-lib/elasticsearch/plugins/migration/_site/js/lodash/mapping.fp.js
-lib/elasticsearch/plugins/migration/_site/js/main.js
-lib/elasticsearch/plugins/migration/_site/js/tablesorter/tablesorter.min.js
-lib/elasticsearch/plugins/migration/_site/styles.css
-lib/elasticsearch/plugins/migration/plugin-descriptor.properties
diff --git a/textproc/elasticsearch2-plugin-sql/Makefile b/textproc/elasticsearch2-plugin-sql/Makefile
deleted file mode 100644
index d78735bb5a57..000000000000
--- a/textproc/elasticsearch2-plugin-sql/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= sql
-PORTVERSION= 2.4.6.0
-CATEGORIES= textproc
-MASTER_SITES= https://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/
-PKGNAMEPREFIX= elasticsearch2-plugin-
-DISTNAME= elasticsearch-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= elastic@FreeBSD.org
-COMMENT= ElasticSearch SQL plugin
-
-LICENSE= APACHE20
-
-RUN_DEPENDS= elasticsearch2>=2.4.6:textproc/elasticsearch2
-
-CONFLICTS= elasticsearch-plugin-sql-1.*
-
-USES= zip
-NO_BUILD= yes
-NO_ARCH= yes
-PLIST_SUB+= VERSION="${PORTVERSION}"
-
-post-patch:
- @${FIND} ${WRKSRC} -type d -empty -delete
- @${RM} ${WRKSRC}/_site/vendor/codemirror/.travis.yml
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql
- ${INSTALL_DATA} ${WRKSRC}/*.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql
- cd ${WRKSRC} && ${COPYTREE_SHARE} _site ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql
- ${INSTALL_DATA} ${WRKSRC}/*.properties ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins/sql
-
-.include <bsd.port.mk>
diff --git a/textproc/elasticsearch2-plugin-sql/distinfo b/textproc/elasticsearch2-plugin-sql/distinfo
deleted file mode 100644
index 7a5b71b96859..000000000000
--- a/textproc/elasticsearch2-plugin-sql/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1507976938
-SHA256 (elasticsearch-sql-2.4.6.0.zip) = 8fb06f77460356f6e02c16b4f64d86264699888d4e0f28b4bfe7dec06f170d04
-SIZE (elasticsearch-sql-2.4.6.0.zip) = 4180280
diff --git a/textproc/elasticsearch2-plugin-sql/pkg-descr b/textproc/elasticsearch2-plugin-sql/pkg-descr
deleted file mode 100644
index f642e62b63e6..000000000000
--- a/textproc/elasticsearch2-plugin-sql/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Query ElasticSearch using familiar SQL syntax. You can also use ES
-functions in SQL.
-
-WWW: https://github.com/NLPchina/elasticsearch-sql
diff --git a/textproc/elasticsearch2-plugin-sql/pkg-plist b/textproc/elasticsearch2-plugin-sql/pkg-plist
deleted file mode 100644
index 6a3a20700f5c..000000000000
--- a/textproc/elasticsearch2-plugin-sql/pkg-plist
+++ /dev/null
@@ -1,452 +0,0 @@
-lib/elasticsearch/plugins/sql/_site/controllers.js
-lib/elasticsearch/plugins/sql/_site/editor.js
-lib/elasticsearch/plugins/sql/_site/index.html
-lib/elasticsearch/plugins/sql/_site/mapping_parser.js
-lib/elasticsearch/plugins/sql/_site/query.js
-lib/elasticsearch/plugins/sql/_site/style.css
-lib/elasticsearch/plugins/sql/_site/table_presenter.js
-lib/elasticsearch/plugins/sql/_site/tests/SpecRunner.html
-lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4nestedAggregation.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4simpleAggregation.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4simpleQueryResult.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/expectedBody4statsAgg.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/nestedAggregationResult.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/simpleAggregationResult.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/simpleQueryResult.json
-lib/elasticsearch/plugins/sql/_site/tests/resources/statsAggResult.json
-lib/elasticsearch/plugins/sql/_site/tests/spec/ResultHandlersSpec.js
-lib/elasticsearch/plugins/sql/_site/tests/spec/TablePresenterSpec.js
-lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-animate.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-animate.min.js.map
-lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-sanitize.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular-sanitize.min.js.map
-lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/angularjs/angular.min.js.map
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/css/bootstrap-theme.css
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/css/bootstrap-theme.css.map
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/css/bootstrap-theme.min.css
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/css/bootstrap.css
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/css/bootstrap.css.map
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/css/bootstrap.min.css
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/bootstrap.js
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/bootstrap.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/bootstrap/js/npm.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/AUTHORS
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/CONTRIBUTING.md
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/LICENSE
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/README.md
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/comment/comment.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/comment/continuecomment.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/dialog/dialog.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/dialog/dialog.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/display/fullscreen.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/display/fullscreen.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/display/placeholder.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/display/rulers.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/edit/closebrackets.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/edit/closetag.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/edit/continuelist.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/edit/matchbrackets.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/edit/matchtags.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/edit/trailingspace.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/brace-fold.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/comment-fold.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/foldcode.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/foldgutter.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/foldgutter.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/indent-fold.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/markdown-fold.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/fold/xml-fold.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/anyword-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/css-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/html-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/javascript-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/python-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/show-hint.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/show-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/sql-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/hint/xml-hint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/coffeescript-lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/css-lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/javascript-lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/json-lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/lint.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/lint/yaml-lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/merge/merge.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/merge/merge.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/mode/loadmode.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/mode/multiplex.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/mode/multiplex_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/mode/overlay.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/mode/simple.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/runmode/colorize.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/runmode/runmode-standalone.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/runmode/runmode.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/runmode/runmode.node.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/scroll/scrollpastend.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/search/match-highlighter.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/search/search.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/search/searchcursor.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/selection/active-line.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/selection/mark-selection.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/tern/tern.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/tern/tern.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/tern/worker.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/addon/wrap/hardwrap.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/bin/authors.sh
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/bin/compress
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/bin/lint
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/bin/release
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/bin/source-highlight
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/bower.json
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/activeline.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/anywordhint.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/bidi.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/btree.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/buffers.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/changemode.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/closebrackets.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/closetag.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/complete.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/emacs.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/folding.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/fullscreen.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/hardwrap.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/html5complete.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/indentwrap.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/lint.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/loadmode.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/marker.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/markselection.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/matchhighlighter.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/matchtags.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/merge.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/multiplex.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/mustache.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/placeholder.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/preview.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/requirejs.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/resize.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/rulers.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/runmode.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/search.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/simplemode.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/spanaffectswrapping_shim.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/sublime.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/tern.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/theme.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/trailingspace.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/variableheight.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/vim.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/visibletabs.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/widget.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/demo/xmlcomplete.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/activebookmark.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/compress.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/docs.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/internals.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/logo.png
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/logo.svg
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/manual.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/realworld.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/releases.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/reporting.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/upgrade_v2.2.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/upgrade_v3.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/doc/upgrade_v4.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/keymap/emacs.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/keymap/sublime.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/keymap/vim.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/lib/codemirror.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/lib/codemirror.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/apl/apl.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/apl/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/asterisk/asterisk.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/asterisk/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/clike/clike.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/clike/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/clike/scala.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/clojure/clojure.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/clojure/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/cobol/cobol.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/cobol/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/coffeescript/coffeescript.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/coffeescript/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/commonlisp/commonlisp.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/commonlisp/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/css.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/less.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/less_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/scss.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/scss_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/css/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/cypher/cypher.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/cypher/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/d/d.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/d/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/diff/diff.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/diff/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/django/django.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/django/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/dockerfile/dockerfile.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/dockerfile/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/dtd/dtd.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/dtd/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/dylan/dylan.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/dylan/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ecl/ecl.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ecl/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/eiffel/eiffel.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/eiffel/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/erlang/erlang.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/erlang/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/fortran/fortran.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/fortran/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gas/gas.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gas/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gfm/gfm.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gfm/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gfm/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gherkin/gherkin.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/gherkin/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/go/go.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/go/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/groovy/groovy.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/groovy/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haml/haml.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haml/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haml/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haskell/haskell.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haskell/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haxe/haxe.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/haxe/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/htmlembedded/htmlembedded.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/htmlembedded/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/htmlmixed/htmlmixed.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/htmlmixed/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/http/http.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/http/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/idl/idl.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/idl/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/jade/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/jade/jade.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/javascript/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/javascript/javascript.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/javascript/json-ld.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/javascript/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/javascript/typescript.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/jinja2/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/jinja2/jinja2.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/julia/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/julia/julia.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/kotlin/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/kotlin/kotlin.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/livescript/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/livescript/livescript.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/lua/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/lua/lua.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/markdown/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/markdown/markdown.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/markdown/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/meta.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/mirc/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/mirc/mirc.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/mllike/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/mllike/mllike.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/modelica/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/modelica/modelica.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/nginx/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/nginx/nginx.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ntriples/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ntriples/ntriples.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/octave/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/octave/octave.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/pascal/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/pascal/pascal.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/pegjs/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/pegjs/pegjs.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/perl/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/perl/perl.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/php/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/php/php.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/php/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/pig/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/pig/pig.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/properties/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/properties/properties.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/puppet/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/puppet/puppet.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/python/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/python/python.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/q/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/q/q.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/r/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/r/r.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rpm/changes/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rpm/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rpm/rpm.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rst/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rst/rst.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ruby/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ruby/ruby.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/ruby/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rust/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/rust/rust.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sass/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sass/sass.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/scheme/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/scheme/scheme.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/shell/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/shell/shell.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/shell/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sieve/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sieve/sieve.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/slim/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/slim/slim.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/slim/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/smalltalk/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/smalltalk/smalltalk.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/smarty/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/smarty/smarty.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/smartymixed/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/smartymixed/smartymixed.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/solr/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/solr/solr.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sparql/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sparql/sparql.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sql/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/sql/sql.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/stex/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/stex/stex.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/stex/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tcl/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tcl/tcl.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/textile/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/textile/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/textile/textile.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tiddlywiki/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tiddlywiki/tiddlywiki.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tiki/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tiki/tiki.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tiki/tiki.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/toml/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/toml/toml.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tornado/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/tornado/tornado.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/turtle/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/turtle/turtle.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/vb/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/vb/vb.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/vbscript/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/vbscript/vbscript.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/velocity/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/velocity/velocity.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/verilog/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/verilog/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/verilog/verilog.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/xml/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/xml/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/xml/xml.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/xquery/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/xquery/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/xquery/xquery.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/yaml/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/yaml/yaml.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/z80/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/mode/z80/z80.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/package.json
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/comment_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/doc_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/driver.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/emacs_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/index.html
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/lint/acorn.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/lint/lint.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/lint/walk.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/mode_test.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/mode_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/multi_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/phantom_driver.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/run.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/search_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/sublime_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/test/vim_test.js
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/3024-day.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/3024-night.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/ambiance-mobile.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/ambiance.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/base16-dark.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/base16-light.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/blackboard.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/cobalt.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/eclipse.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/elegant.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/erlang-dark.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/lesser-dark.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/mbo.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/mdn-like.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/midnight.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/monokai.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/neat.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/neo.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/night.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/paraiso-dark.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/paraiso-light.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/pastel-on-dark.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/rubyblue.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/solarized.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/the-matrix.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/tomorrow-night-eighties.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/twilight.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/vibrant-ink.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/xq-dark.css
-lib/elasticsearch/plugins/sql/_site/vendor/codemirror/theme/xq-light.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/dataTables.bootstrap.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/dataTables.bootstrap.min.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/dataTables.foundation.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/dataTables.foundation.min.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/dataTables.jqueryui.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/dataTables.jqueryui.min.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/jquery.dataTables.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/jquery.dataTables.min.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/css/jquery.dataTables_themeroller.css
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/images/sort_asc.png
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/images/sort_asc_disabled.png
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/images/sort_both.png
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/images/sort_desc.png
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/images/sort_desc_disabled.png
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/dataTables.bootstrap.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/dataTables.bootstrap.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/dataTables.foundation.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/dataTables.foundation.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/dataTables.jqueryui.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/dataTables.jqueryui.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/jquery.dataTables.js
-lib/elasticsearch/plugins/sql/_site/vendor/dataTables/js/jquery.dataTables.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/download/download.js
-lib/elasticsearch/plugins/sql/_site/vendor/download/download.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/boot.js
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/console.js
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine-html.js
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine.css
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine.js
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-2.1.3/jasmine_favicon.png
-lib/elasticsearch/plugins/sql/_site/vendor/jasmine-jquery/jasmine-jquery.js
-lib/elasticsearch/plugins/sql/_site/vendor/jquery/jquery-2.1.1.min.js
-lib/elasticsearch/plugins/sql/_site/vendor/jquery/jquery-2.1.4.min.js
-lib/elasticsearch/plugins/sql/deleteByQuery.jar
-lib/elasticsearch/plugins/sql/druid.jar
-lib/elasticsearch/plugins/sql/elasticsearch-sql-%%VERSION%%-sources.jar
-lib/elasticsearch/plugins/sql/elasticsearch-sql-%%VERSION%%.jar
-lib/elasticsearch/plugins/sql/plugin-descriptor.properties
diff --git a/textproc/elasticsearch2/Makefile b/textproc/elasticsearch2/Makefile
deleted file mode 100644
index 2063cc1ab794..000000000000
--- a/textproc/elasticsearch2/Makefile
+++ /dev/null
@@ -1,90 +0,0 @@
-# Created by: Tom Judge <tj@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= elasticsearch
-PORTVERSION= 2.4.6
-CATEGORIES= textproc java devel
-MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \
- http://mirrors.rit.edu/zi/
-PKGNAMESUFFIX= 2
-
-MAINTAINER= elastic@FreeBSD.org
-COMMENT= Full-text search engine for Java
-
-LICENSE= APACHE20
-
-DEPRECATED= Elastic 2.4 EoL is 2018-02-28
-EXPIRATION_DATE=2018-06-01
-
-CONFLICTS= elasticsearch-[0-9]* elasticsearch5-[0-9]* elasticsearch6-[0-9]*
-
-USES= cpe
-NO_ARCH= yes
-USE_JAVA= yes
-NO_BUILD= yes
-JAVA_VERSION= 1.7+
-USE_RC_SUBR= ${PORTNAME}
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-LUCENEVER= 5.5.4
-CONFIG_FILES= elasticsearch.yml logging.yml
-BINS= elasticsearch.in.sh \
- elasticsearch \
- plugin
-
-DOCS= LICENSE.txt \
- NOTICE.txt \
- README.textile
-
-SIGAR_ARCH= ${ARCH:S|i386|x86|}
-SEARCHUSER?= elasticsearch
-SEARCHGROUP?= ${SEARCHUSER}
-USERS= ${SEARCHUSER}
-GROUPS= ${SEARCHGROUP}
-ELASTIC_DBDIR= /var/db/elasticsearch
-ELASTIC_LOGDIR= /var/log/elasticsearch
-
-SUB_LIST= SEARCHUSER=${SEARCHUSER} \
- SEARCHGROUP=${SEARCHGROUP} \
- PORTVERSION=${PORTVERSION}
-SUB_FILES= pkg-message
-PLIST_SUB+= SEARCHUSER=${SEARCHUSER} \
- SEARCHGROUP=${SEARCHGROUP} \
- LUCENEVER=${LUCENEVER} \
- PORTVERSION=${PORTVERSION} \
- ELASTIC_DBDIR=${ELASTIC_DBDIR} \
- ELASTIC_LOGDIR=${ELASTIC_LOGDIR}
-
-post-patch:
- ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/elasticsearch.yml
- ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch.in.sh
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch
-.for f in ${CONFIG_FILES}
- ${INSTALL} -m 440 ${WRKSRC}/config/${f} ${STAGEDIR}${ETCDIR}/${f}.sample
-.endfor
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin
-.for f in ${BINS}
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin
-.endfor
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib
- (cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/ "-name *\.jar")
-
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules
- (cd ${WRKSRC}/modules && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/elasticsearch/modules/)
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins
- @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch
- @${MKDIR} ${STAGEDIR}${ELASTIC_DBDIR} ${STAGEDIR}${ELASTIC_LOGDIR}
- cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s ${PREFIX}/lib/elasticsearch/bin/plugin elasticsearch-plugin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/textproc/elasticsearch2/distinfo b/textproc/elasticsearch2/distinfo
deleted file mode 100644
index b61c9a6392ed..000000000000
--- a/textproc/elasticsearch2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1504875724
-SHA256 (elasticsearch-2.4.6.tar.gz) = 5f7e4bb792917bb7ffc2a5f612dfec87416d54563f795d6a70637befef4cfc6f
-SIZE (elasticsearch-2.4.6.tar.gz) = 27350245
diff --git a/textproc/elasticsearch2/files/elasticsearch.in b/textproc/elasticsearch2/files/elasticsearch.in
deleted file mode 100644
index 2725ecb5576e..000000000000
--- a/textproc/elasticsearch2/files/elasticsearch.in
+++ /dev/null
@@ -1,168 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: elasticsearch
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf to enable elasticsearch:
-#
-# elasticsearch_enable="YES"
-#
-# elasticsearch_user (username): Set to elasticsearch by default.
-# Set it to required username.
-# elasticsearch_group (group): Set to elasticsearch by default.
-# Set it to required group.
-# elasticsearch_config (path): Set to /usr/local/etc/elasticsearch/elasticsearch.yml by default.
-# Set it to the config file location.
-# elasticsearch_min_mem (num): Minumum JVM heap size, 256m by default.
-# elasticsearch_max_mem (num): Maximum JVM heap size, 1g by default.
-# elasticsearch_props (args): Additional java properties or arguments.
-# elasticsearch_tmp (path): Set to /var/tmp/elasticsearch by default.
-# Set it to the path to be used for temp files.
-#
-. /etc/rc.subr
-
-name=elasticsearch
-rcvar=elasticsearch_enable
-
-load_rc_config ${name}
-
-: ${elasticsearch_enable:="NO"}
-: ${elasticsearch_user:=%%SEARCHUSER%%}
-: ${elasticsearch_group:=%%SEARCHGROUP%%}
-: ${elasticsearch_config:="%%PREFIX%%/etc/elasticsearch"}
-: ${elasticsearch_tmp:="/var/tmp/elasticsearch"}
-
-required_files="${elasticsearch_config}/elasticsearch.yml"
-_pidprefix="/var/run/elasticsearch"
-pidfile="${_pidprefix}.pid"
-
-extra_commands="console status"
-console_cmd="elasticsearch_console"
-start_precmd="elasticsearch_precmd"
-status_cmd="elasticsearch_status"
-stop_cmd="elasticsearch_stop"
-command="%%PREFIX%%/lib/elasticsearch/bin/elasticsearch"
-command_args="-d --pidfile=${pidfile}"
-
-elasticsearch_precmd()
-{
- touch ${pidfile}
- chown ${elasticsearch_user}:${elasticsearch_group} ${pidfile}
- /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 ${elasticsearch_tmp}
- /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 /var/db/elasticsearch
- /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 750 /var/log/elasticsearch
-}
-
-elasticsearch_console()
-{
- command_args=""
- run_rc_command "start"
-}
-
-
-elasticsearch_stop()
-{
- rc_pid=$(elasticsearch_check_pidfile $pidfile)
-
- if [ -z "$rc_pid" ]; then
- [ -n "$rc_fast" ] && return 0
- echo "${name} not running? (check $pidfile)."
- return 1
- fi
-
- echo "Stopping ${name}."
- kill ${rc_pid} 2> /dev/null
-}
-
-elasticsearch_status()
-{
- rc_pid=$(elasticsearch_check_pidfile $pidfile)
-
- if [ -z "$rc_pid" ]; then
- [ -n "$rc_fast" ] && return 0
- echo "${name} not running? (check $pidfile)."
- return 1
- fi
- echo "${name} is running as pid ${rc_pid}."
-}
-
-elasticsearch_check_pidfile()
-{
- _pidfile=$1
- if [ -z "$_pidfile" ]; then
- err 3 'USAGE: elasticsearch_check_pidfile pidfile'
- fi
- if [ ! -f $_pidfile ]; then
- debug "pid file ($_pidfile): not readable."
- return
- fi
- read _pid _junk < $_pidfile
- if [ -z "$_pid" ]; then
- debug "pid file ($_pidfile): no pid in file."
- return
- fi
- if [ -n "`%%LOCALBASE%%/bin/jps -l | grep -e "^$_pid"`" ]; then
- echo -n $_pid
- fi
-}
-if [ -n "$2" ]; then
- profile="$2"
- if [ "x${elasticsearch_profiles}" != "x" ]; then
- pidfile="${_pidprefix}.${profile}.pid"
- command_args="-d --pidfile=${pidfile}"
- eval elasticsearch_config="\${elasticsearch_${profile}_config:-}"
- if [ "x${elasticsearch_config}" = "x" ]; then
- echo "You must define a configuration (elasticsearch_${profile}_config)"
- exit 1
- fi
- required_files="${elasticsearch_config}/elasticsearch.yml"
- eval elasticsearch_enable="\${elasticsearch_${profile}_enable:-${elasticsearch_enable}}"
- eval elasticsearch_props="\${elasticsearch_${profile}_props:-${elasticsearch_props}}"
- eval elasticsearch_min_mem="\${elasticsearch_${profile}_min_mem:-${elasticsearch_min_mem}}"
- eval elasticsearch_max_mem="\${elasticsearchlimits_${profile}_enable:-${elasticsearch_max_mem}}"
- eval elasticsearch_tmp="\${elasticsearchlimits_${profile}_args:-${elasticsearch_tmp}}"
- else
- echo "$0: extra argument ignored"
- fi
-else
- eval elasticsearch_envvars=${envvars}
- if [ "x${elasticsearch_profiles}" != "x" -a "x$1" != "x" ]; then
- for profile in ${elasticsearch_profiles}; do
- eval _enable="\${elasticsearch_${profile}_enable}"
- case "x${_enable:-${elasticsearch_enable}}" in
- x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee])
- continue
- ;;
- x[Yy][Ee][Ss])
- ;;
- *)
- if test -z "$_enable"; then
- _var=elasticsearch_enable
- else
- _var=elasticsearch_"${profile}"_enable
- fi
- echo "Bad value" \
- "'${_enable:-${elasticsearch_enable}}'" \
- "for ${_var}. " \
- "Profile ${profile} skipped."
- continue
- ;;
- esac
- echo "===> elasticsearch profile: ${profile}"
- /usr/local/etc/rc.d/elasticsearch $1 ${profile}
- retcode="$?"
- if [ "0${retcode}" -ne 0 ]; then
- failed="${profile} (${retcode}) ${failed:-}"
- else
- success="${profile} ${success:-}"
- fi
- done
- exit 0
- fi
-fi
-
-run_rc_command "$1"
diff --git a/textproc/elasticsearch2/files/patch-bin-elasticsearch.in.sh b/textproc/elasticsearch2/files/patch-bin-elasticsearch.in.sh
deleted file mode 100644
index 090e678c0d33..000000000000
--- a/textproc/elasticsearch2/files/patch-bin-elasticsearch.in.sh
+++ /dev/null
@@ -1,23 +0,0 @@
---- bin/elasticsearch.in.sh.orig 2015-10-21 04:41:12.000000000 -0400
-+++ bin/elasticsearch.in.sh 2015-12-15 12:00:37.323441838 -0500
-@@ -1,5 +1,20 @@
- #!/bin/sh
-
-+if [ `uname -o` == "FreeBSD" ]; then
-+ . /etc/rc.subr
-+ load_rc_config elasticsearch
-+ ES_MIN_MEM=${elasticsearch_min_mem}
-+ ES_MAX_MEM=${elasticsearch_max_mem}
-+ ES_HEAP_NEW_SIZE=${elasticsearch_heap_newsize}
-+ ES_DIRECT_SIZE=${elasticsearch_direct_size}
-+ ES_USE_IPV4=${elasticsearch_use_ipv4}
-+ ES_GC_OPTS=${elasticsearch_gc_opts}
-+ ES_GC_LOG_FILE=${elasticsearch_gc_logfile}
-+ JAVA_OPTS="$JAVA_OPTS -Des.path.conf=${elasticsearch_config:="/usr/local/etc/elasticsearch"}"
-+ JAVA_OPTS="$JAVA_OPTS -Des.path.scripts=${elasticsearch_scripts:="/usr/local/libexec/elasticsearch"}"
-+ PATH=${PATH}:/usr/local/bin
-+fi
-+
- # check in case a user was using this mechanism
- if [ "x$ES_CLASSPATH" != "x" ]; then
- cat >&2 << EOF
diff --git a/textproc/elasticsearch2/files/patch-config-elasticsearch.yml b/textproc/elasticsearch2/files/patch-config-elasticsearch.yml
deleted file mode 100644
index 3cb9c2f81be2..000000000000
--- a/textproc/elasticsearch2/files/patch-config-elasticsearch.yml
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/elasticsearch.yml.orig 2015-10-21 04:41:12.000000000 -0400
-+++ config/elasticsearch.yml 2015-11-19 12:34:39.766910803 -0500
-@@ -31,10 +31,12 @@
- # Path to directory where to store the data (separate multiple locations by comma):
- #
- # path.data: /path/to/data
-+path.data: /var/db/elasticsearch
- #
- # Path to log files:
- #
- # path.logs: /path/to/logs
-+path.logs: /var/log/elasticsearch
- #
- # ----------------------------------- Memory -----------------------------------
- #
diff --git a/textproc/elasticsearch2/files/pkg-message.in b/textproc/elasticsearch2/files/pkg-message.in
deleted file mode 100644
index e7f3aecf52b8..000000000000
--- a/textproc/elasticsearch2/files/pkg-message.in
+++ /dev/null
@@ -1,6 +0,0 @@
-======================================================================
-
-Please see %%ETCDIR%% for sample versions of
-elasticsearch.yml and logging.yml.
-
-======================================================================
diff --git a/textproc/elasticsearch2/pkg-descr b/textproc/elasticsearch2/pkg-descr
deleted file mode 100644
index 9f2f48bd8302..000000000000
--- a/textproc/elasticsearch2/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
-Apache Lucene.
-
-WWW: https://www.elastic.co/
diff --git a/textproc/elasticsearch2/pkg-plist b/textproc/elasticsearch2/pkg-plist
deleted file mode 100644
index 35a59ee6c14c..000000000000
--- a/textproc/elasticsearch2/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/elasticsearch.yml.sample
-@sample(%%SEARCHUSER%%,%%SEARCHGROUP%%,440) %%ETCDIR%%/logging.yml.sample
-@unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi
-@unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi
-bin/elasticsearch-plugin
-lib/elasticsearch/lib/HdrHistogram-2.1.6.jar
-lib/elasticsearch/lib/apache-log4j-extras-1.2.17.jar
-lib/elasticsearch/lib/commons-cli-1.3.1.jar
-lib/elasticsearch/lib/compiler-0.8.13.jar
-lib/elasticsearch/lib/compress-lzf-1.0.2.jar
-lib/elasticsearch/lib/elasticsearch-%%PORTVERSION%%.jar
-lib/elasticsearch/lib/guava-18.0.jar
-lib/elasticsearch/lib/hppc-0.7.1.jar
-lib/elasticsearch/lib/jackson-core-2.8.1.jar
-lib/elasticsearch/lib/jackson-dataformat-cbor-2.8.1.jar
-lib/elasticsearch/lib/jackson-dataformat-smile-2.8.1.jar
-lib/elasticsearch/lib/jackson-dataformat-yaml-2.8.1.jar
-lib/elasticsearch/lib/jna-4.1.0.jar
-lib/elasticsearch/lib/joda-time-2.9.5.jar
-lib/elasticsearch/lib/jsr166e-1.1.0.jar
-lib/elasticsearch/lib/jts-1.13.jar
-lib/elasticsearch/lib/log4j-1.2.17.jar
-lib/elasticsearch/lib/lucene-analyzers-common-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-backward-codecs-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-core-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-grouping-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-highlighter-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-join-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-memory-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-misc-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-queries-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-queryparser-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-sandbox-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-spatial-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-spatial3d-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/lucene-suggest-%%LUCENEVER%%.jar
-lib/elasticsearch/lib/netty-3.10.6.Final.jar
-lib/elasticsearch/lib/securesm-1.0.jar
-lib/elasticsearch/lib/snakeyaml-1.15.jar
-lib/elasticsearch/lib/spatial4j-0.5.jar
-lib/elasticsearch/lib/t-digest-3.0.jar
-lib/elasticsearch/bin/elasticsearch.in.sh
-lib/elasticsearch/bin/elasticsearch
-lib/elasticsearch/bin/plugin
-lib/elasticsearch/modules/lang-expression/antlr4-runtime-4.5.1-1.jar
-lib/elasticsearch/modules/lang-expression/asm-5.0.4.jar
-lib/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar
-lib/elasticsearch/modules/lang-expression/lang-expression-%%PORTVERSION%%.jar
-lib/elasticsearch/modules/lang-expression/lucene-expressions-%%LUCENEVER%%.jar
-lib/elasticsearch/modules/lang-expression/plugin-descriptor.properties
-lib/elasticsearch/modules/lang-expression/plugin-security.policy
-lib/elasticsearch/modules/lang-groovy/groovy-2.4.6-indy.jar
-lib/elasticsearch/modules/lang-groovy/lang-groovy-%%PORTVERSION%%.jar
-lib/elasticsearch/modules/lang-groovy/plugin-descriptor.properties
-lib/elasticsearch/modules/lang-groovy/plugin-security.policy
-lib/elasticsearch/modules/reindex/plugin-descriptor.properties
-lib/elasticsearch/modules/reindex/reindex-%%PORTVERSION%%.jar
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
-%%PORTDOCS%%%%DOCSDIR%%/NOTICE.txt
-%%PORTDOCS%%%%DOCSDIR%%/README.textile
-@dir lib/elasticsearch/lib
-@dir lib/elasticsearch/bin
-@dir lib/elasticsearch/modules
-@dir lib/elasticsearch/plugins
-@dir lib/elasticsearch
-@dir libexec/elasticsearch
-@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_LOGDIR%%
-@dir(%%SEARCHUSER%%,%%SEARCHGROUP%%,750) %%ELASTIC_DBDIR%%
-@postunexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi
-@postunexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi