fedelemantuano / ansible-kibana

Ansible role for Kibana
https://galaxy.ansible.com/fedelemantuano/kibana
Apache License 2.0
17 stars 20 forks source link

Kibana OSS with Elastic Stack 7.x #10

Open bngsudheer opened 4 years ago

bngsudheer commented 4 years ago

You mention in the README:

You can't install Kibana oss version with Elastic Stack version 7.x.

Could you explain why this restriction is in place?

I think I used an older version of this role along with Elasticsearch OSS 7.x. Here's the information from the older installation:

The Elasticsearch OSS repo for EL 7 is enabled on the server:

cat /etc/yum.repos.d/elasticsearch-oss-7.x.repo 
[elasticsearch-oss-7.x]
name=Elasticsearch repository for oss-7.x packages
baseurl=https://artifacts.elastic.co/packages/oss-7.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md

Query yum for kibana-oss

yum info kibana-oss
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: d36uatko69830t.cloudfront.net
 * epel: d2lzkl7pfhq30w.cloudfront.net
 * extras: d36uatko69830t.cloudfront.net
 * updates: d36uatko69830t.cloudfront.net
Installed Packages
Name        : kibana-oss
Arch        : x86_64
Version     : 7.4.1
Release     : 1
Size        : 265 M
Repo        : installed
From repo   : elasticsearch-oss-7.x
Summary     : Explore and visualize your Elasticsearch data
URL         : https://www.elastic.co
License     : ASL 2.0
Description : Explore and visualize your Elasticsearch data

Available Packages
Name        : kibana-oss
Arch        : x86_64
Version     : 7.7.0
Release     : 1
Size        : 140 M
Repo        : elasticsearch-oss-7.x
Summary     : Explore and visualize your Elasticsearch data
URL         : https://www.elastic.co
License     : ASL 2.0
Description : Explore and visualize your Elasticsearch data

As you can see, kibana-oss has been installed from the repository elasticsearch-oss-7.x.

Is this setup not reproducible anymore?

fedelemantuano commented 4 years ago

I'm investigating but I removed kibana-oss for issue #5.

fedelemantuano commented 4 years ago

I checked and now there are oss packages, for Debian and Red Hat so I will add them to this role.