Restarting Other Smart Monitor Components
After successfully restarting OpenSearch nodes, it's necessary to restart all related components:
-
OpenSearch Dashboards
-
Logstash
-
Smart Beat Manager
-
Smart Beat
This ensures updated configurations (such as new certificates) are applied and maintains proper communication between services and the OpenSearch cluster.
Restarting OpenSearch Dashboards
- Stop OpenSearch Dashboards:
systemctl stop opensearch-dashboards
- Start OpenSearch Dashboards:
systemctl start opensearch-dashboards
- Verify connection to OpenSearch
Restarting Logstash
- Stop Logstash:
systemctl stop logstash
- Start Logstash:
systemctl start logstash
- Check logs for errors:
tail -f /app/logs/logstash/logstash-plain.log
Restarting Smart Beat Manager
- Stop Smart Beat Manager:
systemctl stop smartBeatManager
- Start Smart Beat Manager:
systemctl start smartBeatManager
- Check logs for errors:
tail -f ${SBM_HOME}/logs/smartBeatManagerLog_*.log
Restarting Smart Beat
On Unix systems
- Stop Smart Beat:
systemctl stop smartBeat
- Start Smart Beat:
systemctl start smartBeat
- Check logs for errors:
tail -f ${SB_HOME}/logs/smartbeat/smartBeat.log
For Windows Systems
- Stop Smart Beat:
net stop smartBeat
- Start Smart Beat:
net start smartBeat
- Check logs for errors:
${SB_HOME}/logs/smartbeat/smartBeat.log