ELasticsearch stuff
Install
To run convert.js you require nodejs which can be installed from one of the links below
- Download | Node.js
- nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
- Installing Node.js via package manager | Node.js
Instructions
- Change line 3 of elastic.js to the export of your choice
- Run the following command substituting a username and password
npm install -g elasticdump
# Please update the output portion of the command with your elasticsearch credentials
elasticdump \
--input=./user.json \
--output=https://elastic:PASSWORD@elasticsearch.URL.TLD:9200/dentropydaemon \
--type=data