mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-15 23:08:08 +02:00
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
|
|
////////////////////////////////////////////////////////////////////
|
|
///// The content about individual configuration options has been
|
|
///// moved to the following files:
|
|
///// generalconfig.asciidoc for General options
|
|
///// outputconfig.asciidoc for Output options
|
|
///// loggingconfig.asciidoc for Logging options
|
|
///// runconfig.asciidoc for Run Configuration options
|
|
///// The content now appears in the guides for each Beat. You can
|
|
///// include the content in the guide for your Beat by using the
|
|
///// following asciidoc include statements:
|
|
///// include::../../libbeat/docs/outputconfig.asciidoc[]
|
|
///// include::../../libbeat/docs/generalconfig.asciidoc[]
|
|
///// include::../../libbeat/docs/loggingconfig.asciidoc[]
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
[[installing-beats]]
|
|
=== Install Beats
|
|
|
|
After <<getting-started,installing and configuring>> the Elastic stack, you need to install and configure your Beat.
|
|
|
|
Each Beat is a separately installable product. To get up and running quickly with a Beat, see the Getting Started information for your Beat:
|
|
|
|
* {packetbeat}/packetbeat-getting-started.html[Packetbeat]
|
|
* {metricbeat}/metricbeat-getting-started.html[Metricbeat]
|
|
* {filebeat}/filebeat-getting-started.html[Filebeat]
|
|
* {winlogbeat}/winlogbeat-getting-started.html[Winlogbeat]
|
|
* {heartbeat}/heartbeat-getting-started.html[Heartbeat]
|
|
|
|
|