An open API service indexing awesome lists of open source software.

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

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)