Skip to content

Commit 9846958

Browse files
author
Docs User
committed
Updated docs
1 parent d85c2d0 commit 9846958

15 files changed

+4093
-4093
lines changed

html/branches.yaml

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

html/en/beats/auditbeat/6.0/setup-repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ <h2 class="page-title">Guide template</h2>
622622
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</pre></div></li><li class="listitem"><p class="simpara">
623623
You may need to install the <code class="literal">apt-transport-https</code> package on Debian before proceeding:
624624
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo apt-get install apt-transport-https</pre></div></li><li class="listitem"><p class="simpara">
625-
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x-prerelease.list</code>:
626-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x-prerelease.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
625+
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x.list</code>:
626+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
627627
in the example. Do not use <code class="literal">add-apt-repository</code> because it will add a <code class="literal">deb-src</code>
628628
entry, but we do not provide a source package.</p><p>If you have added the <code class="literal">deb-src</code> entry by mistake, you will see an error like
629629
the following:</p><pre class="literallayout">Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)</pre><p>Simply delete the <code class="literal">deb-src</code> entry from the <code class="literal">/etc/apt/sources.list</code> file, and the installation should work as expected.</p></div></div></li><li class="listitem"><p class="simpara">
@@ -636,9 +636,9 @@ <h2 class="page-title">Guide template</h2>
636636
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch</pre></div></li><li class="listitem"><p class="simpara">
637637
Create a file with a <code class="literal">.repo</code> extension (for example, <code class="literal">elastic.repo</code>) in
638638
your <code class="literal">/etc/yum.repos.d/</code> directory and add the following lines:
639-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x-prerelease]
640-
name=Elastic repository for 6.x prerelease packages
641-
baseurl=https://artifacts.elastic.co/packages/6.x-prerelease/yum
639+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x]
640+
name=Elastic repository for 6.x packages
641+
baseurl=https://artifacts.elastic.co/packages/6.x/yum
642642
gpgcheck=1
643643
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
644644
enabled=1

html/en/beats/auditbeat/current/setup-repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ <h2 class="page-title">Guide template</h2>
622622
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</pre></div></li><li class="listitem"><p class="simpara">
623623
You may need to install the <code class="literal">apt-transport-https</code> package on Debian before proceeding:
624624
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo apt-get install apt-transport-https</pre></div></li><li class="listitem"><p class="simpara">
625-
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x-prerelease.list</code>:
626-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x-prerelease.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
625+
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x.list</code>:
626+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
627627
in the example. Do not use <code class="literal">add-apt-repository</code> because it will add a <code class="literal">deb-src</code>
628628
entry, but we do not provide a source package.</p><p>If you have added the <code class="literal">deb-src</code> entry by mistake, you will see an error like
629629
the following:</p><pre class="literallayout">Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)</pre><p>Simply delete the <code class="literal">deb-src</code> entry from the <code class="literal">/etc/apt/sources.list</code> file, and the installation should work as expected.</p></div></div></li><li class="listitem"><p class="simpara">
@@ -636,9 +636,9 @@ <h2 class="page-title">Guide template</h2>
636636
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch</pre></div></li><li class="listitem"><p class="simpara">
637637
Create a file with a <code class="literal">.repo</code> extension (for example, <code class="literal">elastic.repo</code>) in
638638
your <code class="literal">/etc/yum.repos.d/</code> directory and add the following lines:
639-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x-prerelease]
640-
name=Elastic repository for 6.x prerelease packages
641-
baseurl=https://artifacts.elastic.co/packages/6.x-prerelease/yum
639+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x]
640+
name=Elastic repository for 6.x packages
641+
baseurl=https://artifacts.elastic.co/packages/6.x/yum
642642
gpgcheck=1
643643
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
644644
enabled=1

html/en/beats/filebeat/6.0/setup-repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ <h2 class="page-title">Guide template</h2>
618618
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</pre></div></li><li class="listitem"><p class="simpara">
619619
You may need to install the <code class="literal">apt-transport-https</code> package on Debian before proceeding:
620620
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo apt-get install apt-transport-https</pre></div></li><li class="listitem"><p class="simpara">
621-
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x-prerelease.list</code>:
622-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x-prerelease.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
621+
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x.list</code>:
622+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
623623
in the example. Do not use <code class="literal">add-apt-repository</code> because it will add a <code class="literal">deb-src</code>
624624
entry, but we do not provide a source package.</p><p>If you have added the <code class="literal">deb-src</code> entry by mistake, you will see an error like
625625
the following:</p><pre class="literallayout">Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)</pre><p>Simply delete the <code class="literal">deb-src</code> entry from the <code class="literal">/etc/apt/sources.list</code> file, and the installation should work as expected.</p></div></div></li><li class="listitem"><p class="simpara">
@@ -632,9 +632,9 @@ <h2 class="page-title">Guide template</h2>
632632
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch</pre></div></li><li class="listitem"><p class="simpara">
633633
Create a file with a <code class="literal">.repo</code> extension (for example, <code class="literal">elastic.repo</code>) in
634634
your <code class="literal">/etc/yum.repos.d/</code> directory and add the following lines:
635-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x-prerelease]
636-
name=Elastic repository for 6.x prerelease packages
637-
baseurl=https://artifacts.elastic.co/packages/6.x-prerelease/yum
635+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x]
636+
name=Elastic repository for 6.x packages
637+
baseurl=https://artifacts.elastic.co/packages/6.x/yum
638638
gpgcheck=1
639639
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
640640
enabled=1

