Skip to content

Commit

Permalink
Update screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil BENDAFI committed Jun 5, 2017
1 parent f638549 commit 0951bf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Country flag FieldFormat Plugin for Kibana 5

### About
This is a plugin for Kibana5+. Has been developed and tested on Kibana 5.2.0 version. The plugin uses [flag-icon-css](https://github.com/lipis/flag-icon-css)
This is a plugin for Kibana 5+. Has been developed and tested on Kibana 5.2.0 version. The plugin uses [flag-icon-css](https://github.com/lipis/flag-icon-css)

![Screenshot](images/country.jpg)

Expand All @@ -15,16 +15,20 @@ $ npm install
```
or
```
$ bin/kibana plugin --install nabilbendafi/country-flag-fieldformatters
$ bin/kibana-plugin install https://github.com/nabilbendafi/country-flag-fieldformatters/releases/download/v5.2.0/country-flag-fieldformatters-5.2.0.zip
```

Unistall:
```
$ bin/kibana plugin --remove country-flag-fieldformatters
$ bin/kibana-plugin remove country-flag-fieldformatters
```

### Configure
Under _Management_ > _Index Patterns_:
* update *Format* type to *Country Flag* for any <geoip_field>.country_code2

### Screenshots
![Screenshot](images/country.jpg)
![Screenshot](images/configuration.jpg)

### Contributions
Anyone is welcome to contribute to my project. There are various ways you can contribute:
Expand Down
Binary file added images/configuration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/country.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0951bf8

Please sign in to comment.