Unable to start Elasticsearch Database & Logstash Collector
Unable to start Elasticsearch Database & Logstash Collector
I am unable to start the elasticsearch and logstash
here is the error I am getting
In addition, when I try to check the cluster statis, I get a 500 error
here is the error I am getting
In addition, when I try to check the cluster statis, I get a 500 error
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Unable to start Elasticsearch Database & Logstash Colle
Can you please run these commands on one of your nodes:
Then send through these files:
/tmp/logstash_logs.txt
/tmp/elasticsearch_logs.txt
Code: Select all
tail /var/log/logstash/*.log -n 100 > /tmp/logstash_logs.txt
tail /var/log/elasticsearch/*.log -n 100 > /tmp/elasticsearch_logs.txt/tmp/logstash_logs.txt
/tmp/elasticsearch_logs.txt
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Unable to start Elasticsearch Database & Logstash Colle
here you go
and by the way, I tried rebooting the server, and it did;t help
and by the way, I tried rebooting the server, and it did;t help
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Unable to start Elasticsearch Database & Logstash Colle
What is the output of these commands:
Code: Select all
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
curl -XGET 'http://localhost:9200/_cat/shards?v'As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Unable to start Elasticsearch Database & Logstash Colle
here you go
# curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "be1634c9-ce99-4b4c-b458-1449ec38cbf8",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 923,
"active_shards" : 1846,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 46
}
# curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "be1634c9-ce99-4b4c-b458-1449ec38cbf8",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 923,
"active_shards" : 1846,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 46
}
Re: Unable to start Elasticsearch Database & Logstash Colle
how do I run the cluster command
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Unable to start Elasticsearch Database & Logstash Colle
It's this command:
Code: Select all
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Unable to start Elasticsearch Database & Logstash Colle
# curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "be1634c9-ce99-4b4c-b458-1449ec38cbf8",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 933,
"active_shards" : 1442,
"relocating_shards" : 0,
"initializing_shards" : 4,
"unassigned_shards" : 466
}
{
"cluster_name" : "be1634c9-ce99-4b4c-b458-1449ec38cbf8",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 4,
"number_of_data_nodes" : 4,
"active_primary_shards" : 933,
"active_shards" : 1442,
"relocating_shards" : 0,
"initializing_shards" : 4,
"unassigned_shards" : 466
}
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Unable to start Elasticsearch Database & Logstash Colle
I think we should take this into a support ticket so we can help you through a remote session.
Please send an email to [email protected] referencing this forum thread and we'll take it from there. Reply to this thread when you have done this so we can confirm we received the email.
Please send an email to [email protected] referencing this forum thread and we'll take it from there. Reply to this thread when you have done this so we can confirm we received the email.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Unable to start Elasticsearch Database & Logstash Colle
I have sent the email you asked.