Skip to content

Commit

Permalink
Update resource metadata (coralogix#149)
Browse files Browse the repository at this point in the history
* align resource-metadata regions to the other integrations

* change author

* update Custom region in template

* add custom to parameter description
  • Loading branch information
guyrenny authored May 21, 2024
1 parent 0fbd4f6 commit 2da5925
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
3 changes: 3 additions & 0 deletions src/resource-metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## resource-metadata

### 1.2.9 / 21.05.2024
* [Update] Align Regions names with other integration .i.e EU1,EU2...

### 1.2.8 / 8.02.2024
* [Update] update dependencies and remove jest and babel

Expand Down
2 changes: 1 addition & 1 deletion src/resource-metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This application collect AWS resource metadata and sends them to your **Coralogi

| Parameter | Description | Default Value | Required |
|---|---|---|---|
| CoralogixRegion | The Coralogix location region, possible options are [Europe, Europe2, India, Singapore, US, US2].In case that you want to use Custom domain, leave this as default and write the Custom doamin in the ``CustomDomain`` filed. | Europe | :heavy_check_mark: |
| CoralogixRegion | The Coralogix location region, possible options are [EU1, EU2, AP1, AP2, US1, US2, Custom].In case that you want to use Custom domain, leave this as default and write the Custom doamin in the ``CustomDomain`` filed. | Custom | :heavy_check_mark: |
| CustomDomain | The Coralogix custom domain, leave empty if you don't use Custom domain. | | |
| aplication name | The stack name of this application created via AWS CloudFormation. | | :heavy_check_mark: |
| CreateSecret | Set to False In case you want to use secrets manager with a predefine secret that was already created and contains Coralogix Send Your Data API key. | True | |
Expand Down
35 changes: 16 additions & 19 deletions src/resource-metadata/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Metadata:
- coralogix
- metadata
HomePageUrl: https://coralogix.com
SemanticVersion: 1.2.8
SemanticVersion: 1.2.9
SourceCodeUrl: https://github.com/coralogix/coralogix-aws-serverless
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -79,17 +79,16 @@ Metadata:
Parameters:
CoralogixRegion:
Type: String
Description: The Coralogix location region [Europe, Europe2, India, Singapore, US, US2]
Description: The Coralogix location region [EU1, EU2, AP1, AP2, US1, US2, Custom]
AllowedValues:
- DevShared
- Staging
- Europe
- Europe2
- India
- Singapore
- US
- EU1
- EU2
- AP1
- AP2
- US1
- US2
Default: Europe
- Custom
Default: Custom
CustomDomain:
Type: String
Description: The Coralogix custom domain
Expand Down Expand Up @@ -162,22 +161,20 @@ Parameters:
Default: 'True'
Mappings:
CoralogixRegionMap:
DevShared:
MetadataUrl: dev-shared.coralogix.net
Staging:
MetadataUrl: staging.coralogix.net
Europe:
EU1:
MetadataUrl: coralogix.com
Europe2:
EU2:
MetadataUrl: eu2.coralogix.com
India:
AP1:
MetadataUrl: app.coralogix.in
Singapore:
AP2:
MetadataUrl: coralogixsg.com
US:
US1:
MetadataUrl: coralogix.us
US2:
MetadataUrl: cx498.coralogix.com
Custom:
MetadataUrl: ""

Conditions:
IsNotificationEnabled:
Expand Down

0 comments on commit 2da5925

Please sign in to comment.