@@ -56,7 +56,8 @@ Elasticsearch Service for free].
56
56
57
57
To download and install {es}, open a terminal window and use the commands that
58
58
work 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):
60
61
61
62
62
63
[[deb]]*deb:*
@@ -239,7 +240,7 @@ file, `kibana.yml`, before starting {kib}.
239
240
To download and install {kib}, open a terminal window and use the commands that
240
241
work with your system:
241
242
242
- *deb or rpm :*
243
+ *deb, rpm, or linux :*
243
244
244
245
ifeval::["{release-state}"=="unreleased"]
245
246
@@ -414,6 +415,24 @@ tar xzvf metricbeat-{version}-darwin-x86_64.tar.gz
414
415
415
416
endif::[]
416
417
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
+
417
436
*win:*
418
437
419
438
ifeval::["{release-state}"=="unreleased"]
@@ -480,7 +499,7 @@ To set up the `system` module and start collecting system metrics:
480
499
sudo metricbeat modules enable system
481
500
----
482
501
+
483
- *mac:*
502
+ *mac and linux :*
484
503
+
485
504
[source,yaml]
486
505
----
@@ -503,7 +522,7 @@ PS C:\Program Files\Metricbeat> .\metricbeat.exe modules enable system
503
522
sudo metricbeat setup -e
504
523
----
505
524
+
506
- *mac:*
525
+ *mac and linux :*
507
526
+
508
527
[source,yaml]
509
528
----
@@ -531,7 +550,7 @@ standard error instead of syslog.
531
550
sudo service metricbeat start
532
551
----
533
552
+
534
- *mac:*
553
+ *mac and linux :*
535
554
+
536
555
[source,yaml]
537
556
----
@@ -620,7 +639,7 @@ sudo rpm -i logstash-{logstash_version}.rpm
620
639
621
640
endif::[]
622
641
623
- *mac:*
642
+ *mac and linux :*
624
643
625
644
ifeval::["{release-state}"=="unreleased"]
626
645
@@ -734,7 +753,7 @@ sudo /etc/init.d/logstash start
734
753
sudo service logstash start
735
754
----------------------------------------------------------------------
736
755
737
- *mac:*
756
+ *mac and linux :*
738
757
739
758
["source","sh",subs="attributes,callouts"]
740
759
----------------------------------------------------------------------
0 commit comments