@@ -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
----
@@ -530,7 +549,7 @@ standard error instead of syslog.
530
549
sudo service metricbeat start
531
550
----
532
551
+
533
- *mac:*
552
+ *mac and linux :*
534
553
+
535
554
[source,yaml]
536
555
----
@@ -619,7 +638,7 @@ sudo rpm -i logstash-{logstash_version}.rpm
619
638
620
639
endif::[]
621
640
622
- *mac:*
641
+ *mac and linux :*
623
642
624
643
ifeval::["{release-state}"=="unreleased"]
625
644
@@ -733,7 +752,7 @@ sudo /etc/init.d/logstash start
733
752
sudo service logstash start
734
753
----------------------------------------------------------------------
735
754
736
- *mac:*
755
+ *mac and linux :*
737
756
738
757
["source","sh",subs="attributes,callouts"]
739
758
----------------------------------------------------------------------
0 commit comments