Last active
December 17, 2018 11:00
-
-
Save tieutantan/50f1a5432ef25ed0e6da2daabb70f79f to your computer and use it in GitHub Desktop.
Elasticsearch Repository: wget -O /etc/yum.repos.d/elasticsearch.repo https://bit.ly/2QCXXVS
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 characters
[elasticsearch-6.x] | |
name=Elasticsearch repository for 6.x packages | |
baseurl=https://artifacts.elastic.co/packages/6.x/yum | |
gpgcheck=1 | |
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch | |
enabled=1 | |
autorefresh=1 | |
type=rpm-md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment