mirror of
https://github.com/clearlinux/docs.git
synced 2026-05-16 11:43:40 +00:00
Merge pull request #255 from infosiftr/kibana
Add some basic kibana docs
This commit is contained in:
1
kibana/README-short.txt
Normal file
1
kibana/README-short.txt
Normal file
@@ -0,0 +1 @@
|
||||
Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch.
|
||||
25
kibana/content.md
Normal file
25
kibana/content.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# What is Kibana?
|
||||
|
||||
Kibana is an open source data visualization plugin for Elasticsearch. It provides visualization capabilities on top of the content indexed on an Elasticsearch cluster. Users can create bar, line and scatter plots, or pie charts and maps on top of large volumes of data.
|
||||
|
||||
Kibana is a registered trademark of Elasticsearch BV.
|
||||
|
||||
> [wikipedia.org/wiki/Kibana](https://en.wikipedia.org/wiki/Kibana)
|
||||
|
||||
%%LOGO%%
|
||||
|
||||
# How to use this image
|
||||
|
||||
You can run the default `%%REPO%%` command simply:
|
||||
|
||||
docker run --link some-elasticsearch:elasticsearch -d %%REPO%%
|
||||
|
||||
You can also pass in additional flags to `%%REPO%%`:
|
||||
|
||||
docker run --link some-elasticsearch:elasticsearch -d %%REPO%% --plugins /somewhere/else
|
||||
|
||||
This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/current/_setting_kibana_server_properties.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used:
|
||||
|
||||
docker run --name some-%%REPO%% --link some-elasticsearch:elasticsearch -p 5601:5601 -d %%REPO%%
|
||||
|
||||
Then, access it via `http://localhost:5601` or `http://host-ip:5601` in a browser.
|
||||
1
kibana/license.md
Normal file
1
kibana/license.md
Normal file
@@ -0,0 +1 @@
|
||||
View [license information](https://github.com/elastic/kibana/blob/4557a6fc0ba08c5e7ac813a180179e5e2631c90a/LICENSE.md) for the software contained in this image.
|
||||
BIN
kibana/logo.png
Normal file
BIN
kibana/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user