Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmuellr/es-kb-scripts

elasticsearch and kibana scripts
https://github.com/pmuellr/es-kb-scripts

Last synced: about 1 month ago
JSON representation

elasticsearch and kibana scripts

Awesome Lists containing this project

README

        

es-kb-scripts - elasticsearch and kibana scripts
========================================================================

Bash scripts to make HTTP requests to Elasticsearch and Kibana servers.

You should have $ES_URL and $KB_URL set to the relevant url values,
including user/pass:

export ES_URL=http://elastic:changeme@localhost:9200
export KB_URL=http://elastic:changeme@localhost:5601

You will need to have `node`, `jq` and `hjson` installed.

### installing `jq`

see: https://jqlang.github.io/jq/download/

The easiest install assuming you use `brew`:

brew install jq

### installing `hjson`

see: https://hjson.github.io/

The easiest install:

npm install hjson -g