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

Fix markdown headings #401

Open
wants to merge 1 commit 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
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Installation
------------
You can either install a specific version(using its release tag) or the most up to date version from a given branch.

####Installing on an Elasticsearch instance:
#### Installing on an Elasticsearch instance:

```bash
./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/{branch|version}
open http://localhost:9200/_plugin/kopf
```

####Run locally:
#### Run locally:

```bash
git clone git://github.com/lmenezes/elasticsearch-kopf.git
Expand All @@ -52,7 +52,7 @@ grunt server

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

####Kopf behind a reverse proxy
#### Kopf behind a reverse proxy
Example configuration for nginx:
```
server {
Expand Down Expand Up @@ -80,12 +80,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 +98,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)