Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread Ram Maram
Hi,

Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK stack, 
I would like to use kibana 4 and elasticsearch 1.4.2.

Can someone please let me know how to install kibana 4 and elasticsearch 
1.4.2 as a service on linux?

I was able to run them manually but I couldn't figure how to run them as a 
service.

Thanks,

Ram

-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread Itamar Syn-Hershko
Elasticsearch has packages which will do this for you on every Linux
distribution:
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html

For Kibana 4 you'll need to use init.d and /sbin/service , the specifics
are going to depend on the distribution and the tools you have installed

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer  Consultant
Author of RavenDB in Action http://manning.com/synhershko/

On Tue, Dec 23, 2014 at 11:02 PM, Ram Maram ram.mara...@gmail.com wrote:

 Hi,

 Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK stack,
 I would like to use kibana 4 and elasticsearch 1.4.2.

 Can someone please let me know how to install kibana 4 and elasticsearch
 1.4.2 as a service on linux?

 I was able to run them manually but I couldn't figure how to run them as a
 service.

 Thanks,

 Ram

 --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAHTr4ZtVSuCKY8sBoPhw5yzbdMaHiXB2XsHieBvtvRNfJGL5hg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread Ram Maram
Thank you Itamar for your quick respone, my distribution is redhat linux 
6.x and the tools that have installed are logstash, java, elasticsearch.

Can you guide me on how to create the init file for kibana 4 or can I host 
it on apache ?

Thanks,

Ram

On Tuesday, December 23, 2014 4:06:25 PM UTC-5, Itamar Syn-Hershko wrote:

 Elasticsearch has packages which will do this for you on every Linux 
 distribution: 
 http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html

 For Kibana 4 you'll need to use init.d and /sbin/service , the specifics 
 are going to depend on the distribution and the tools you have installed 

 --

 Itamar Syn-Hershko
 http://code972.com | @synhershko https://twitter.com/synhershko
 Freelance Developer  Consultant
 Author of RavenDB in Action http://manning.com/synhershko/

 On Tue, Dec 23, 2014 at 11:02 PM, Ram Maram ram.m...@gmail.com 
 javascript: wrote:

 Hi,

 Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK 
 stack, I would like to use kibana 4 and elasticsearch 1.4.2.

 Can someone please let me know how to install kibana 4 and elasticsearch 
 1.4.2 as a service on linux?

 I was able to run them manually but I couldn't figure how to run them as 
 a service.

 Thanks,

 Ram

 -- 
 You received this message because you are subscribed to the Google Groups 
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to elasticsearc...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com
  
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/a2229186-903a-46c7-b132-b0cae3737236%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread Itamar Syn-Hershko
It's basic Linux administration stuff, see
http://arstechnica.com/civis/viewtopic.php?p=2147913sid=16c526bdb60201e802cf7f6b8bc598e2#p2147913
for example (and the rest of the instructions on chkconfig). Just update
the script to point at your Kibana files.

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer  Consultant
Author of RavenDB in Action http://manning.com/synhershko/

On Tue, Dec 23, 2014 at 11:28 PM, Ram Maram ram.mara...@gmail.com wrote:

 Thank you Itamar for your quick respone, my distribution is redhat linux
 6.x and the tools that have installed are logstash, java, elasticsearch.

 Can you guide me on how to create the init file for kibana 4 or can I host
 it on apache ?

 Thanks,

 Ram

 On Tuesday, December 23, 2014 4:06:25 PM UTC-5, Itamar Syn-Hershko wrote:

 Elasticsearch has packages which will do this for you on every Linux
 distribution: http://www.elasticsearch.org/guide/en/
 elasticsearch/reference/current/setup-repositories.html

 For Kibana 4 you'll need to use init.d and /sbin/service , the specifics
 are going to depend on the distribution and the tools you have installed

 --

 Itamar Syn-Hershko
 http://code972.com | @synhershko https://twitter.com/synhershko
 Freelance Developer  Consultant
 Author of RavenDB in Action http://manning.com/synhershko/

 On Tue, Dec 23, 2014 at 11:02 PM, Ram Maram ram.m...@gmail.com wrote:

 Hi,

 Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK
 stack, I would like to use kibana 4 and elasticsearch 1.4.2.

 Can someone please let me know how to install kibana 4 and elasticsearch
 1.4.2 as a service on linux?

 I was able to run them manually but I couldn't figure how to run them as
 a service.

 Thanks,

 Ram

 --
 You received this message because you are subscribed to the Google
 Groups elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to elasticsearc...@googlegroups.com.
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%
 40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/a2229186-903a-46c7-b132-b0cae3737236%40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/a2229186-903a-46c7-b132-b0cae3737236%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAHTr4ZvJsvbhB9Qy5yesH004YK-3RWVXc1fvjRz3RBuooK94-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread joergpra...@gmail.com
Use https://github.com/elasticsearch/elasticsearch-servicewrapper to run ES
as a service under RHEL 6.

Jörg

On Tue, Dec 23, 2014 at 10:02 PM, Ram Maram ram.mara...@gmail.com wrote:

 Hi,

 Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK stack,
 I would like to use kibana 4 and elasticsearch 1.4.2.

 Can someone please let me know how to install kibana 4 and elasticsearch
 1.4.2 as a service on linux?

 I was able to run them manually but I couldn't figure how to run them as a
 service.

 Thanks,

 Ram

 --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoERpmJxSASTyghjpVA7omKqx3N1Y7CdMX_GRpfJh5J6Hg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread Itamar Syn-Hershko
I'd actually prefer to install from repositories as they take care of
placing things in the right place and create a user to run ES under

--

Itamar Syn-Hershko
http://code972.com | @synhershko https://twitter.com/synhershko
Freelance Developer  Consultant
Author of RavenDB in Action http://manning.com/synhershko/

On Tue, Dec 23, 2014 at 11:45 PM, joergpra...@gmail.com 
joergpra...@gmail.com wrote:

 Use https://github.com/elasticsearch/elasticsearch-servicewrapper to run
 ES as a service under RHEL 6.

 Jörg

 On Tue, Dec 23, 2014 at 10:02 PM, Ram Maram ram.mara...@gmail.com wrote:

 Hi,

 Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK
 stack, I would like to use kibana 4 and elasticsearch 1.4.2.

 Can someone please let me know how to install kibana 4 and elasticsearch
 1.4.2 as a service on linux?

 I was able to run them manually but I couldn't figure how to run them as
 a service.

 Thanks,

 Ram

 --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CAKdsXoERpmJxSASTyghjpVA7omKqx3N1Y7CdMX_GRpfJh5J6Hg%40mail.gmail.com
 https://groups.google.com/d/msgid/elasticsearch/CAKdsXoERpmJxSASTyghjpVA7omKqx3N1Y7CdMX_GRpfJh5J6Hg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAHTr4Zs6xznALSGzjQGz2OGsU%3D3xh88Ab5HOZw9bLVn%3Dcjc3YQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Running elasticsearch 1.4.2 and kibana 4 as service

2014-12-23 Thread joergpra...@gmail.com
The question was about having a service under RHEL.

The Tanuki service wrapper has the advantage of guarding the JVM and
restarts it if it exits with failure exit code, similar to Solaris SMF.

The RPM packaging in the ES repository has some peculiarities which I find
inadequate (mixture of SUSE Linux/RHEL scripts, no RPM spec, no build from
source, strange file locations like binaries in /usr/share, surprise sysctl
/ ulimit calls hidden in scripts and vm.max.map.count setting instead of
letting the superuser set persistent settings in /etc/sysctl.conf) I hope
the Fedora team gets soon ready with the official Red Hat Linux packaging.
Just my 2¢.

Jörg



On Tue, Dec 23, 2014 at 10:53 PM, Itamar Syn-Hershko ita...@code972.com
wrote:

 I'd actually prefer to install from repositories as they take care of
 placing things in the right place and create a user to run ES under

 --

 Itamar Syn-Hershko
 http://code972.com | @synhershko https://twitter.com/synhershko
 Freelance Developer  Consultant
 Author of RavenDB in Action http://manning.com/synhershko/

 On Tue, Dec 23, 2014 at 11:45 PM, joergpra...@gmail.com 
 joergpra...@gmail.com wrote:

 Use https://github.com/elasticsearch/elasticsearch-servicewrapper to run
 ES as a service under RHEL 6.

 Jörg

 On Tue, Dec 23, 2014 at 10:02 PM, Ram Maram ram.mara...@gmail.com
 wrote:

 Hi,

 Right now I am running kibana 3 and elasticsearch 1.3.2 for our ELK
 stack, I would like to use kibana 4 and elasticsearch 1.4.2.

 Can someone please let me know how to install kibana 4 and elasticsearch
 1.4.2 as a service on linux?

 I was able to run them manually but I couldn't figure how to run them as
 a service.

 Thanks,

 Ram

 --
 You received this message because you are subscribed to the Google
 Groups elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com
 https://groups.google.com/d/msgid/elasticsearch/13d0fe92-bb67-4552-b8da-f482a4291dd1%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CAKdsXoERpmJxSASTyghjpVA7omKqx3N1Y7CdMX_GRpfJh5J6Hg%40mail.gmail.com
 https://groups.google.com/d/msgid/elasticsearch/CAKdsXoERpmJxSASTyghjpVA7omKqx3N1Y7CdMX_GRpfJh5J6Hg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 elasticsearch group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to elasticsearch+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/elasticsearch/CAHTr4Zs6xznALSGzjQGz2OGsU%3D3xh88Ab5HOZw9bLVn%3Dcjc3YQ%40mail.gmail.com
 https://groups.google.com/d/msgid/elasticsearch/CAHTr4Zs6xznALSGzjQGz2OGsU%3D3xh88Ab5HOZw9bLVn%3Dcjc3YQ%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGAh1eYnn8uqEpVwxyvAbBg4fM9rh7MRkg7zqnv5SWQnQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.