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.

$ProgressPreference = 'SilentlyContinue' Invoke-WebRequest -Uri https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.10.4-windows-x86_64.zip -OutFile elastic-agent-8.10.4-windows-x86_64.zip Expand-Archive .\elastic-agent-8.10.4-windows-x86_64.zip -DestinationPath . cd elastic-agent-8.10.4-windows-x86_64 .\elastic-agent.exe install --url=https://172.16.3.190:8220 --enrollment-token=<token> --insecure

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





    • Related Articles

    • Install Elastic Agent in Windows 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 : "Windows Server" Step 5: Enroll in Fleet?(Leave as it is ) Step 6: ...
    • 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 ...
    • 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 ...
    • 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". ...