html/en/beats/filebeat/current/setup-repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ <h2 class="page-title">Guide template</h2>
618618
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</pre></div></li><li class="listitem"><p class="simpara">
619619
You may need to install the <code class="literal">apt-transport-https</code> package on Debian before proceeding:
620620
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo apt-get install apt-transport-https</pre></div></li><li class="listitem"><p class="simpara">
621-
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x-prerelease.list</code>:
622-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x-prerelease.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
621+
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x.list</code>:
622+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
623623
in the example. Do not use <code class="literal">add-apt-repository</code> because it will add a <code class="literal">deb-src</code>
624624
entry, but we do not provide a source package.</p><p>If you have added the <code class="literal">deb-src</code> entry by mistake, you will see an error like
625625
the following:</p><pre class="literallayout">Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)</pre><p>Simply delete the <code class="literal">deb-src</code> entry from the <code class="literal">/etc/apt/sources.list</code> file, and the installation should work as expected.</p></div></div></li><li class="listitem"><p class="simpara">
@@ -632,9 +632,9 @@ <h2 class="page-title">Guide template</h2>
632632
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch</pre></div></li><li class="listitem"><p class="simpara">
633633
Create a file with a <code class="literal">.repo</code> extension (for example, <code class="literal">elastic.repo</code>) in
634634
your <code class="literal">/etc/yum.repos.d/</code> directory and add the following lines:
635-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x-prerelease]
636-
name=Elastic repository for 6.x prerelease packages
637-
baseurl=https://artifacts.elastic.co/packages/6.x-prerelease/yum
635+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x]
636+
name=Elastic repository for 6.x packages
637+
baseurl=https://artifacts.elastic.co/packages/6.x/yum
638638
gpgcheck=1
639639
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
640640
enabled=1

html/en/beats/heartbeat/6.0/setup-repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ <h2 class="page-title">Guide template</h2>
622622
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</pre></div></li><li class="listitem"><p class="simpara">
623623
You may need to install the <code class="literal">apt-transport-https</code> package on Debian before proceeding:
624624
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo apt-get install apt-transport-https</pre></div></li><li class="listitem"><p class="simpara">
625-
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x-prerelease.list</code>:
626-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x-prerelease.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
625+
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x.list</code>:
626+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
627627
in the example. Do not use <code class="literal">add-apt-repository</code> because it will add a <code class="literal">deb-src</code>
628628
entry, but we do not provide a source package.</p><p>If you have added the <code class="literal">deb-src</code> entry by mistake, you will see an error like
629629
the following:</p><pre class="literallayout">Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)</pre><p>Simply delete the <code class="literal">deb-src</code> entry from the <code class="literal">/etc/apt/sources.list</code> file, and the installation should work as expected.</p></div></div></li><li class="listitem"><p class="simpara">
@@ -636,9 +636,9 @@ <h2 class="page-title">Guide template</h2>
636636
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch</pre></div></li><li class="listitem"><p class="simpara">
637637
Create a file with a <code class="literal">.repo</code> extension (for example, <code class="literal">elastic.repo</code>) in
638638
your <code class="literal">/etc/yum.repos.d/</code> directory and add the following lines:
639-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x-prerelease]
640-
name=Elastic repository for 6.x prerelease packages
641-
baseurl=https://artifacts.elastic.co/packages/6.x-prerelease/yum
639+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x]
640+
name=Elastic repository for 6.x packages
641+
baseurl=https://artifacts.elastic.co/packages/6.x/yum
642642
gpgcheck=1
643643
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
644644
enabled=1

html/en/beats/heartbeat/current/setup-repositories.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,8 @@ <h2 class="page-title">Guide template</h2>
622622
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -</pre></div></li><li class="listitem"><p class="simpara">
623623
You may need to install the <code class="literal">apt-transport-https</code> package on Debian before proceeding:
624624
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo apt-get install apt-transport-https</pre></div></li><li class="listitem"><p class="simpara">
625-
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x-prerelease.list</code>:
626-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x-prerelease/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x-prerelease.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
625+
Save the repository definition to <code class="literal">/etc/apt/sources.list.d/elastic-6.x.list</code>:
626+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list</pre></div><div class="warning admon"><div class="icon"><img alt="Warning" src="images/icons/warning.png" /></div><div class="admon_content"><p>To add the Elastic repository, make sure that you use the <code class="literal">echo</code> method shown
627627
in the example. Do not use <code class="literal">add-apt-repository</code> because it will add a <code class="literal">deb-src</code>
628628
entry, but we do not provide a source package.</p><p>If you have added the <code class="literal">deb-src</code> entry by mistake, you will see an error like
629629
the following:</p><pre class="literallayout">Unable to find expected entry 'main/source/Sources' in Release file (Wrong sources.list entry or malformed file)</pre><p>Simply delete the <code class="literal">deb-src</code> entry from the <code class="literal">/etc/apt/sources.list</code> file, and the installation should work as expected.</p></div></div></li><li class="listitem"><p class="simpara">
@@ -636,9 +636,9 @@ <h2 class="page-title">Guide template</h2>
636636
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">sudo rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch</pre></div></li><li class="listitem"><p class="simpara">
637637
Create a file with a <code class="literal">.repo</code> extension (for example, <code class="literal">elastic.repo</code>) in
638638
your <code class="literal">/etc/yum.repos.d/</code> directory and add the following lines:
639-
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x-prerelease]
640-
name=Elastic repository for 6.x prerelease packages
641-
baseurl=https://artifacts.elastic.co/packages/6.x-prerelease/yum
639+
</p><div class="pre_wrapper"><pre class="programlisting prettyprint lang-sh">[elastic-6.x]
640+
name=Elastic repository for 6.x packages
641+
baseurl=https://artifacts.elastic.co/packages/6.x/yum
642642
gpgcheck=1
643643
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
644644
enabled=1

0 commit comments

Comments
 (0)