27 lines
813 B
Org Mode
27 lines
813 B
Org Mode
#+TITLE: elasticsearch layer
|
|
|
|
#+TAGS: dsl|layer|programming
|
|
|
|
[[file:img/elasticsearch.png]]
|
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#install][Install]]
|
|
- [[#key-bindings][Key bindings]]
|
|
|
|
* Description
|
|
This layer adds Elasticsearch query and monitoring support to Spacemacs.
|
|
|
|
** Features:
|
|
- Autocompletion for Elasticsearch Query DSL
|
|
- Support for Org-Babel
|
|
- Support for an Elasticsearch Command Center to monitor a cluster
|
|
|
|
* 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]]
|