https://github.com/willf/escli
Elasticsearch CLI for creating mappings, adding documents, and searching
https://github.com/willf/escli
Last synced: about 1 year ago
JSON representation
Elasticsearch CLI for creating mappings, adding documents, and searching
- Host: GitHub
- URL: https://github.com/willf/escli
- Owner: willf
- License: mit
- Created: 2023-08-10T00:38:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T22:52:54.000Z (over 2 years ago)
- Last Synced: 2025-03-24T12:52:24.176Z (about 1 year ago)
- Language: Python
- Size: 14.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# escli
Elasticsearch CLI for creating mappings, adding documents, and searching
```bash
Usage:
escli [options] [command-options]
Commands:
ping Ping the cluster
search Search for documents in the cluster
get Get a document by id
add Index documents
delete Delete documents
update Update documents
bulk Bulk actions
count Count documents
mlt More Like This
mappings Add mappings to the index
drop Drop the index
create Create an index
```