@@ -56,7 +56,8 @@ Elasticsearch Service for free].
5656
5757To download and install {es}, open a terminal window and use the commands that
5858work with your system (<<deb, deb>> for Debian/Ubuntu, <<rpm, rpm>> for
59- Redhat/Centos/Fedora, <<mac, mac>> for OS X, and <<win, win>> for Windows):
59+ Redhat/Centos/Fedora, <<mac, mac>> for OS X, <<linux, linux>> for Linux, and
60+ <<win, win>> for Windows):
6061
6162
6263[[deb]]*deb:*
@@ -239,7 +240,7 @@ file, `kibana.yml`, before starting {kib}.
239240To download and install {kib}, open a terminal window and use the commands that
240241work with your system:
241242
242- *deb or rpm :*
243+ *deb, rpm, or linux :*
243244
244245ifeval::["{release-state}"=="unreleased"]
245246
@@ -414,6 +415,24 @@ tar xzvf metricbeat-{version}-darwin-x86_64.tar.gz
414415
415416endif::[]
416417
418+ *linux:*
419+
420+ ifeval::["{release-state}"=="unreleased"]
421+
422+ Version {version} of {metricbeat} has not yet been released.
423+
424+ endif::[]
425+
426+ ifeval::["{release-state}"!="unreleased"]
427+
428+ ["source","sh",subs="attributes,callouts"]
429+ ------------------------------------------------
430+ curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{version}-linux-x86_64.tar.gz
431+ tar xzvf metricbeat-{version}-linux-x86_64.tar.gz
432+ ------------------------------------------------
433+
434+ endif::[]
435+
417436*win:*
418437
419438ifeval::["{release-state}"=="unreleased"]
@@ -480,7 +499,7 @@ To set up the `system` module and start collecting system metrics:
480499sudo metricbeat modules enable system
481500----
482501+
483- *mac:*
502+ *mac and linux :*
484503+
485504[source,yaml]
486505----
@@ -503,7 +522,7 @@ PS C:\Program Files\Metricbeat> .\metricbeat.exe modules enable system
503522sudo metricbeat setup -e
504523----
505524+
506- *mac:*
525+ *mac and linux :*
507526+
508527[source,yaml]
509528----
@@ -531,7 +550,7 @@ standard error instead of syslog.
531550sudo service metricbeat start
532551----
533552+
534- *mac:*
553+ *mac and linux :*
535554+
536555[source,yaml]
537556----
@@ -620,7 +639,7 @@ sudo rpm -i logstash-{logstash_version}.rpm
620639
621640endif::[]
622641
623- *mac:*
642+ *mac and linux :*
624643
625644ifeval::["{release-state}"=="unreleased"]
626645
@@ -734,7 +753,7 @@ sudo /etc/init.d/logstash start
734753sudo service logstash start
735754----------------------------------------------------------------------
736755
737- *mac:*
756+ *mac and linux :*
738757
739758["source","sh",subs="attributes,callouts"]
740759----------------------------------------------------------------------
0 commit comments