Install Elastic Agent in Linux Server

Install Elastic Agent in Linux Server

Step 1:  login to the ELK Dashboard 
Step 2: Go to the Fleet Option which is under Management option


Step 3: After that click to Add Agent


Steps 4: Select Type of Host in Example : "Linux Server" 


Step 5Enroll in Fleet?(Leave as it is )


Step 6: Install Below Command in Linux System.

curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.10.4-linux-x86_64.tar.gz tar xzvf elastic-agent-8.10.4-linux-x86_64.tar.gz cd elastic-agent-8.10.4-linux-x86_64 sudo ./elastic-agent install --url=https://IP address: port number--enrollment-token=<Token>

Note: enrollment-token will change every time when you install agent.




    • Related Articles

    • Acronis - Linux agent snapapi issue trobuleshooting

      Once the agent installed or if an error comes up on the dashboard related to Snapapi run the following commands to check if everything is in place: cat /proc/version make -v gcc -v dpkg --get-selections | grep linux-headers dpkg --get-selections | ...
    • MalwareBytes - Installing EDR Agent on Linux

      Account Token is required Debian 8 (most frequently used) Install: sudo touch /etc/apt/sources.list.d/mblinux.list; echo 'deb [arch=amd64] https://repositories.mwbsys.com/dpkg jessie non-free' | sudo tee -a /etc/apt/sources.list.d/mblinux.list; wget ...
    • Deploying EDR Agent using Group Policy in Windows Server 2012 r2

      Windows Server 2012 R2 includes a feature called Software Installation and Maintenance that AD DS, Group Policy, and the Windows Installer service use to install, maintain, and remove the software from your organization’s computers. Setting up a ...
    • Acronis cyber protect Agent - Window Agent

      OS requirements Windows XP Professional SP1 (x64), SP2 (x64), SP3 (x86) Windows XP Professional SP2 (x86) – supported with a special version of Agent for Windows. For details and limitations of this support, refer to "Agent for Windows XP SP2". ...
    • Deploy AlienVault HIDS Agents to Linux Hosts

      Important: For Linux hosts, depending on which distribution of Linux you use, AT&T Cybersecurity recommends that you download the corresponding ossec-hids-agent installer file from the OSSEC's Downloads page directly, and then follow their ...