You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
My elasticsearch is 7.10.1. I want to install the matched kibana via brew. But I don't know how to do it?
The text was updated successfully, but these errors were encountered: