This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#30 API: Expose index stats. Elastic index statistics
- Loading branch information
1 parent
c56f604
commit b6afd3e
Showing
51 changed files
with
1,812 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
107 changes: 107 additions & 0 deletions
107
libs/com/strapdata/elasticsearch/client/rest/5.5.0/rest-5.5.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>rest</artifactId> | ||
<version>5.5.0</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpclient</artifactId> | ||
<version>4.5.2</version> | ||
<scope>compile</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
<version>4.4.5</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpasyncclient</artifactId> | ||
<version>4.1.2</version> | ||
<scope>compile</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore-nio</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpclient</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore-nio</artifactId> | ||
<version>4.4.5</version> | ||
<scope>compile</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.10</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
<version>1.1.3</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
<inceptionYear>2015</inceptionYear> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<name>Strapdata</name> | ||
<url>http://www.strapdata.com</url> | ||
</developer> | ||
</developers> | ||
<name>rest</name> | ||
<description>Elasticsearch subproject :client:rest</description> | ||
<url>https://github.com/strapdata/elassandra</url> | ||
<scm> | ||
<url>[email protected]:strapdata/elassandra.git</url> | ||
</scm> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
libs/com/strapdata/elasticsearch/client/rest/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>rest</artifactId> | ||
<versioning> | ||
<release>5.5.0</release> | ||
<versions> | ||
<version>5.5.0</version> | ||
</versions> | ||
<lastUpdated>20180531134336</lastUpdated> | ||
</versioning> | ||
</metadata> |
Empty file.
79 changes: 79 additions & 0 deletions
79
libs/com/strapdata/elasticsearch/client/sniffer/5.5.0/sniffer-5.5.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>sniffer</artifactId> | ||
<version>5.5.0</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>rest</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpclient</artifactId> | ||
<version>4.5.2</version> | ||
<scope>compile</scope> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
</exclusion> | ||
<exclusion> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
<version>4.4.5</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.10</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
<version>1.1.3</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-core</artifactId> | ||
<version>2.8.6</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
<inceptionYear>2015</inceptionYear> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<name>Strapdata</name> | ||
<url>http://www.strapdata.com</url> | ||
</developer> | ||
</developers> | ||
<name>sniffer</name> | ||
<description>Elasticsearch subproject :client:sniffer</description> | ||
<url>https://github.com/strapdata/elassandra</url> | ||
<scm> | ||
<url>[email protected]:strapdata/elassandra.git</url> | ||
</scm> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
libs/com/strapdata/elasticsearch/client/sniffer/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>sniffer</artifactId> | ||
<versioning> | ||
<release>5.5.0</release> | ||
<versions> | ||
<version>5.5.0</version> | ||
</versions> | ||
<lastUpdated>20180531134337</lastUpdated> | ||
</versioning> | ||
</metadata> |
Binary file added
BIN
+7.35 KB
libs/com/strapdata/elasticsearch/client/transport/5.5.0/transport-5.5.0.jar
Binary file not shown.
71 changes: 71 additions & 0 deletions
71
libs/com/strapdata/elasticsearch/client/transport/5.5.0/transport-5.5.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>transport</artifactId> | ||
<version>5.5.0</version> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch</groupId> | ||
<artifactId>elasticsearch</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.plugin</groupId> | ||
<artifactId>transport-netty3-client</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.plugin</groupId> | ||
<artifactId>transport-netty4-client</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.plugin</groupId> | ||
<artifactId>reindex-client</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.plugin</groupId> | ||
<artifactId>lang-mustache-client</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.plugin</groupId> | ||
<artifactId>percolator-client</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.strapdata.elasticsearch.plugin</groupId> | ||
<artifactId>parent-join-client</artifactId> | ||
<version>5.5.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
<inceptionYear>2015</inceptionYear> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<name>Strapdata</name> | ||
<url>http://www.strapdata.com</url> | ||
</developer> | ||
</developers> | ||
<name>transport</name> | ||
<description>Elasticsearch subproject :client:transport</description> | ||
<url>https://github.com/strapdata/elassandra</url> | ||
<scm> | ||
<url>[email protected]:strapdata/elassandra.git</url> | ||
</scm> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
libs/com/strapdata/elasticsearch/client/transport/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.strapdata.elasticsearch.client</groupId> | ||
<artifactId>transport</artifactId> | ||
<versioning> | ||
<release>5.5.0</release> | ||
<versions> | ||
<version>5.5.0</version> | ||
</versions> | ||
<lastUpdated>20180531134351</lastUpdated> | ||
</versioning> | ||
</metadata> |
Binary file added
BIN
+9.98 MB
libs/com/strapdata/elasticsearch/elasticsearch/5.5.0/elasticsearch-5.5.0.jar
Binary file not shown.
Oops, something went wrong.