{"id":31974690,"url":"https://github.com/splitio/tap-sumologic","last_synced_at":"2025-10-14T20:20:27.006Z","repository":{"id":46872612,"uuid":"299807826","full_name":"splitio/tap-sumologic","owner":"splitio","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-27T17:41:36.000Z","size":35,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-21T14:38:31.430Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/splitio.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}},"created_at":"2020-09-30T04:22:50.000Z","updated_at":"2022-10-04T15:25:11.000Z","dependencies_parsed_at":"2023-01-19T21:18:57.751Z","dependency_job_id":null,"html_url":"https://github.com/splitio/tap-sumologic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/splitio/tap-sumologic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Ftap-sumologic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Ftap-sumologic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Ftap-sumologic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Ftap-sumologic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splitio","download_url":"https://codeload.github.com/splitio/tap-sumologic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitio%2Ftap-sumologic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021032,"owners_count":26086947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-14T20:20:15.310Z","updated_at":"2025-10-14T20:20:26.995Z","avatar_url":"https://github.com/splitio.png","language":"Python","readme":"# tap-sumologic\n\nThis is a [Singer](https://singer.io) tap that produces JSON-formatted data\nfollowing the [Singer\nspec](https://github.com/singer-io/getting-started/blob/master/SPEC.md).\n\nThis tap:\n\n- Pulls raw data from [Sumologic](http://sumologic.com)\n- Extracts the aggregated data based on a search query for a date range\n- Outputs the schema for each resource\n- Incrementally pulls data based on the input state\n\n## Config\n\n*config.json*\n```json\n{\n    \"sumologic_access_id\": \"ACCESS_ID\",\n    \"sumologic_access_key\": \"ACCESS_KEY\",\n    \"sumologic_root_url\": \"https://api.us2.sumologic.com/api\",\n    \"start_date\": \"2020-01-01T00:00:00\",\n    \"end_date\": \"2020-01-05T00:00:00\",\n    \"tables\": [{\n        \"query\": \"_sourceCategory=prod/fastly/sdk | _timeslice 1d as day | count by day, api_key\",\n        \"table_name\": \"my_table\",\n        \"max_lookback_days\": 10, \n        \"time_property\": [\"day\"] \n    }]\n}\n```\n\nmax_lookback_days: by default is 7 days. Number of days it queries Sumologic back from today. Sumologic doesn't perform well when going to far back so use with caution.\ntime_property: this is the field that has the time if any. It allows to track the last processed date. ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitio%2Ftap-sumologic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplitio%2Ftap-sumologic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitio%2Ftap-sumologic/lists"}