Last active
September 17, 2021 16:37
-
-
Save haxorjim/921df8f1f8fa138f14e6566536ae1f95 to your computer and use it in GitHub Desktop.
Revisions
-
haxorjim revised this gist
Sep 17, 2021 . 2 changed files with 12 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ sudo pacman -S metricbeat sudo vi /etc/metricbeat/metricbeat.yml #output.logstash: # hosts: ["elk.local:5044"] sudo systemctl enable metricbeat sudo systemctl start metricbeat sudo systemctl status metricbeat This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,5 +9,5 @@ sudo vi /etc/metricbeat/metricbeat.yml # hosts: ["elk.local:5044"] sudo systemctl enable metricbeat sudo systemctl metricbeat start sudo systemctl status metricbeat -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # https://www.elastic.co/downloads/beats/metricbeat cd 'C:\Program Files\Metricbeat' notepad metricbeat.yml #output.logstash: # hosts: ["elk.local:5044"] PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-metricbeat.ps1 Start-Service metricbeat -
haxorjim renamed this gist
Sep 17, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ -
haxorjim renamed this gist
Sep 17, 2021 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
haxorjim revised this gist
Sep 17, 2021 . 3 changed files with 10 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ asdf This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,9 @@ brew tap elastic/tap brew install elastic/tap/metricbeat-full vi /usr/local/etc/metricbeat/metricbeat.yml #output.logstash: # hosts: ["elk.local:5044"] brew services start elastic/tap/metricbeat-full -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ brew tap elastic/tap brew install elastic/tap/metricbeat-full vi /usr/local/etc/metricbeat/metricbeat.yml #output.logstash: # hosts: ["elk.local:5044"] brew services start elastic/tap/metricbeat-full -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 0 additions and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +0,0 @@ -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # Setting up Metricbeat -
haxorjim revised this gist
Sep 17, 2021 . 2 changed files with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ brew tap elastic/tap brew install elastic/tap/metricbeat-full vi /usr/local/etc/metricbeat/metricbeat.yml #output.logstash: # hosts: ["elk.local:5044"] brew services start elastic/tap/metricbeat-full File renamed without changes. -
haxorjim renamed this gist
Sep 17, 2021 . 1 changed file with 1 addition and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,13 @@ curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list sudo apt update sudo apt install metricbeat sudo vi /etc/metricbeat/metricbeat.yml #output.logstash: # hosts: ["elk.local:5044"] sudo systemctl enable metricbeat sudo service metricbeat start sudo service metricbeat status -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sudo apt install metricbeat ``` ```bash sudo vi /etc/metricbeat/metricbeat.yml ``` ```bash -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 14 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,21 @@ ```bash curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list sudo apt update sudo apt install metricbeat ``` ```bash sudo vi /etc/metricbeat/metricbeat.yml` ``` ```bash #output.logstash: # hosts: ["elk.local:5044"] ``` ```bash sudo systemctl enable metricbeat sudo service metricbeat start sudo service metricbeat status ``` -
haxorjim revised this gist
Sep 17, 2021 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,15 @@ `curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -` `echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list` `sudo apt update` `sudo apt install metricbeat` `sudo vi /etc/metricbeat/metricbeat.yml` ```bash #output.logstash: # hosts: ["elk.local:5044"] ``` `sudo systemctl enable metricbeat` `sudo service metricbeat start` `sudo service metricbeat status` -
haxorjim created this gist
Sep 17, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list sudo apt update sudo apt install metricbeat sudo vi /etc/metricbeat/metricbeat.yml ```bash #output.logstash: # hosts: ["elk.local:5044"] ``` sudo systemctl enable metricbeat sudo service metricbeat start sudo service metricbeat status