@@ -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:*
@@ -246,7 +247,7 @@ file, `kibana.yml`, before starting {kib}.
246
247
To download and install {kib}, open a terminal window and use the commands that
247
248
work with your system:
248
249
249
- *deb or rpm :*
250
+ *deb, rpm, or linux :*
250
251
251
252
ifeval::["{release-state}"=="unreleased"]
252
253
@@ -421,6 +422,24 @@ tar xzvf metricbeat-{version}-darwin-x86_64.tar.gz
421
422
422
423
endif::[]
423
424
425
+ *linux:*
426
+
427
+ ifeval::["{release-state}"=="unreleased"]
428
+
429
+ Version {version} of {metricbeat} has not yet been released.
430
+
431
+ endif::[]
432
+
433
+ ifeval::["{release-state}"!="unreleased"]
434
+
435
+ ["source","sh",subs="attributes,callouts"]
436
+ ------------------------------------------------
437
+ curl -L -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-{version}-linux-x86_64.tar.gz
438
+ tar xzvf metricbeat-{version}-linux-x86_64.tar.gz
439
+ ------------------------------------------------
440
+
441
+ endif::[]
442
+
424
443
*win:*
425
444
426
445
ifeval::["{release-state}"=="unreleased"]
@@ -487,7 +506,7 @@ To set up the `system` module and start collecting system metrics:
487
506
sudo metricbeat modules enable system
488
507
----
489
508
+
490
- *mac:*
509
+ *mac and linux :*
491
510
+
492
511
[source,yaml]
493
512
----
@@ -510,7 +529,7 @@ PS C:\Program Files\Metricbeat> .\metricbeat.exe modules enable system
510
529
sudo metricbeat setup -e
511
530
----
512
531
+
513
- *mac:*
532
+ *mac and linux :*
514
533
+
515
534
[source,yaml]
516
535
----
@@ -537,7 +556,7 @@ standard error instead of syslog.
537
556
sudo service metricbeat start
538
557
----
539
558
+
540
- *mac:*
559
+ *mac and linux :*
541
560
+
542
561
[source,yaml]
543
562
----
@@ -626,7 +645,7 @@ sudo rpm -i logstash-{logstash_version}.rpm
626
645
627
646
endif::[]
628
647
629
- *mac:*
648
+ *mac and linux :*
630
649
631
650
ifeval::["{release-state}"=="unreleased"]
632
651
@@ -741,7 +760,7 @@ sudo /etc/init.d/logstash start
741
760
sudo service logstash start
742
761
----------------------------------------------------------------------
743
762
744
- *mac:*
763
+ *mac and linux :*
745
764
746
765
["source","sh",subs="attributes,callouts"]
747
766
----------------------------------------------------------------------
0 commit comments