-
Notifications
You must be signed in to change notification settings - Fork 808
Initial Resmo Integration #1780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
6510e94
Initial Resmo Integration
korhanresmo 0aba819
Initial Resmo Integration
korhanresmo 0f860dc
Initial Resmo Integration
korhanresmo 090c25f
Initial Resmo Integration
korhanresmo e5fd140
Initial Resmo Integration
korhanresmo ee448d5
Initial Resmo Integration
korhanresmo b1f6f30
Initial Resmo Integration
korhanresmo aaa0f11
Update resmo/README.md
shuetisha 5615031
Update resmo/README.md
shuetisha 0ef6388
Update resmo/README.md
shuetisha 8ff1fcd
Update resmo/README.md
shuetisha 0bd284a
Update resmo/README.md
shuetisha 3747d58
Update resmo/README.md
shuetisha 673cd58
Update resmo/README.md
shuetisha 346d45c
Update resmo/README.md
shuetisha 34eee9c
Update resmo/README.md
shuetisha 131e496
Update resmo/README.md
shuetisha 155636f
Update resmo/README.md
shuetisha b635e68
Update resmo/README.md
shuetisha c2adbdd
Update resmo/README.md
shuetisha 5c3b657
Update resmo/README.md
shuetisha a343771
Update resmo/README.md
shuetisha 7931577
Update resmo/README.md
shuetisha 33a27ca
Update resmo/README.md
shuetisha 308c59e
Update resmo/README.md
shuetisha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -120,6 +120,7 @@ | |
| /redis_sentinel/ @DataDog/agent-integrations | ||
| /redpanda/ @rkruze [email protected] | ||
| /resin/ @brentm5 | ||
| /resmo/ @shuetisha | ||
| /retool/ @jamiecuffe | ||
| /riak_repl/ @abtreece | ||
| /rigor/ [email protected] | ||
|
|
@@ -425,6 +426,8 @@ | |
| /resin/*metadata.csv @brentm5 @DataDog/documentation | ||
| /resin/manifest.json @brentm5 @DataDog/documentation | ||
| /resin/README.md @brentm5 @DataDog/documentation | ||
| /resmo/manifest.json @shuetisha @DataDog/documentation | ||
| /resmo/README.md @shuetisha @DataDog/documentation | ||
| /retool/*metadata.csv @jamiecuffe @DataDog/documentation | ||
| /retool/manifest.json @jamiecuffe @DataDog/documentation | ||
| /retool/README.md @jamiecuffe @DataDog/documentation | ||
|
|
||
This file contains hidden or 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,5 @@ | ||
| # CHANGELOG - Resmo | ||
|
|
||
| ## 1.0.0 / 2023-07-03 | ||
|
|
||
| * [FEATURE] Initial Resmo Integration Tile. |
This file contains hidden or 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,66 @@ | ||
| ## Overview | ||
| The [Resmo][1] is a continuous asset visibility, security, and compliance solution for cloud and SaaS. Integrate with your tools to start querying and securing your resources. Monitor them in one place, run security and compliance audits, and get alerted on violations. | ||
| Using our APIs, engineers are free to focus on building core functionality, rather than having to provision and maintain servers and cloud infrastructure. | ||
|
|
||
| What does Resmo offer to Datadog users? | ||
| - Collect and monitor all your Datadog assets on a single platform. | ||
| - Query your Datadog monitors, roles, permissions, API Keys, and more. | ||
| - Set up rules to continuously assess your Datadog resources. | ||
| - Set up and receive rule notifications based on your Datadog resource configurations. | ||
|
|
||
|
|
||
| ## Setup | ||
|
|
||
| - **In Resmo**: Go to https://resmo.com, login and navigate to **Integrations**.<br/> | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ![Resmo Screenshot][2] | ||
|
|
||
| - Click **Add Integration** and select **Datadog**.<br /> | ||
| - Write a descriptive name and optionally a description. | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ![Resmo Screenshot][3] | ||
|
|
||
| - Then, go to your Datadog account and create a new organization API key and a user Application key.<br /> | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Step 1: Go to Organization Settings>Application Keys on Datadog. <br /> | ||
| ![Resmo Screenshot][4] | ||
| - Step 2: Click the +New Key button to create a key. Name your key and hit Create. <br /> | ||
| ![Resmo Screenshot][5] | ||
| - Step 3: Find your key in the Application Keys tab. Then, copy it. <br /> | ||
| ![Resmo Screenshot][6] | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Return to your Resmo account. Enter the copied keys into the related key fields (Organization API Key and User App Key). <br /> | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ![Resmo Screenshot][7] | ||
|
|
||
| - Select a site from the dropdown menu on the last field. | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ![Resmo Screenshot][8] | ||
|
|
||
| -Hit the create button, and that's it! You're ready to query your Datadog resources. | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
shuetisha marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| ## Uninstallation | ||
|
|
||
| - **In Resmo**: Go to Settings>Integrations and select the Datadog integration you wish to uninstall. <br /> | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - You have two options; | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - To temporarily pause the integration, click the Disable button. | ||
| - To permanently remove the integration, click the Delete button. | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Data Collected | ||
|
|
||
| See [Resmo Datadog Resources][9] for the list of resources we collect from your Datadog account. | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Support | ||
| Need help? Contact [Resmo support][10] or [Datadog support][11] | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| [1]: https://resmo.com | ||
| [2]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/integrations.png | ||
| [3]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/setup-integration.png | ||
| [4]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/datadog-application-keys.png | ||
| [5]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/datadog-new-key.png | ||
| [6]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/datadog-created-key.png | ||
| [7]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/resmo-key-setup.png | ||
| [8]: https://github.com/DataDog/integrations-extras/blob/master/resmo/assets/images/resmo-site-setup.png | ||
| [9]: https://docs.resmo.com/resources/datadog | ||
| [10]: https://www.resmo.com/contact | ||
| [11]: https://docs.datadoghq.com/help/ | ||
shuetisha marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,64 @@ | ||
| { | ||
| "manifest_version": "2.0.0", | ||
| "app_uuid": "0439ab8c-a8f5-4b68-88c1-7083eed72e0d", | ||
| "app_id": "resmo", | ||
| "display_on_public_website": false, | ||
| "tile": { | ||
| "overview": "README.md#Overview", | ||
| "configuration": "README.md#Setup", | ||
| "support": "README.md#Support", | ||
| "changelog": "CHANGELOG.md", | ||
| "description": "Integrate with Resmo to visualize and secure your Datadog resources.", | ||
| "title": "Resmo", | ||
| "media": [ | ||
| { | ||
| "media_type": "image", | ||
| "caption": "The Resmo dashboard to show 'Integrations' page.", | ||
| "image_url": "assets/images/integrations.png" | ||
| }, | ||
| { | ||
| "media_type": "image", | ||
| "caption": "The Resmo add integration page with Datadog information.", | ||
| "image_url": "assets/images/setup-integration.png" | ||
| }, | ||
| { | ||
| "media_type": "image", | ||
| "caption": "Datadog Applicaton Keys page.", | ||
| "image_url": "assets/images/datadog-application-keys.png" | ||
| }, | ||
| { | ||
| "media_type": "image", | ||
| "caption": "Datadog create new application key page.", | ||
| "image_url": "assets/images/datadog-new-key.png" | ||
| }, | ||
| { | ||
| "media_type": "image", | ||
| "caption": "Datadog created key informations page.", | ||
| "image_url": "assets/images/datadog-created-key.png" | ||
| }, | ||
| { | ||
| "media_type": "image", | ||
| "caption": "Resmo Datadog integration page with key setup example.", | ||
| "image_url": "assets/images/resmo-key-setup.png" | ||
| }, | ||
| { | ||
| "media_type": "image", | ||
| "caption": "Resmo Datadog integration page with site setup example.", | ||
| "image_url": "assets/images/resmo-site-setup.png" | ||
| } | ||
| ], | ||
| "classifier_tags": [ | ||
| "Supported OS::Linux", | ||
| "Supported OS::Windows", | ||
| "Supported OS::macOS" | ||
| ] | ||
| }, | ||
| "assets": {}, | ||
| "author": { | ||
| "support_email": "[email protected]", | ||
| "name": "Resmo", | ||
| "homepage": "https://resmo.com", | ||
| "sales_email": "[email protected]" | ||
| }, | ||
| "oauth": {} | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.