forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into feature/ci-pipeli…
…ne-2.0 * upstream/master: Add Cloud Foundry dashboards for metricbeat (elastic#21124) [Metricbeat][Kibana] Apply backoff when errored at getting usage stats (elastic#20772) Update input-log.asciidoc (elastic#20965) (elastic#21153) Remove redirects page (elastic#19574) [Ingest Manager] Fixed input types for filebeat (elastic#21131) docs: add beat specific install widget (elastic#21050) docs: link to APM privs for API keys (elastic#20911) Fix index out of range error when getting AWS account name (elastic#21101) Agent info docs and ci test pr (elastic#19805) Handling missing counters in application_pool metricset (elastic#21071)
- Loading branch information
Showing
30 changed files
with
8,861 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
114 changes: 114 additions & 0 deletions
114
libbeat/docs/tab-widgets/install-widget-filebeat.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
:beatname_uc: Filebeat | ||
:beatname_lc: filebeat | ||
++++ | ||
<div class="tabs" data-tab-group="os"> | ||
<div role="tablist" aria-label="Install-f"> | ||
<button role="tab" | ||
aria-selected="true" | ||
aria-controls="deb-tab-install-filebeat" | ||
id="deb-install-filebeat"> | ||
DEB | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="rpm-tab-install-filebeat" | ||
id="rpm-install-filebeat" | ||
tabindex="-1"> | ||
RPM | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="mac-tab-install-filebeat" | ||
id="mac-install-filebeat" | ||
tabindex="-1"> | ||
MacOS | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="brew-tab-install-filebeat" | ||
id="brew-install-filebeat" | ||
tabindex="-1"> | ||
Brew | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="linux-tab-install-filebeat" | ||
id="linux-install-filebeat" | ||
tabindex="-1"> | ||
Linux | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="win-tab-install-filebeat" | ||
id="win-install-filebeat" | ||
tabindex="-1"> | ||
Windows | ||
</button> | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="deb-tab-install-filebeat" | ||
aria-labelledby="deb-install-filebeat"> | ||
++++ | ||
|
||
include::install.asciidoc[tag=deb] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="rpm-tab-install-filebeat" | ||
aria-labelledby="rpm-install-filebeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=rpm] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="mac-tab-install-filebeat" | ||
aria-labelledby="mac-install-filebeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=mac] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="brew-tab-install-filebeat" | ||
aria-labelledby="brew-install-filebeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=brew] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="linux-tab-install-filebeat" | ||
aria-labelledby="linux-install-filebeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=linux] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="win-tab-install-filebeat" | ||
aria-labelledby="win-install-filebeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=win] | ||
|
||
++++ | ||
</div> | ||
</div> | ||
++++ |
114 changes: 114 additions & 0 deletions
114
libbeat/docs/tab-widgets/install-widget-heartbeat.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
:beatname_uc: Heartbeat | ||
:beatname_lc: heartbeat | ||
++++ | ||
<div class="tabs" data-tab-group="os"> | ||
<div role="tablist" aria-label="Install-h"> | ||
<button role="tab" | ||
aria-selected="true" | ||
aria-controls="deb-tab-install-heartbeat" | ||
id="deb-install-heartbeat"> | ||
DEB | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="rpm-tab-install-heartbeat" | ||
id="rpm-install-heartbeat" | ||
tabindex="-1"> | ||
RPM | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="mac-tab-install-heartbeat" | ||
id="mac-install-heartbeat" | ||
tabindex="-1"> | ||
MacOS | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="brew-tab-install-heartbeat" | ||
id="brew-install-heartbeat" | ||
tabindex="-1"> | ||
Brew | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="linux-tab-install-heartbeat" | ||
id="linux-install-heartbeat" | ||
tabindex="-1"> | ||
Linux | ||
</button> | ||
<button role="tab" | ||
aria-selected="false" | ||
aria-controls="win-tab-install-heartbeat" | ||
id="win-install-heartbeat" | ||
tabindex="-1"> | ||
Windows | ||
</button> | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="deb-tab-install-heartbeat" | ||
aria-labelledby="deb-install-heartbeat"> | ||
++++ | ||
|
||
include::install.asciidoc[tag=deb] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="rpm-tab-install-heartbeat" | ||
aria-labelledby="rpm-install-heartbeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=rpm] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="mac-tab-install-heartbeat" | ||
aria-labelledby="mac-install-heartbeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=mac] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="brew-tab-install-heartbeat" | ||
aria-labelledby="brew-install-heartbeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=brew] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="linux-tab-install-heartbeat" | ||
aria-labelledby="linux-install-heartbeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=linux] | ||
|
||
++++ | ||
</div> | ||
<div tabindex="0" | ||
role="tabpanel" | ||
id="win-tab-install-heartbeat" | ||
aria-labelledby="win-install-heartbeat" | ||
hidden=""> | ||
++++ | ||
|
||
include::install.asciidoc[tag=win] | ||
|
||
++++ | ||
</div> | ||
</div> | ||
++++ |
Oops, something went wrong.