Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.86 KB

elastic_agent.md

File metadata and controls

61 lines (32 loc) · 1.86 KB

Elastic Agents


This is part two of a three-part series. Part One Part Three


In part one, we started an ELK instance in the Elastic Cloud.

The Elastic Agent software enables users to easily send logs to our ELK instance, a process typically called "ingesting."


1. Download the Elastic Agent.

Press the windows button and type powershell, make sure to click "Run as Admin"

Powershell

Once the powershell instance opens, copy what you kept in the file in my case it was "Agent.txt" and paste it into the powershell and hit enter.

Powershell

Make sure you type y and hit enter when prompted by powershell.


Switch back over to your browser and you should see "1 Agent has been enrolled".

Enrolled Machine

Then Click "Add to Integration".


On the next page leave everything default and click "Confirm Incoming Data".

Confirm Data

The browser will take a few seconds to confirm the machine is connected, once thats finished click "View Assets"

Enrolled


2. Check The Fleet.

Once thats done we should be connected and ready for part 3, But first lets make sure the device has successfully connected.

Fleet

click the hamburger at the top left of the window and scroll down almost all the way to the bottom. You should see the option "Fleet", select fleet.

Powershell

Our Elastic Agent is installed and configured to be connected to our ELK instance in the cloud. Part three will cover how to configure Sysmon to submit logs to this Elastic Agent, which will ingest the logs to appear in Kibana.

Part Three