Additional Information - ES 8.6.2

Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-installation-and-upgrade-guides/zephyr-on-premise-production-installation/elastic-search/elasticsearch-8-6-2/additional-information---es-8-6-2.html

This section provides additional information that you must know while working with Elasticsearch (ES).

Reset Password for ES

To reset the password,

Go to the bin folder and execute the command given below:

For Windows:

elasticsearch-reset-password.bat -u elastic --url http://localhost:9200

Refer to the sample screenshot:

For Linux:

./elasticsearch-reset-password -u elastic --url http://localhost:9200

Also, refer to the link to know more about ES Password reset.

Delete nodes from ES

To delete nodes from ES,

Execute the below cURL command:

curl --location --request DELETE 'http://localhost:9200/_all'

Refer to the sample screenshot:

Â