AE-2215 : option on webui to restart elasticsearch service || AS-26429|| Support

Review Request #1143 — Created Nov. 7, 2025 and submitted

pmurugaiyan
AMP
amp_3_7_2
AE-2215
apoorva.sn, pradeep, shuinvy

The REST API to Get & Restart the ElasticSearch & Kibana services has been added.

The Observability page has been updated to display services status and restart functionality.

The changes has been tested locally.

curl --location 'https://192.168.85.47:8888/observability-restart' \
--header 'Content-Type: application/json' \
--header 'Cookie: csrftoken=FGrPp1HGf7TNeQi3V40ITcNXda9YpoCt' \
--data '{
"service": "elasticsearch"
}'

curl --location 'https://192.168.85.47:8888/observability-status' \
--header 'Cookie: csrftoken=FGrPp1HGf7TNeQi3V40ITcNXda9YpoCt'


shuinvy
  1. Ship It!
  2. 
      
pmurugaiyan
Review request changed

Status: Closed (submitted)

Loading...