spacemacs/layers/+tools/elasticsearch/README.org

28 lines
813 B
Org Mode
Raw Normal View History

2018-09-23 15:19:18 +00:00
#+TITLE: elasticsearch layer
#+TAGS: dsl|layer|programming
2018-09-23 15:19:18 +00:00
[[file:img/elasticsearch.png]]
* Table of Contents :TOC_5_gh:noexport:
2018-09-23 15:19:18 +00:00
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds Elasticsearch query and monitoring support to Spacemacs.
2018-09-23 15:19:18 +00:00
** Features:
- Autocompletion for Elasticsearch Query DSL
- Support for Org-Babel
- Support for an Elasticsearch Command Center to monitor a cluster
2018-09-23 15:19:18 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =elasticsearch= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
This layer makes use of [[https://github.com/dakrone/es-mode#keyboard-shortcuts][es-mode key bindings]]