Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Asset Inventory] Organization Support#11398

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kubasobon merged 4 commits intomainfromasset-inventory-org-aws
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletionspackages/cloud_asset_inventory/changelog.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
# newer versions go on top
# version map:
# 0.1.x - 8.15.x
- version: "0.5.0"
changes:
- description: Add organization support for AWS and Azure
type: enhancement
link: https://github.com/elastic/integrations/pull/11398
- version: "0.4.0"
changes:
- description: Improve Asset Inventory UX
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,6 +24,8 @@ streams:
options:
- text: Single Account
value: single-account
- text: AWS Organization
value: organization-account
default: single-account
- name: aws.credentials.type
title: Credentials type
Expand All@@ -32,6 +34,8 @@ streams:
show_user: true
type: select
options:
- text: CloudFormation
value: cloud_formation
- text: Assume Role (Manual)
value: assume_role
- text: Direct Access Keys (Manual)
Expand DownExpand Up@@ -100,6 +104,8 @@ streams:
options:
- text: Single Subscription
value: single-account
- text: Azure Organization
value: organization-account
default: single-account
- name: azure.credentials.type
title: Credentials type
Expand All@@ -108,6 +114,8 @@ streams:
show_user: true
type: select
options:
- text: ARM Template
value: arm_template
- text: Managed Identity
value: managed_identity
- text: Service Principal with Client Secret
Expand Down
2 changes: 1 addition & 1 deletionpackages/cloud_asset_inventory/manifest.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
format_version: 3.2.2
name: cloud_asset_inventory
title: "Cloud Asset Inventory"
version: "0.4.0"
version: "0.5.0"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Inventory"
Expand Down

[8]ページ先頭

©2009-2026 Movatter.jp