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)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024