{"id":31697616,"url":"https://github.com/vectordotdev/vrl-contrib","last_synced_at":"2026-02-15T07:35:00.961Z","repository":{"id":318382448,"uuid":"1071057543","full_name":"vectordotdev/vrl-contrib","owner":"vectordotdev","description":"New and experimental","archived":false,"fork":false,"pushed_at":"2025-10-06T20:20:41.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-28T10:44:30.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vectordotdev.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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T20:04:32.000Z","updated_at":"2025-12-20T18:47:40.000Z","dependencies_parsed_at":"2025-10-06T22:25:51.424Z","dependency_job_id":"35a7da61-a8e2-481b-bf92-f762129ea25f","html_url":"https://github.com/vectordotdev/vrl-contrib","commit_stats":null,"previous_names":["vectordotdev/vrl-contrib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vectordotdev/vrl-contrib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectordotdev%2Fvrl-contrib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectordotdev%2Fvrl-contrib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectordotdev%2Fvrl-contrib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectordotdev%2Fvrl-contrib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vectordotdev","download_url":"https://codeload.github.com/vectordotdev/vrl-contrib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vectordotdev%2Fvrl-contrib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29472883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-10-08T18:02:09.594Z","updated_at":"2026-02-15T07:35:00.956Z","avatar_url":"https://github.com/vectordotdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# VRL Contrib\n\n\u003e [!WARNING]  \n\u003e This repository is new and experimental.\n\nA community-driven repository of [Vector Remap Language (VRL)](https://vector.dev/docs/reference/vrl/) programs and examples for transforming, normalizing, and enriching observability data.\n\n**Note:** VRL programs in this repository are community-contributed and not officially supported by DataDog maintainers. \nAlways test programs in a non-production environment first.\n\n## Overview\n\n**VRL Contrib** is a central hub for sharing VRL programs that help you:\n\n- **Transform logs** into standard formats like [OCSF](https://github.com/ocsf), [ECS](https://www.elastic.co/guide/en/ecs/current/index.html), and more\n- **Normalize data** from various sources (cloud providers, security tools, applications)\n- **Enrich events** with contextual information\n- **Parse and structure** unstructured log data\n- **Learn VRL** through real-world examples\n\n## Repository Structure\n\n```\nvrl-contrib/\n├── programs/          # Complete VRL programs\n│   ├── aws/           # AWS service log transformations\n│   ├── kubernetes/    # Kubernetes log parsing\n│   ├── security/      # Security tool integrations\n│   └── ...\n├── examples/          # Learning examples and tutorials\n```\n\n## Documentation\n\n- **[Vector Documentation](https://vector.dev/docs/)** - Official Vector docs\n- **[VRL Reference](https://vector.dev/docs/reference/vrl/)** - VRL language reference\n- **[VRL Functions](https://vector.dev/docs/reference/vrl/functions/)** - Built-in VRL functions\n- **[VRL Playground](https://playground.vrl.dev/)** - Test VRL online\n\n## Contributing\n\nWe welcome contributions from everyone! Here's how you can help:\n\n### Ways to Contribute\n\n- **Add new VRL programs** for data sources not yet covered\n- **Improve existing programs** with better performance or features\n- **Submit examples** that help others learn VRL\n- **Report issues** or suggest improvements\n- **Review pull requests** from other contributors\n\n### Contribution Process\n\n1. **Fork** this repository\n2. **Create a branch** for your contribution\n   ```bash\n   git checkout -b my-awesome-vrl-example\n   ```\n3. **Add your VRL program** in the appropriate directory\n4. **Include tests and examples** showing input/output\n5. **Submit a pull request** with a clear description\n\n## 💡 Example Use Cases\n\n- Converting vendor-specific logs to open standards (OCSF, ECS)\n- Normalizing multi-cloud logs into a unified schema\n- Enriching security events with threat intelligence\n- Parsing and structuring unstructured application logs\n- Extracting metrics from log data\n- Redacting sensitive information (PII, credentials)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectordotdev%2Fvrl-contrib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvectordotdev%2Fvrl-contrib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvectordotdev%2Fvrl-contrib/lists"}