{"id":18811738,"url":"https://github.com/logicmonitor/lm-logs-okta","last_synced_at":"2026-07-02T05:31:29.497Z","repository":{"id":185521288,"uuid":"593104085","full_name":"logicmonitor/lm-logs-okta","owner":"logicmonitor","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-18T14:20:01.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-18T14:28:05.380Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/logicmonitor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-25T08:45:50.000Z","updated_at":"2026-06-18T14:21:23.000Z","dependencies_parsed_at":"2025-12-04T11:05:15.578Z","dependency_job_id":null,"html_url":"https://github.com/logicmonitor/lm-logs-okta","commit_stats":null,"previous_names":["logicmonitor/lm-logs-okta"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/logicmonitor/lm-logs-okta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flm-logs-okta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flm-logs-okta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flm-logs-okta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flm-logs-okta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logicmonitor","download_url":"https://codeload.github.com/logicmonitor/lm-logs-okta/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logicmonitor%2Flm-logs-okta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35034984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":"2024-11-07T23:27:30.177Z","updated_at":"2026-07-02T05:31:29.488Z","avatar_url":"https://github.com/logicmonitor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OKTA Log Collector for LM-Logs\n\nThis integration provides an AWS cloudformation stack which includes a lambda function periodically collecting Okta system logs and forwarding it to Logicmonitor LM Logs.\n\n## Deploy as CloudFormation stack\n[![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?stackName=lm-okta-log-collector\u0026templateURL=https://lm-logs-okta-collector.s3.amazonaws.com/stable/latest.yaml)\n\n\n\n## Parameters\n| Parameter                  | Description                                                                                                                                                                                                                                 | Default                                                                                                            |\n|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|\n| FunctionName               | The name for lambda function.                                                                                                                                                                                                               | LM-Okta-Log-Collector                                                                                              |\n| LMCompanyName              | The LogicMonitor account name.                                                                                                                                                                                                              | - \n| LMDomainName              | The LogicMonitor domain name.                                                                                                                                                                                                              | -                                                                                                                  |\n| LMAccessId                 | The LM API tokens access ID                                                                                                                                                                                                                 | -                                                                                                                  |\n| LMAccessKey                | The LM API tokens access key                                                                                                                                                                                                                | -                                                                                                                  |\n| LMBearerToken                | The LM API Bearer token. (You must specify LMBearerToken if not providing LMAccessId, LMAccessKey. In case you provide all, LMAccessId and LMAccessKey will be used to authenticate with Logicmonitor.  ) key                                                                                                                                                                                                                | -                                                                                                                  |\n| OktaDomain                 | Okta domain eg \"company.okta.com\".                                                                                                                                                                                                          | -                                                                                                                  |\n| OktaAPIKey                 | Okta API key to fetch logs from okta.                                                                                                                                                                                                       | -                                                                                                                  |\n| LMLogsServiceName          | This will be used for anomaly detection.                                                                                                                                                                                                    | okta-system-logs                                                                                                   |\n| LMResourceId               | Ignored when LMLogsServiceName is specified. Is a json for resource mapping. if specified as {\\\"system.hostname\\\" : \\\"prod-node-us-west-1\\\"} all logs will be mapped against the device with property system.hostname = prod-node-us-west-1 | -                                                                                                                  |\n| IncludeMetadataKeys        | comma separated keys to add as event metadata in a lm-log event. for nested json specify '.' eg - actor.displayname,actor.type                                                                                                              | 'severity,actor.displayname,actor.type,actor.alternateId,client.geographicalContext.city,displayMessage,eventType' |\n| ScheduleExpression         | Cron expression for this lambda function. \"rate(2 minutes)\" means, function will be triggered every 2 minutes. see https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html for more details.                        | \"rate(2 minutes)\"                                                                                                  |\n| FunctionMemorySize         | The memory size for the OKTA Log Collector lambda function in MBs                                                                                                                                                                           | 2048                                                                                                                |\n| FunctionTimeoutInSeconds   | The timeout for the OKTA Log Collector lambda function in Seconds                                                                                                                                                                           | 110                                                                                                                |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicmonitor%2Flm-logs-okta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogicmonitor%2Flm-logs-okta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogicmonitor%2Flm-logs-okta/lists"}