Resolution when Kibana is installed as a service using the setup_kibana.bat , it runs briefly but the service goes into a "Paused" state after some time. When running Kibana through kibana.bat, it executes as expected with no errors.
In such case, Install Kibana service using the nssm.exe GUI instead of the batch file.
- Make necessary changes to kibana.yml file as specified Kibana section of the Orchestrator Prerequisites for Installation
- Open a command prompt as admin and use the following command to create the Kibana service using NSSM,
- nssm.exe install []
- It will prompt a GUI. In the GUI, set the following settings on the Application tab:
- Path: c:\\bin\kibana.bat
- Startup directory: c:\\bin
- On the Details tab, set the following:
- Display name: ElasticSearch Kibana
- Description: ElasticSearch Kibana
- Startup type: Automatic
- On the Dependencies tab, specify Elasticsearch service name (Elasticsearch service name can be referred from the services.msc window)
- Click Install service and then Ok to complete the install.
- Open services.msc and verify the Kibana is started and running
- Open a browser and go to http://: .