elasticsearch-dataformat
elasticsearch-dataformat copied to clipboard
Excel/CSV/BulkJSON downloads on Elasticsearch.
is it possible to give a simple example in the documentation of how to use the Query DSL in the source variable?
I'm trying to get this to include metadata in the export - I've got it working fine for the fields I need, but I need to tie access data to...
I am trying to export 500 of several millions artivles in my ES database. To do so I added the "size":500 - Parameter in the JSON (URL encoded the source-Parameter)....
``` $ ./elasticsearch --version ``` Version: 2.3.1, Build: bd98092/2016-04-04T12:25:05Z, JVM: 1.7.0_95 ``` $ sudo ./plugin install org.codelibs/elasticsearch-dataformat/2.3.1 --verbose ``` `Version: 2.3.1, Build: bd98092/2016-04-04T12:25:05Z, JVM: 1.7.0_95 ubuntu@elastic-search-master:/usr/share/elasticsearch/bin$ ^Cdo ./plugin install org.codelibs/elasticsearch-dataformat/2.3.1...
in case json document has property list inside, for example ``` { "order_id": "123", "type": { "subType1":"sub type one", "subType2":"sub type two" }, "listProperty": [ { "organization" : { "id"...
Hi all, I tried the 2.1.1 version of the plugins on ElasticSearch 2.2.0. It gives me this erros: ``` {"error":{"root_cause":[{"type":"df_content_exception","reason":"Failed to write data."}],"type":"df_content_exception","reason":"Failed to write data.","caused_by":{"type":"df_content_exception","reason":"Disconnected."}},"status":500} ``` When are you...
Is there a way to specify columns and the column order when exporting them to csv?
Hi, I try to convert a template query to a search query to use the csv converter. My template query looks like this: ``` curl -XGET 'localhost:9200/logstash-*/_search/template?pretty' -d ' {...
Getting error while trying to install. E:\elasticsearch\elasticsearch-1.5.0\bin>plugin --install org.codelibs/elasticsearch-dataformat/1.5.0 -> Installing org.codelibs/elasticsearch-dataformat/1.5.0... Trying http://download.elasticsearch.org/org.codelibs/elasticsearch-dataformat/elasticsearch-dataformat-1.5.0.zip... Trying http://search.maven.org/remotecontent?filepath=org/codelibs/elasticsearch-dataformat/1.5.0/elasticsearch-dataformat-1.5.0.zip... Trying https://oss.sonatype.org/service/local/repositories/releases/content/org/codelibs/elasticsearch-dataformat/1.5.0/elasticsearch-dataformat-1.5.0.zip... Trying https://github.com/org.codelibs/elasticsearch-dataformat/archive/1.5.0.zip... Trying https://github.com/org.codelibs/elasticsearch-dataformat/archive/master.zip... Failed to install org.codelibs/elasticsearch-dataformat/1.5.0, reason: failed to download...
Hi, I can't find a way to restrict the data size using Query DSL. Setting "from" and "size" in the source param does not work. Request your help with this....