{"id":48211219,"url":"https://github.com/techservicesillinois/terraform-aws-cloudwatch-to-splunk","last_synced_at":"2026-04-04T18:48:36.710Z","repository":{"id":35936780,"uuid":"169786416","full_name":"techservicesillinois/terraform-aws-cloudwatch-to-splunk","owner":"techservicesillinois","description":"Provide lambda function to migrate CloudWatch logs to Splunk","archived":false,"fork":false,"pushed_at":"2024-05-04T01:40:22.000Z","size":680,"stargazers_count":3,"open_issues_count":3,"forks_count":7,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-05-04T02:31:01.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/techservicesillinois.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-08T19:17:47.000Z","updated_at":"2024-05-04T02:31:04.510Z","dependencies_parsed_at":"2022-08-08T12:30:38.560Z","dependency_job_id":"4537f22f-e474-4af6-8162-8bb0ed57de25","html_url":"https://github.com/techservicesillinois/terraform-aws-cloudwatch-to-splunk","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/techservicesillinois/terraform-aws-cloudwatch-to-splunk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloudwatch-to-splunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloudwatch-to-splunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloudwatch-to-splunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloudwatch-to-splunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techservicesillinois","download_url":"https://codeload.github.com/techservicesillinois/terraform-aws-cloudwatch-to-splunk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techservicesillinois%2Fterraform-aws-cloudwatch-to-splunk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31409470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T18:48:36.625Z","updated_at":"2026-04-04T18:48:36.692Z","avatar_url":"https://github.com/techservicesillinois.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloudwatch-to-splunk\n\n[![Terraform actions status](https://github.com/techservicesillinois/terraform-aws-cloudwatch-to-splunk/workflows/terraform/badge.svg)](https://github.com/techservicesillinois/terraform-aws-cloudwatch-to-splunk/actions)\n\nProvides a lambda function that can be used with an arbitrary number of CloudWatch log groups to forward logs to [Splunk](https://www.splunk.com/). Each log group requires\na log filter and configuration using [AWS Systems Manager\nParameter\nStore](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html)\n(SSM). See the [documentation for splunk-aws-serverless-apps](https://github.com/techservicesillinois/splunk-aws-serverless-apps/) for more details.\n\nExample Usage\n-----------------\n\n```hcl\nmodule \"foo\" {\n  source = \"git@github.com:techservicesillinois/terraform-aws-cloudwatch-to-splunk//\"\n  # NOTE: Normally, callers will NOT specify the function name, except when\n  # deploying a test version of the lambda code.\n  # name = cloudwatch-to-splunk\n}\n```\n\nArgument Reference\n-----------------\n\nThe following arguments are supported:\n\n* `name` - Name of the lambda function and role to be deployed\n(default: *cloudwatch-to-splunk*). **NOTE:** In general, this should not\nbe overridden by end users.\n\n* `memory_size` - Amount of memory in MB for lambda function\n(default: 512).  **NOTE:** In general, this should not be overridden by\nend users.\n\n* `retention` - Log retention period in days (default: 30 days).\n\n* `runtime` - Lambda function's runtime environment.\n**NOTE:** This *_must_* be a `nodejs` environment supported by Amazon.\nSee the [AWS documentation on Lambda runtime environments](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html).\n\n* `splunk_cache_ttl` - Time-to-live value for cached Splunk connection\nin milliseconds (default: 360000 seconds, which is equal to 6 minutes).\n\n* `ssm_prefix` - Prefix string to be applied to look up runtime SSM\nvariables (default: *cloudwatch\\_to\\_splunk*).\n\nAttributes Reference\n--------------------\n\nThe following attributes are exported:\n\n* `qualified_arn` - The Amazon Resource Name (ARN) identifying your\nLambda function version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-cloudwatch-to-splunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-cloudwatch-to-splunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechservicesillinois%2Fterraform-aws-cloudwatch-to-splunk/lists"}