ELK
Setting Up ELK
Installing ELK
Enroll agent
Now that we have setup elk we want to enroll our agents.
Read the token from ELK/token
/elastictoken
and modify LabSources/CustomRoles/Elastic_agent/HostStart.ps1 line 21 to:
C:\Tools\ELK\elastic-agent\elastic-agent.exe install --insecure -f -url=http://elk.breachdefs.com:28220 --enrollment-token=<TOKEN>;
Last updated