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

How to install a specific version of kibana? #136

Open
Alexander-Yi opened this issue May 12, 2022 · 1 comment
Open

How to install a specific version of kibana? #136

Alexander-Yi opened this issue May 12, 2022 · 1 comment

Comments

@Alexander-Yi
Copy link

My elasticsearch is 7.10.1. I want to install the matched kibana via brew. But I don't know how to do it?

@dskecse
Copy link

dskecse commented Jun 6, 2023

@Alexander-Yi there's no way to install a specific version of Elasticsearch using this tap. You can only install the version specified in the formula definition, which is 7.17.4 as of now.

What you could do, though, is create your own Elasticsearch formula definition with a specific version and refer to the original code for that version (in this case 7.10.1). Just make sure to name this file [email protected] and rename the class name to ElasticsearchFullAT7101. You might also need to address some Homebrew warnings and deprecations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants