elasticsearch and logstash doesn't start in web ui
elasticsearch and logstash doesn't start in web ui
hi,
I recently installed nagios log server by running "fullinstall" script.
The logstash and elasticsearch processes seem to be running in my machine but,they still appear to be down in nagios log server web UI.
Here I am attaching the instal.log file and the screen shot of nagios log server web UI.
I restarted these services couple of times.
But still no change.
Expecting a quick response from the support team.
I recently installed nagios log server by running "fullinstall" script.
The logstash and elasticsearch processes seem to be running in my machine but,they still appear to be down in nagios log server web UI.
Here I am attaching the instal.log file and the screen shot of nagios log server web UI.
I restarted these services couple of times.
But still no change.
Expecting a quick response from the support team.
You do not have the required permissions to view the files attached to this post.
Re: elasticsearch and logstash doesn't start in web ui
How much resources do you have allocated to this machine? (CPU and RAM)
Can you post your logstash log file? /var/log/logstash/logstash.log
Also, please post the full output of your running processes. ps -aef
Can you post your logstash log file? /var/log/logstash/logstash.log
Also, please post the full output of your running processes. ps -aef
Former Nagios Employee
Re: elasticsearch and logstash doesn't start in web ui
Hi,
I have enough RAM and CPU.
And about storage capacity, i have uploaded the attachment.
I have also attached ps -ef output and logstash.log files as well.
Please let me know if you have any recommendations for storage ?
I have enough RAM and CPU.
And about storage capacity, i have uploaded the attachment.
I have also attached ps -ef output and logstash.log files as well.
Please let me know if you have any recommendations for storage ?
You do not have the required permissions to view the files attached to this post.
Re: elasticsearch and logstash doesn't start in web ui
hi
uploaded the latest log file.
uploaded the latest log file.
You do not have the required permissions to view the files attached to this post.
Re: elasticsearch and logstash doesn't start in web ui
I am seeing that there is quite a lot of other applications running on the NLS machine. WIth that said, it's hard to troubleshoot what the issue is.
Looking at your logstash file, I see -
NLS needs to be on a clean, minimal, CentOS / RHEL machine, that does not have other applications running on it.
Looking at your logstash file, I see -
Code: Select all
{:timestamp=>"2016-05-31T10:41:18.466000-0400", :message=>"SIGTERM received. Shutting down the pipeline.", :level=>:warn}
{:timestamp=>"2016-05-31T10:41:30.966000-0400", :message=>"Failed to install template: None of the configured nodes are available: []", :level=>:error}
Former Nagios Employee
Re: elasticsearch and logstash doesn't start in web ui
i don't have a clean machine at present .
Can we install it in complete manual method ?
Can we install it in complete manual method ?
Re: elasticsearch and logstash doesn't start in web ui
We have a prebuilt VM you can download here if you do not have a clean machine at the moment.
Our installation script is the only supported method of installing NLS other than using the OVF.venkatesh wrote: Can we install it in complete manual method ?
Former Nagios Employee.
me.
me.
Re: elasticsearch and logstash doesn't start in web ui
Currently I want to use the NLS in my existing machine and i don't want to install VM in it.
Is there any way that we can troubleshoot my machine to work with NLS ?
Is there any way that we can troubleshoot my machine to work with NLS ?
Re: elasticsearch and logstash doesn't start in web ui
You can look in your /var/log/messages file to see if anything appears there. That's the only guess I have with it not being a clean system though. With all of the other applications running, we don't even know where to start troubleshooting as there are a lot more factors.
NLS expects a clean install, so even if you do get it working you could experience issues down the road.
NLS expects a clean install, so even if you do get it working you could experience issues down the road.
Former Nagios Employee
Re: elasticsearch and logstash doesn't start in web ui
What are the recommended specifications of a clean system ?