Last active
September 29, 2021 19:24
-
-
Save ApOgEE/62a09a4cbe31e7a75abb67aced271daa to your computer and use it in GitHub Desktop.
Revisions
-
ApOgEE revised this gist
Sep 29, 2021 . 1 changed file with 9 additions and 5 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,22 +1,26 @@ # Centos8 - Install Elasticsearch 7.x From Repo 1. Download and add this file to `/etc/yum.repos.d` ``` curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bbb0331ea7afad125c199c76c674dbbf942343f6/elasticsearch.repo ``` or ``` cd /etc/yum.repos.d/ curl -LOC - https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bbb0331ea7afad125c199c76c674dbbf942343f6/elasticsearch.repo ``` or ``` dnf config-manager --add-repo https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bbb0331ea7afad125c199c76c674dbbf942343f6/elasticsearch.repo ``` 1. Enable Elasticsearch Repo ``` dnf config-manager --set-enabled elasticsearch ``` -
ApOgEE revised this gist
Sep 29, 2021 . 1 changed file 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 @@ -3,12 +3,22 @@ 1. Download and add this file to `/etc/yum.repos.d` ``` curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bbb0331ea7afad125c199c76c674dbbf942343f6/elasticsearch.repo ``` or ``` cd /etc/yum.repos.d/ curl -LOC - https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bbb0331ea7afad125c199c76c674dbbf942343f6/elasticsearch.repo ``` or ``` dnf config-manager --add-repo https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bbb0331ea7afad125c199c76c674dbbf942343f6/elasticsearch.repo ``` 1. Enable Repo ``` dnf config-manager --set-enabled elasticsearch ``` 1. Import GPG-KEY -
ApOgEE revised this gist
Sep 29, 2021 . 1 changed file with 6 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 @@ -5,6 +5,12 @@ curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/a0ff081e3dd916ca75e0473047b1b8a2e8ad993a/elasticsearch.repo ``` or ``` cd /etc/yum.repos.d/ curl -LOC - https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/a0ff081e3dd916ca75e0473047b1b8a2e8ad993a/elasticsearch.repo ``` 1. Import GPG-KEY ``` rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch -
ApOgEE revised this gist
Sep 29, 2021 . 1 changed file with 3 additions and 3 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,8 +1,8 @@ [elasticsearch] name=Elasticsearch repository for 7.x packages baseurl=https://artifacts.elastic.co/packages/7.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=0 autorefresh=1 type=rpm-md -
ApOgEE revised this gist
Jan 26, 2021 . 1 changed file with 3 additions and 3 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,16 +1,16 @@ # Centos8 - Install Elasticsearch 7.x From Repo 1. Download and add this file to `/etc/yum.repos.d` ``` curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/a0ff081e3dd916ca75e0473047b1b8a2e8ad993a/elasticsearch.repo ``` 1. Import GPG-KEY ``` rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch ``` 1. Install ``` dnf install elasticsearch ``` -
ApOgEE revised this gist
Jan 26, 2021 . 1 changed file with 3 additions and 3 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,16 +1,16 @@ # Centos8 - Install Elasticsearch 7.x From Repo 0. Download and add this file to `/etc/yum.repos.d` ``` curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/a0ff081e3dd916ca75e0473047b1b8a2e8ad993a/elasticsearch.repo ``` 0. Import GPG-KEY ``` rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch ``` 0. Install ``` dnf install elasticsearch ``` -
ApOgEE revised this gist
Jan 26, 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 @@ -3,7 +3,7 @@ #. Download and add this file to `/etc/yum.repos.d` ``` curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/a0ff081e3dd916ca75e0473047b1b8a2e8ad993a/elasticsearch.repo ``` #. Import GPG-KEY ``` -
ApOgEE revised this gist
Jan 26, 2021 . 1 changed file with 14 additions and 3 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,5 +1,16 @@ # Centos8 - Install Elasticsearch 7.x From Repo #. Download and add this file to `/etc/yum.repos.d` ``` curl -o /etc/yum.repos.d/elasticsearch.repo \ https://gist.github.com/ApOgEE/62a09a4cbe31e7a75abb67aced271daa/raw/bb68eaff7174a8ffc4126163214ebe4d04e8abcc/elasticsearch.repo ``` #. Import GPG-KEY ``` rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch ``` #. Install ``` dnf install elasticsearch ``` -
ApOgEE revised this gist
Jan 26, 2021 . 1 changed file with 8 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,8 @@ [elasticsearch-7.x] name=Elasticsearch repository for 7.x packages baseurl=https://artifacts.elastic.co/packages/7.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=1 autorefresh=1 type=rpm-md -
ApOgEE created this gist
Jan 26, 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,5 @@ # Centos8 - Install Elasticsearch 7.x From Repo ``` /etc/yum.repos.d/elasticsearch.repo ```