Oranage Srcum & Lepton ElasticAgent Deployment
Appearance
Auto-generated from the uploaded PDF Oranage_Srcum_&_Lepton_ElasticAgent_Deployment.pdf. This is an extracted-text rendering for searchability; see the original PDF for exact formatting, diagrams, tables, and images.
Onboarding of OrangeScrum and Lepton Servers
1. Copy ca certificate from master node to all Orange scrum and Lepton nodes
scp /etc/elasticsearch/certs/ca.crt root@localhost:/etc/pki/ca-
trust/source/anchors/
2. Entry All elastichost in hosts file
vi /etc/hosts
3. Create AgentPolicy from Kibana dashboard
Go to Fleet and under agentPloicy Click to create Policy and Give Name
4. Copy that installation command and go to server and create ElasticAgent directory and paste .
mkdir ElasticAgent
cd ElasticAgent
Run all command one by one
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-
agent/elastic-agent-9.1.9-linux-x86_64.tar.gz
tar xzvf elastic-agent-9.1.9-linux-x86_64.tar.gz
cd elastic-agent-9.1.9-linux-x86_64
sudo ./elastic-agent install --url=https://localhost:8220 --
enrollment-token=<enrollment-token>
5. Go to Kibana Dashboard and check the status should be healthy
6. Check all server which are enrolled with respect to their Policy
Note: - similar steps we need to follow for all server to install elastic Agent and monitoring
We will follow same steps for Lepton too.