-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Provide Windows Service #6218
Comments
Yes that would be awesome! |
Any update on this as when this would be available ? |
Kibana and Elasticsearch windows installer is being developed (release date not yet set), being said by Elastic support beginning of November 2016. I'll ask what the status is on that. |
Is there an update? |
The Kibana MSI installer is at an alpha stage where we would love to start gathering wider feedback on it from the community. The installer can be built from the Windows installer's github repository, from the feature/kibana branch. It should be straightforwad to build:
If you encounter any issues, please feel free to open an issue on the repository. With regards to a release schedule, once the installer is in a place where we are happy for a first release, it'll need to be included in the Elastic unified release. We don't have a definitive timeline for when this will be, but we are actively working on it! |
Is there an update when an installer for windows and the option to run as a service will be available? |
@ScottSchwalm no update at this time; we're currently focused on getting the Elasticsearch Windows Installer ready for the 6.0 GA release which includes a fair few changes. |
@russcam I just pointed someone to try out https://github.com/elastic/windows-installers/tree/feature/kibana from your previous comment and found that its no longer there. I think we should treat this topic as 2 separate issues;
The script to create the Windows service would help a lot of people and shouldn't be blocked by the Windows installer task. The description of this issue is really asking for the Windows service. So I just created another issue for the Windows MSI installer (referenced above). |
@LeeDr the installers code base has changed considerably since #6218 (comment); the changes have been around improving the Elasticsearch installer, with changes to the Kibana part only to allow it to continue to compile. as such, I would not at this time suggest building an installer from it since it is likely to not work as intended right now. |
That is not really a problem... WiX has an automatism to cab the files... if too many it moves to the next cab. |
@alexhass The number of files is not an issue of packaging in an MSI, but an issue of installation experience; all the files need to be unpacked within a transacted install, which makes the installation time in the order of minutes. Granted, the time it takes to unzip the zip archive on Windows is still large (somewhere around 6-7 minutes on my machine), but we've found the MSI to take longer than this, usually around twice as long, IIRC. |
Ah ok. I need to say that the time is not important at all. The only important thing is that I CAN install and customize the setup with an MST and I do not need to do all installation steps manually. This this takes much longer! As long as I see the progress bar in the msi setup, all is ok. Msi is the best setup type at all and also works for AD deployment.... so perfect. Kibana on windows has more serious issues than the setup runtime because of many files. A biggest issue is the suxxx manual installation and the inability of a service that require me the use 3rd party software that runs the kibana.bat. What a shit... sorry |
How are you guys making progress on the windows service implementation? This is the biggest blocker for kibana on windows from my point of view. |
Any progress on this? Using a beta version of NSSM to run Kibana as a service is not preferable in a production environment |
Also wondering if there is any process, was very pleased to find that there are instructions to install ES as a service in Windows but became a bit sad that there wasn't any instructions or option for Kibana. |
Work on Kibana Windows installer will resume after new wave MSI packages for Beats and Elasticsearch are done. Beats installer is in active development now. |
Thank you for your reply, is this something separate from having Kibana as a service or will the MSI-installation include the option to install it as a service so you meld both these issues into one solution? |
Hello @CloudViking86, we'll look at Kibana windows install as a whole. |
+one for me, 😄 |
There's a ticket for Kibana MSI: elastic/elastic-stack-installers#60 |
had a customer asking about running kibana as a service on windows recently |
++ |
Hi @alaa-mallah @rafatawartani , Kibana MSI is on the roadmap, but without a timeframe yet. |
Unfortunately, this is not something we can prioritize in the foreseeable future. |
Now that there's a Linux service release of Kibana (#5187), it would be great if there was a Windows Service installer/launcher too.
The text was updated successfully, but these errors were encountered: