Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

fixed formatting #405

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -52,9 +52,10 @@ grunt server

Browse to <http://localhost:9000/_site>.

####Kopf behind a reverse proxy
#### Kopf behind a reverse proxy
Example configuration for nginx:
```

```nginx
server {
listen 8080;
server_name localhost;
Expand All @@ -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
```
Expand All @@ -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)