Elastic Kibana - install as windows service

jhilden

How can I install Elastic Kibana (which is just a batch file) as a windows service?

It probably needs to depend on the ElasticSearch process as well (this assumes I'm running it on the same server)

jhilden

The following command will create the service with a name of "ElasticSearch Kibana 4.0.1" and make it depend on ElasticSearch so it doesn't try to start too soon.

sc create "ElasticSearch Kibana 4.0.1" binPath= "{path to batch file}" depend= "elasticsearch-service-x64" 

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Install windows service with PsExec?

From Dev

Deploying windows service and web app on AWS Elastic Beanstalk

From Dev

kibana service not running

From Dev

how to install windows service using Chef Script

From Dev

WiX MSI install Windows service without starting it

From Dev

Can't install Simple Windows Service - Login?

From Dev

Unable to Install NServiceBus Host Windows Service

From Dev

Programmatically Install Windows Service On Remote Machine

From Dev

Start windows service on install without setup project

From Dev

How to install WAMP Apache Service on Windows 8.1

From Dev

How to install MongoDB as service on Windows 8.1

From Dev

Can I install a Windows Service with Wixsharp

From Dev

Can I install a windows service on the D:\ drive?

From Dev

Unable to install JBoss as a service on Windows 7 Professional

From Dev

How to install windows service with visual studio express

From Dev

Install Windows service failing with InstallUtil command

From Dev

Install a MSI based on whether a windows service is disabled or not

From Dev

Wix , Install windows service insufficient privellages error

From Dev

Any way to install kibana with elasticsearch's kibana?

From Dev

Any way to install kibana with elasticsearch's kibana?

From Dev

Silent install msi from a windows service local service account

From Dev

Silent install msi from a windows service local service account

From Dev

Elastic Search analyzing fields and Kibana Graphs Legends

From Dev

Logstash and Kibana installers for Windows

From Dev

Logstash and Kibana installers for Windows

From Dev

Install & control windows Service from Windows forms GUI

From Dev

Kibana service won't start

From Dev

Do you need to re-install a Windows service after rebuilding

From Dev

How to stop windows service created by install4j gracefully?

Related Related

  1. 1

    Install windows service with PsExec?

  2. 2

    Deploying windows service and web app on AWS Elastic Beanstalk

  3. 3

    kibana service not running

  4. 4

    how to install windows service using Chef Script

  5. 5

    WiX MSI install Windows service without starting it

  6. 6

    Can't install Simple Windows Service - Login?

  7. 7

    Unable to Install NServiceBus Host Windows Service

  8. 8

    Programmatically Install Windows Service On Remote Machine

  9. 9

    Start windows service on install without setup project

  10. 10

    How to install WAMP Apache Service on Windows 8.1

  11. 11

    How to install MongoDB as service on Windows 8.1

  12. 12

    Can I install a Windows Service with Wixsharp

  13. 13

    Can I install a windows service on the D:\ drive?

  14. 14

    Unable to install JBoss as a service on Windows 7 Professional

  15. 15

    How to install windows service with visual studio express

  16. 16

    Install Windows service failing with InstallUtil command

  17. 17

    Install a MSI based on whether a windows service is disabled or not

  18. 18

    Wix , Install windows service insufficient privellages error

  19. 19

    Any way to install kibana with elasticsearch's kibana?

  20. 20

    Any way to install kibana with elasticsearch's kibana?

  21. 21

    Silent install msi from a windows service local service account

  22. 22

    Silent install msi from a windows service local service account

  23. 23

    Elastic Search analyzing fields and Kibana Graphs Legends

  24. 24

    Logstash and Kibana installers for Windows

  25. 25

    Logstash and Kibana installers for Windows

  26. 26

    Install & control windows Service from Windows forms GUI

  27. 27

    Kibana service won't start

  28. 28

    Do you need to re-install a Windows service after rebuilding

  29. 29

    How to stop windows service created by install4j gracefully?

HotTag

Archive