-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add links to README files for terraform registry
- Loading branch information
Showing
9 changed files
with
108 additions
and
56 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,18 @@ | ||
# Axiom CloudWatch Forwarder Terraform Module | ||
|
||
<a href="https://axiom.co"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-vertical.svg"> | ||
<source media="(prefers-color-scheme: light) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-dark-vertical.svg"> | ||
<source media="(prefers-color-scheme: dark) and (max-width: 599px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-horizontal.svg"> | ||
<img alt="Axiom.co banner" src="https://axiom.co/assets/github/axiom-github-banner-dark-horizontal.svg" align="right"> | ||
</picture> | ||
</a> | ||
| ||
|
||
Axiom CloudWatch Forwarder Terraform module is a set of easy-to-use Terraform modules to install [Axiom Cloudwatch Forwarder](http://github.com/axiomhq/axiom-cloudwatch-forwarder). | ||
|
||
|
||
## Documentation | ||
|
||
For more information about how to set up and use the Axiom CloudWatch Forwarder, see the [Axiom documentation](https://axiom.co/docs/send-data/cloudwatch). |
This file contains 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
This file contains 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,18 @@ | ||
# Axiom CloudWatch Forwarder Terraform Module | ||
|
||
<a href="https://axiom.co"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-vertical.svg"> | ||
<source media="(prefers-color-scheme: light) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-dark-vertical.svg"> | ||
<source media="(prefers-color-scheme: dark) and (max-width: 599px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-horizontal.svg"> | ||
<img alt="Axiom.co banner" src="https://axiom.co/assets/github/axiom-github-banner-dark-horizontal.svg" align="right"> | ||
</picture> | ||
</a> | ||
| ||
|
||
Axiom CloudWatch Forwarder Terraform module is a set of easy-to-use Terraform modules to install [Axiom Cloudwatch Forwarder](http://github.com/axiomhq/axiom-cloudwatch-forwarder). | ||
|
||
|
||
## Documentation | ||
|
||
For more information about how to set up and use the Axiom CloudWatch Forwarder, see the [Axiom documentation](https://axiom.co/docs/send-data/cloudwatch). |
This file contains 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
This file contains 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 |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# Axiom Cloudwatch Forwarder | ||
# Axiom CloudWatch Forwarder Terraform Module | ||
|
||
Forward logs from AWS Cloudwatch to Axiom. | ||
<a href="https://axiom.co"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-vertical.svg"> | ||
<source media="(prefers-color-scheme: light) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-dark-vertical.svg"> | ||
<source media="(prefers-color-scheme: dark) and (max-width: 599px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-horizontal.svg"> | ||
<img alt="Axiom.co banner" src="https://axiom.co/assets/github/axiom-github-banner-dark-horizontal.svg" align="right"> | ||
</picture> | ||
</a> | ||
| ||
|
||
## Setup | ||
Axiom CloudWatch Forwarder Terraform module is a set of easy-to-use Terraform modules to install [Axiom Cloudwatch Forwarder](http://github.com/axiomhq/axiom-cloudwatch-forwarder). | ||
|
||
```hcl | ||
module "forwarder" { | ||
source = "https://github.com/axiomhq/axiom-cloudwatch-forwarder/tree/main/modules/forwarder" | ||
prefix = "axiom-cloudwatch-forwarder" | ||
axiom_dataset = "DATASET_NAME" | ||
axiom_token = "xaat-***" | ||
} | ||
``` | ||
|
||
## Documentation | ||
|
||
For more information about how to set up and use the Axiom CloudWatch Forwarder, see the [Axiom documentation](https://axiom.co/docs/send-data/cloudwatch). |
This file contains 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 |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# Axiom Cloudwatch Forwarder - Listener | ||
# Axiom CloudWatch Forwarder Terraform Module | ||
|
||
This module sets up a lambda function that listens to Cloudwatch logs and subscribers the Axiom's Forwarder to these groups. | ||
<a href="https://axiom.co"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-vertical.svg"> | ||
<source media="(prefers-color-scheme: light) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-dark-vertical.svg"> | ||
<source media="(prefers-color-scheme: dark) and (max-width: 599px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-horizontal.svg"> | ||
<img alt="Axiom.co banner" src="https://axiom.co/assets/github/axiom-github-banner-dark-horizontal.svg" align="right"> | ||
</picture> | ||
</a> | ||
| ||
|
||
## Setup | ||
Axiom CloudWatch Forwarder Terraform module is a set of easy-to-use Terraform modules to install [Axiom Cloudwatch Forwarder](http://github.com/axiomhq/axiom-cloudwatch-forwarder). | ||
|
||
```hcl | ||
module "listener" { | ||
source = "https://github.com/axiomhq/axiom-cloudwatch-forwarder/tree/main/modules/listener" | ||
prefix = "axiom-cloudwatch-forwarder" | ||
forwarder_lambda_arn = module.forwarder.lambda_arn | ||
log_groups_prefix = "/aws/lambda/" | ||
} | ||
``` | ||
|
||
## Documentation | ||
|
||
For more information about how to set up and use the Axiom CloudWatch Forwarder, see the [Axiom documentation](https://axiom.co/docs/send-data/cloudwatch). |
This file contains 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 |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# Axiom Cloudwatch Forwarder - Subscriber | ||
# Axiom CloudWatch Forwarder Terraform Module | ||
|
||
Creates a Lambda function that subscribers the Forwarder to AWS Cloudwatch log groups. | ||
<a href="https://axiom.co"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-vertical.svg"> | ||
<source media="(prefers-color-scheme: light) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-dark-vertical.svg"> | ||
<source media="(prefers-color-scheme: dark) and (max-width: 599px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-horizontal.svg"> | ||
<img alt="Axiom.co banner" src="https://axiom.co/assets/github/axiom-github-banner-dark-horizontal.svg" align="right"> | ||
</picture> | ||
</a> | ||
| ||
|
||
## Setup | ||
Axiom CloudWatch Forwarder Terraform module is a set of easy-to-use Terraform modules to install [Axiom Cloudwatch Forwarder](http://github.com/axiomhq/axiom-cloudwatch-forwarder). | ||
|
||
```hcl | ||
module "subscriber" { | ||
source = "https://github.com/axiomhq/axiom-cloudwatch-forwarder/tree/main/modules/subscriber" | ||
prefix = "axiom-cloudwatch-forwarder" | ||
axiom_dataset = "DATASET_NAME" | ||
log_groups_prefix = "/aws/lambda/" | ||
forwarder_lambda_arn = module.forwarder.lambda_arn | ||
} | ||
``` | ||
|
||
## Documentation | ||
|
||
For more information about how to set up and use the Axiom CloudWatch Forwarder, see the [Axiom documentation](https://axiom.co/docs/send-data/cloudwatch). |
This file contains 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 |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# Axiom Cloudwatch Forwarder - Unubscriber | ||
# Axiom CloudWatch Forwarder Terraform Module | ||
|
||
Creates a Lambda function that removes log groups subscriptions from the Forwarder. | ||
<a href="https://axiom.co"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-vertical.svg"> | ||
<source media="(prefers-color-scheme: light) and (min-width: 600px)" srcset="https://axiom.co/assets/github/axiom-github-banner-dark-vertical.svg"> | ||
<source media="(prefers-color-scheme: dark) and (max-width: 599px)" srcset="https://axiom.co/assets/github/axiom-github-banner-light-horizontal.svg"> | ||
<img alt="Axiom.co banner" src="https://axiom.co/assets/github/axiom-github-banner-dark-horizontal.svg" align="right"> | ||
</picture> | ||
</a> | ||
| ||
|
||
## Setup | ||
Axiom CloudWatch Forwarder Terraform module is a set of easy-to-use Terraform modules to install [Axiom Cloudwatch Forwarder](http://github.com/axiomhq/axiom-cloudwatch-forwarder). | ||
|
||
```hcl | ||
module "unsubscriber" { | ||
source = "https://github.com/axiomhq/axiom-cloudwatch-forwarder/tree/main/modules/unsubscriber" | ||
prefix = "axiom-cloudwatch-forwarder" | ||
log_groups_prefix = "/aws/lambda/" | ||
forwarder_lambda_arn = module.forwarder.lambda_arn | ||
} | ||
``` | ||
|
||
## Documentation | ||
|
||
For more information about how to set up and use the Axiom CloudWatch Forwarder, see the [Axiom documentation](https://axiom.co/docs/send-data/cloudwatch). |