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 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 ...
                      • Troubleshooting WinRM errors

                        This KB serves as a guide for troubleshooting errors when using the WinRM mode of data collection. First, ensure that all the following conditions are met: Refer to the below link and check if all the WinRM prerequisites have been completed properly ...
                      • Troubleshooting Failed Diagnostic Tests

                        This KB is intended for troubleshooting Diagnostic Tests with Failed results. If you encounter any errors displayed in the monitor that prevent the execution of Diagnostic tests, or if there is no data available for Diagnostic Tests, please refer ...
                      • 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 ...