Skip to content

Commit

Permalink
fix: update resource es structure
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 9, 2024
1 parent aa6ec89 commit 999d643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/es/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ type Resource struct {
ResourceType string `json:"resource_type"`
// IntegrationID is the integration ID that the resource belongs to
IntegrationID string `json:"integration_id"`
// IntegrationMetadata is arbitrary data associated with each resource
IntegrationMetadata map[string]string `json:"integration_metadata"`
// Metadata is arbitrary data associated with each resource
Metadata map[string]string `json:"metadata"`
// CanonicalTags is the list of tags associated with the resource
CanonicalTags []Tag `json:"canonical_tags"`
// DescribedBy is the resource describe job id
Expand Down

0 comments on commit 999d643

Please sign in to comment.