Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to install kibana-oss for 7.x elastic release #12

Closed
godjil opened this issue Jun 11, 2020 · 3 comments
Closed

Allow to install kibana-oss for 7.x elastic release #12

godjil opened this issue Jun 11, 2020 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@godjil
Copy link

godjil commented Jun 11, 2020

--- a/tasks/kibana-parameters.yml
+++ b/tasks/kibana-parameters.yml
@@ -1,12 +1,12 @@
 ---
 # Check for mandatory parameters

-- name: fail when is selected kibana-oss for version 7.x
-  fail:
-    msg: You can't install 'kibana-oss' for version 7.x of Elastic stack
-  when:
-    - kibana_package_name == 'kibana-oss'
-    - es_major_version == '7.x'

 - name: fail when es_proxy_port is not defined or is blank
   fail: msg="es_proxy_port must be specified and cannot be blank when es_proxy_host is defined"
@godjil
Copy link
Author

godjil commented Jun 11, 2020

just remove fail when is selected kibana-oss for version 7.x

@fedelemantuano
Copy link
Owner

It's not so easy. Change the base url:

baseurl=https://artifacts.elastic.co/packages/7.x/yum
baseurl=https://artifacts.elastic.co/packages/oss-7.x/yum

This is Red Hat example.

@fedelemantuano fedelemantuano added the duplicate This issue or pull request already exists label Aug 21, 2020
@fedelemantuano
Copy link
Owner

See Issue #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants