Troubleshooting - Elasticsearch

Troubleshooting - Elasticsearch

Prerequisites:
  • Details of the 'Master node' or 'Data node' of the Elasticsearch cluster should be provided to add all the sub nodes in the cluster, since only they contain the details of all the nodes in the cluster
  • Particular URL of the node (http://[HOST]:[PORT]/) should be accessible from the machine where APM is installed.
APIs used for datacollection:
  • http://[HOST]:[PORT]/_cluster/stats?filter_path=cluster_name
  • http://[HOST]:[PORT]/_cluster/health
  • http://[HOST]:[PORT]/_cluster/stats?filter_path=status,indices.count,indices.docs.count
  • http://[HOST]:[PORT]/_nodes/http?filter_path=nodes.*.http_address,nodes.*.name
  • http://[HOST]:[PORT]/_cat/master
  • http://[HOST]:[PORT]/_cat/nodes?h=ip,role,master
  • http://[HOST]:[PORT]/_stats?filter_path=_shards.total
  • http://[HOST]:[PORT]/_cluster/stats?filter_path=nodes.count

  • http://[HOST]:[PORT]/_nodes
  • http://[HOST]:[PORT]/_nodes/[MASTER_NODE_IP]/attributes?filter_path=nodes.*.transport_address,nodes.*.http_address
  • http://[HOST]:[PORT]/_nodes/[IP_OF_INDIVIDUAL_NODE]
  • http://[HOST]:[PORT]/_nodes/[IP_OF_INDIVIDUAL_NODE]/stats

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Real User Monitor (RUM) - Troubleshooting

                        If the monitor has not polled data for a long time, follow the steps below for troubleshooting: Step 1: Check prerequisites to be done Real User Monitor requires the RUM Agent to be installed and mapped to the Applications Manager. Refer the help ...
                      • Azure Kubernetes Service(AKS) Troubleshooting FAQs

                        Azure Kubernetes Service(AKS) monitor can be configured only if you have already added a Microsoft Azure monitor in Applications Manager. Ensure that you have met all the prerequisites for the Microsoft Azure monitor before monitoring Azure ...
                      • SAP HANA Troubleshooting

                        Problem 1: No Data in SAP HANA Database monitor (or) "SAP DBTech JDBC: [414]: As per your password policy,current user is forced to change DB password." error message is shown. Solution: Change SAP HANA DB password or Update Password policy. Refer ...
                      • Troubleshooting Server error responses

                        Server error responses Internal Server Error, Bad Gateway, Service Unavailable and Gateway Timeout are the most common server error messages. Seeing any one among these errors generally indicates an issue with the URL's server. Troubleshooting for ...
                      • Webpage Analyzer - Troubleshooting

                        Prerequisites: Web page which the customer want to monitor should be accessible from the Machine where the APM is installed. Check if the customer have configured any proxy for accessing the particular URL If yes, then the same proxy must be ...