From 52e4ae4bac3e0e94b80959a4e743b642f7f3d16b Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 3 Jun 2019 08:44:49 +0200 Subject: [PATCH] fixed formatting --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 45cc2174..7ba5b316 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can either install a specific version(using its release tag) or the most up open http://localhost:9200/_plugin/kopf ``` -####Run locally: +#### Run locally: ```bash git clone git://github.com/lmenezes/elasticsearch-kopf.git @@ -52,9 +52,10 @@ grunt server Browse to . -####Kopf behind a reverse proxy +#### Kopf behind a reverse proxy Example configuration for nginx: -``` + +```nginx server { listen 8080; server_name localhost; @@ -80,12 +81,12 @@ Example configuration for kopf(kopf_external_settings.json): } ``` Access kopf at http://localhost:8080/kopf/ -####Try it online: +#### Try it online: ``` http://lmenezes.com/elasticsearch-kopf/?location=http://localhost:9200 ``` -####Basic HTTP Auth support: +#### Basic HTTP Auth support: ``` http://lmenezes.com/elasticsearch-kopf/?location=http://user:pwd@localhost:9200 ``` @@ -98,26 +99,26 @@ The plugin modifies the base elasticsearch response and therefore this workaroun Screenshots ------------ -####cluster overview +#### cluster overview ![cluster overview](imgs/cluster_view.png) -####header reflects cluster state +#### header reflects cluster state ![cluster state](imgs/cluster_state.png) -####REST Client +#### REST Client ![rest client](imgs/rest_client.png) -####aliases management +#### aliases management ![aliases management](imgs/aliases.png) -####warmers management +#### warmers management ![warmers management](imgs/warmer.png) -####percolator +#### percolator ![percolator](imgs/percolator.png) -####snapshots management +#### snapshots management ![snapshots management](imgs/snapshot.png) -####analysis api +#### analysis api ![analysis api](imgs/analysis.png)