Dear Community,
im trying to install elasticsearch on a new environment with this lines on Ubuntu 16.04:
echo “deb https://artifacts.elastic.co/packages/5.x/apt  stable main” | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.listhttps://artifacts.elastic.co/GPG-KEY-elasticsearch  | sudo apt-key add -
im getting this error:
type echo in row 1 of the sourcelist is unknown
is the url outdated as mentioned in zammad guide?
Best regards,
             
            
              
           
          
            
            
              According to their documentation it should be /yum at the end, but interestingly the reaction when opening the URL within a browser is the same (key not found).
https://www.elastic.co/guide/en/elasticsearch/reference/5.6/rpm.html#rpm-repo 
Could you try the stated comments there if this works for you?
             
            
              
           
          
            
            
              
You may need to install the apt-transport-https package on Debian before proceeding:
sudo apt-get install apt-transport-https
 
However, manual installation should always work:
             
            
              
           
          
            
              
                system  
              
                  
                    January 16, 2019,  2:57pm
                   
                  4 
               
             
            
              This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.