https://github.com/frenchbread/check-es
Useful scripts for elasticsearch
https://github.com/frenchbread/check-es
elastic elasticsearch scripts search useful
Last synced: about 1 month ago
JSON representation
Useful scripts for elasticsearch
- Host: GitHub
- URL: https://github.com/frenchbread/check-es
- Owner: frenchbread
- License: mit
- Created: 2017-02-10T14:59:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T15:24:55.000Z (over 8 years ago)
- Last Synced: 2025-02-11T19:36:56.473Z (3 months ago)
- Topics: elastic, elasticsearch, scripts, search, useful
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# check-es
> Useful scripts for elasticsearch### Setup
1. Rename `./config/index.sample.js` to `./config/index.js`
2. Change host value to yours in `./config/index.js`### Usage
#### `index.js` - returns amount of items found on elasticsearch
```
$ node index.js
```#### `populateEsWithData.js` - populates given elasticsearch instance with sample data
```
$ node populateEsWithData.js
```### License
[MIT](https://github.com/frenchbread/check-es/blob/master/LICENSE)