Start Elastic Agent
# Mac
$ sudo launchctl load /Library/LaunchDaemons/co.elastic.elastic-agent.plist
# Linux
$ sudo service elastic-agent start
#Windows
$ Start-Service Elastic Agent
# Debian
$ sudo systemctl start elastic-agent
#RPM
$ sudo systemctl start elastic-agent
Stop Elastic Agent
# Mac
$ sudo launchctl unload /Library/LaunchDaemons/co.elastic.elastic-agent.plist
# Linux
$ sudo service elastic-agent stop
#Windows
$ Stop-Service Elastic Agent
# Debian
$ sudo systemctl stop elastic-agent
$ sudo service elastic-agent stop
#RPM
$ sudo systemctl stop elastic-agent
$ sudo service elastic-agent stop
Latest posts by Rajesh Kumar (see all)
- Atlassian Jira Demo - January 4, 2025
- Revolutionizing Business Management with Microsoft Business Central - January 4, 2025
- Key Benefits of Converting HTML to PDF File Format - January 2, 2025