Hello! I'm trying to import via elasticdump some json files that I manually exported via kibana web interface. But seems that the import is not working.
Here's the output of the command:
root@csc-elk-elastic-logstash-container-472da4f8:~# /opt/elasticdump/node_modules/elasticdump/bin/elasticdump --input=test.json --output=http://10.11.25.147:9200/.kibana --type=data
Mon, 25 Jun 2018 18:08:13 GMT | starting dump
Mon, 25 Jun 2018 18:08:13 GMT | got 1 objects from source file (offset: 0)
Mon, 25 Jun 2018 18:08:14 GMT | sent 1 objects to destination elasticsearch, wrote 0
Mon, 25 Jun 2018 18:08:14 GMT | got 0 objects from source file (offset: 1)
Mon, 25 Jun 2018 18:08:14 GMT | Total Writes: 0
Mon, 25 Jun 2018 18:08:14 GMT | dump complete
The main question is: is that possible to import dashboards and visualizations throught elasticdump?