Skip to content

Commit

Permalink
Merge pull request #191 from logzio/feature/add-aws-batch-to-firehose
Browse files Browse the repository at this point in the history
v1.1.39
  • Loading branch information
yotamloe authored Aug 20, 2024
2 parents 3d9d4cb + 4432485 commit 46e32b4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-and-validate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
update_release:
name: Update dev release
needs: [filter_for_configs, build_manifest]
permissions:
contents: write # Allows pushing changes to the repository
attestations: write # Allows adding and updating artifact attestations
if: ${{ needs.filter_for_configs.outputs.configs == 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
update_latest:
name: Update latest release
needs: filter_for_configs
permissions:
contents: write # Allows pushing changes to the repository
attestations: write # Allows adding and updating artifact attestations
if: ${{ needs.filter_for_configs.outputs.configs == 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
update_testing:
name: Update testing release
needs: filter_for_testing_configs
permissions:
contents: write # Allows pushing changes to the repository
attestations: write # Allows adding and updating artifact attestations
if: ${{ needs.filter_for_testing_configs.outputs.testing == 'true' }}
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 3 additions & 2 deletions configs/3-1-aws-cw.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"supportedOs": ["AWS_Cloudformation"],
"productTags": ["LOG_ANALYTICS"],
"filterTags": ["AWS", "Most Popular"],
"integrationTemplate": "firehose-logs/0.1.0/sam-template.yaml&param_logzioType=agent-logzio-firehose&param_logzioListener=https://aws-firehose-logs-<<LOGZIO_LISTENER_ADDRESS>>",
"integrationTemplate": "firehose-logs/0.2.1/sam-template.yaml&param_logzioType=agent-logzio-firehose&param_logzioListener=https://aws-firehose-logs-<<LOGZIO_LISTENER_ADDRESS>>",
"datasources": [
{
"name": "AWS_Logs",
Expand Down Expand Up @@ -97,7 +97,8 @@
{ "label": "ECS", "value": "ecs" },
{ "label": "EKS", "value": "eks" },
{ "label": "Lambda", "value": "lambda" },
{ "label": "RDS", "value": "rds" }
{ "label": "RDS", "value": "rds" },
{ "label": "Batch", "value": "batch" }
]
},
{
Expand Down

0 comments on commit 46e32b4

Please sign in to comment.