
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
a simple elasticsearch dump & load tool.
The ElasicSearch did not offer a dump tool, and the only tool provided at https://github.com/elasticsearch-dump/elasticsearch-dump depends on a nodejs environment, which is not convenient.
go install github.com/shinexia/elasticdump
or download a prebuilt binary here: https://github.com/shinexia/elasticdump/releases/
or build from source
git clone https://github.com/shinexia/elasticdump.git
cd elasticdump
make
$ ./elasticdump
┌──────────────────────────────────────────────────────────┐
│ ElasticDump │
│ a simple dump/load data/mapping from elasticsearch │
│ │
│ Please give us feedback at: │
│ https://github.com/shinexia/elasticdump/issues │
└──────────────────────────────────────────────────────────┘
Example usage:
elasticdump --host http://localhost:9200 --index elasticdumptest test gen -v=10
elasticdump --host http://localhost:9200 --index elasticdumptest dump mapping
elasticdump --host http://localhost:9200 --index elasticdumptest dump data -v=4
elasticdump --host http://localhost:9200 --index elasticdumptest load mapping --delete
elasticdump --host http://localhost:9200 --index elasticdumptest load data
Usage:
elasticdump [command]
Available Commands:
completion generate the autocompletion script for the specified shell
delete delete index from elasticsearch
dump dump mapping/data from elasticsearch
gen gen testdata to elasticsearch
help Help about any command
load load mapping/data to elasticsearch
Flags:
-h, --help help for elasticdump
Use "elasticdump [command] --help" for more information about a command.
MIT License
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.