...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
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).
...
Code Block |
---|
elasticsearch-reset-password.bat -u elastic --url http://localhost:9200 |
Give http or https accordingly
Refer to the sample screenshot:
...
Code Block |
---|
./elasticsearch-reset-password -u elastic --url http://localhost:9200 |
...
Also, refer to the link to know more about ES Password reset.
...
To delete nodes from ES,
Execute the below curl cURL command using Postman.:
Code Block |
---|
curl --location --request DELETE 'http://localhost:9200/_all' |
...
Refer to the sample screenshot:
...