forked from SumoLogic/sumologic-documentation
-
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.
OTEL Install Collector for Ansible, Chef, Puppet (SumoLogic#3035)
* OTEL Install Collector new categories * fixes * edit * fixes * Update docs/send-data/opentelemetry-collector/install-collector/linux.md * minor edits --------- Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com>
- Loading branch information
Showing
22 changed files
with
173 additions
and
58 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
21 changes: 21 additions & 0 deletions
21
docs/send-data/opentelemetry-collector/install-collector/ansible.md
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,21 @@ | ||
--- | ||
id: ansible | ||
title: Install OpenTelemetry Collector on Ansible | ||
sidebar_label: Ansible | ||
--- | ||
|
||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
||
<img src={useBaseUrl('img/send-data/ansible-logo.png')} alt="ansible" width="40"/> | ||
|
||
This documentation will guide you through the installation process using the software configuration management tool Ansible, enabling you to deploy and manage Sumo Logic collectors at scale. | ||
|
||
1. In Sumo Logic, select **Manage Data** > **Collection** > **OpenTelemetry Collection**. | ||
2. On the OpenTelemetry Collection page, click **Add Collector**. | ||
3. On the left panel, select **Ansible**.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/ansible.png')} alt="ansible.png" /> | ||
4. Select/create installation token and customize your tags. | ||
5. Follow the auto-generated steps to install the collector using Ansible. | ||
:::note | ||
These steps are only supported on Linux Operating System. | ||
::: | ||
6. Once steps are completed, click **Done** to review collector on OpenTelemetry Collection page. |
22 changes: 22 additions & 0 deletions
22
docs/send-data/opentelemetry-collector/install-collector/chef.md
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,22 @@ | ||
--- | ||
id: chef | ||
title: Install OpenTelemetry Collector on Chef | ||
sidebar_label: Chef | ||
description: Learn how to install the Sumo Logic OpenTelemetry Collector on Chef. | ||
--- | ||
|
||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
||
<img src={useBaseUrl('img/send-data/chef-logo.png')} alt="chef" width="40"/> | ||
|
||
This documentation will guide you through the installation process using the software configuration management tool Chef, enabling you to deploy and manage Sumo Logic collectors at scale. | ||
|
||
1. In Sumo Logic, select **Manage Data** > **Collection** > **OpenTelemetry Collection**. | ||
2. On the OpenTelemetry Collection page, click **Add Collector**. | ||
3. On the left panel, select **Chef**.<br/><img src={useBaseUrl('img/send-data/opentelemetry-collector/chef.png')} alt="chef.png" /> | ||
4. Select/create installation token and customize your tags. | ||
5. Follow auto generated steps to install the collector using Chef. | ||
:::note | ||
These steps are only supported on Linux Operating System. | ||
::: | ||
6. Once steps are completed, click **Done** to review collector on OpenTelemetry Collection page. |
45 changes: 45 additions & 0 deletions
45
docs/send-data/opentelemetry-collector/install-collector/index.md
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,45 @@ | ||
--- | ||
slug: /send-data/opentelemetry-collector/install-collector | ||
title: Install Collector | ||
--- | ||
|
||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
||
<div className="box-wrapper" markdown="1"> | ||
<div className="box smallbox1 card"> | ||
<div className="container"> | ||
<a href="/docs/send-data/opentelemetry-collector/install-collector/linux"><img src={useBaseUrl('img/integrations/hosts-operating-systems/linux-transparent.png')} alt="Thumbnail icon" width="45"/><h4>Install Collector on Linux</h4></a> | ||
<p>Step-by-step instructions for installing the OpenTelemetry collector on Linux.</p> | ||
</div> | ||
</div> | ||
<div className="box smallbox2 card"> | ||
<div className="container"> | ||
<a href="/docs/send-data/opentelemetry-collector/install-collector/macos"><img src={useBaseUrl('img/send-data/mac-logo.png')} alt="macOS" width="45"/><h4>Install Collector on macOS</h4></a> | ||
<p>Step-by-step instructions for installing the OpenTelemetry collector on macOS.</p> | ||
</div> | ||
</div> | ||
<div className="box smallbox3 card"> | ||
<div className="container"> | ||
<a href="/docs/send-data/opentelemetry-collector/install-collector/windows"><img src={useBaseUrl('img/integrations/microsoft-azure/windows.png')} alt="thumbnail icon" width="45"/><h4>Install Collector on Windows</h4></a> | ||
<p>Step-by-step instructions for installing the OpenTelemetry collector on Windows.</p> | ||
</div> | ||
</div> | ||
<div className="box smallbox4 card"> | ||
<div className="container"> | ||
<a href="/docs/send-data/opentelemetry-collector/install-collector/ansible"><img src={useBaseUrl('img/send-data/ansible-logo.png')} alt="ansible" width="40"/> <h4>Install Collector on Ansible</h4></a> | ||
<p>Step-by-step instructions for installing the OpenTelemetry collector on Ansible.</p> | ||
</div> | ||
</div> | ||
<div className="box smallbox5 card"> | ||
<div className="container"> | ||
<a href="/docs/send-data/opentelemetry-collector/install-collector/chef"><img src={useBaseUrl('img/send-data/chef-logo.png')} alt="chef" width="40"/><h4>Install Collector on Chef</h4></a> | ||
<p>Step-by-step instructions for installing the OpenTelemetry collector on Chef.</p> | ||
</div> | ||
</div> | ||
<div className="box smallbox6 card"> | ||
<div className="container"> | ||
<a href="/docs/send-data/opentelemetry-collector/install-collector/puppet"><img src={useBaseUrl('img/integrations/app-development/puppet.png')} alt="puppet icon" width="40"/><h4>Install Collector on Puppet</h4></a> | ||
<p>Step-by-step instructions for installing the OpenTelemetry collector on Puppet.</p> | ||
</div> | ||
</div> | ||
</div> |
10 changes: 6 additions & 4 deletions
10
...etry-collector/install-collector-linux.md → ...etry-collector/install-collector/linux.md
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
8 changes: 5 additions & 3 deletions
8
...etry-collector/install-collector-macos.md → ...etry-collector/install-collector/macos.md
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
Oops, something went wrong.