commit 59f952bc8e424cfadb4c9d5b280635102ca5753c Author: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Tue Aug 9 16:03:23 2022 -0500 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20b0c92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,127 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9e76f86 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 luke-hagar-sp + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ebdc6d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# VA-Log-Parser + Node Module to Parse SailPoint VA logs diff --git a/ccg-log-Parsed-Errors.JSON b/ccg-log-Parsed-Errors.JSON new file mode 100644 index 0000000..06e9288 --- /dev/null +++ b/ccg-log-Parsed-Errors.JSON @@ -0,0 +1 @@ +[{"exception":{"stacktrace":"openconnector.InvalidRequestException: [ InvalidRequestException ] \n [ Error details ] Request execution failed. HTTP Error code : 400, Okta Error code : E0000001, errorSummary : Api validation failed: login, errorCauses:[{errorSummary=login: An object with this field already exists in the current organization}].\n\tat openconnector.connector.okta.OktaConnector$OktaHttpClient.setResponseBody(OktaConnector.java:6548)\n\tat openconnector.connector.okta.OktaConnector$OktaHttpClient.fetchHttpResponse(OktaConnector.java:6261)\n\tat openconnector.connector.okta.OktaConnector.doRestRequest(OktaConnector.java:5915)\n\tat openconnector.connector.okta.OktaConnector.createAccount(OktaConnector.java:1445)\n\tat openconnector.connector.okta.OktaConnector.create(OktaConnector.java:828)\n\tat openconnector.AbstractConnector.provision(AbstractConnector.java:664)\n\tat sailpoint.connector.OpenConnectorAdapter.provision(OpenConnectorAdapter.java:999)\n\tat sailpoint.connector.ConnectorProxy.provision(ConnectorProxy.java:1116)\n\tat com.sailpoint.ccg.cloud.container.Container.provision(Container.java:310)\n\tat com.sailpoint.ccg.cloud.container.ContainerIntegration.provision(ContainerIntegration.java:156)\n\tat com.sailpoint.ccg.handler.ProvisionHandler.invoke(ProvisionHandler.java:190)\n\tat sailpoint.gateway.accessiq.CcgPipelineMessageHandler.handleMessage(CcgPipelineMessageHandler.java:26)\n\tat com.sailpoint.pipeline.server.PipelineServer$InboundQueueListener$MessageHandler.run(PipelineServer.java:369)\n\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat java.lang.Thread.run(Thread.java:748)\n","exception_class":"openconnector.InvalidRequestException","exception_message":"[ InvalidRequestException ] \n [ Error details ] Request execution failed. HTTP Error code : 400, Okta Error code : E0000001, errorSummary : Api validation failed: login, errorCauses:[{errorSummary=login: An object with this field already exists in the current organization}]."},"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","ObjectType":"account","orgType":"development","file":"OktaConnector.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":833,"@version":1,"CB_version":"535","logger_name":"openconnector.connector.okta.OktaConnector","mantis-client":"1266","class":"openconnector.connector.okta.OktaConnector","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3783","source_host":"c3ec057d0168","method":"create","org":"inspirebrands-sb","level":"ERROR","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Failed to create the account. ","pipeline":"1266","@timestamp":"2022-08-09T04:47:44.321Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","CB_Type":"connector-bundle-webservices","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"}] \ No newline at end of file diff --git a/ccg-log-Parsed.JSON b/ccg-log-Parsed.JSON new file mode 100644 index 0000000..9001b05 --- /dev/null +++ b/ccg-log-Parsed.JSON @@ -0,0 +1 @@ +[{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.PollService","pipeline":"1266","@timestamp":"2022-08-09T04:41:40.396Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.PollService","pipeline":"1266","@timestamp":"2022-08-09T04:41:40.396Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"exception":{"stacktrace":"java.lang.InterruptedException: sleep interrupted\n\tat java.lang.Thread.sleep(Native Method)\n\tat sailpoint.gateway.service.PollService.lambda$0(PollService.java:107)\n\tat java.lang.Thread.run(Thread.java:748)\n","exception_class":"java.lang.InterruptedException","exception_message":"sleep interrupted"},"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PollService.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":114,"@version":1,"logger_name":"sailpoint.gateway.service.PollService","mantis-client":"1266","class":"sailpoint.gateway.service.PollService","clientId":"4575","source_host":"835caebddda3","method":"lambda$0","org":"inspirebrands-sb","level":"ERROR","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Exception caught in polling thread!","pipeline":"1266","@timestamp":"2022-08-09T04:41:40.396Z","thread_name":"Thread-3","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.HealthCheckService","pipeline":"1266","@timestamp":"2022-08-09T04:41:40.396Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.HealthCheckService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.397Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.CcgPersistenceService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.397Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.CcgPersistenceService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.398Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.CCGProductFlagService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.CCGProductFlagService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.CcgFeatureFlagService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.CcgFeatureFlagService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.CcgDynamicLoggingService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.CcgDynamicLoggingService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.CcgConfigService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.399Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":51,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopped sailpoint.gateway.service.CcgConfigService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.400Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":49,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"835caebddda3","method":"lambda$1","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Stopping sailpoint.gateway.service.PipelineService","pipeline":"1266","@timestamp":"2022-08-09T04:41:50.400Z","thread_name":"Thread-4","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"@timestamp":"2022-08-09T04:45:40.590Z","source_host":"c3ec057d0168","file":"Main.java","method":"checkIfConnectorBundlesExistAtSharedLocation","level":"WARN","line_number":253,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle path system property found","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.620Z","source_host":"c3ec057d0168","file":"Main.java","method":"checkIfConnectorBundlesExistAtSharedLocation","level":"WARN","line_number":256,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Found connector bundles at shared location : /opt/sailpoint/share/connectors/lib","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.656Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-webservices : info : {Build-Timestamp=08/04/2022 11:57 AM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-webservices, Revision=76e230390e6e, Implementation-Version=535, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.657Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-misc : info : {Build-Timestamp=07/27/2022 09:55 AM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-misc, Revision=97003cdfb313, Implementation-Version=208, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.657Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-directories : info : {Build-Timestamp=07/20/2022 06:30 AM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-directories, Revision=8dad1f3729a7, Implementation-Version=348, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.657Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-unix : info : {Build-Timestamp=07/29/2022 11:04 AM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-unix, Revision=0fca3ec395ff, Implementation-Version=160, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.658Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-collaboration-connectors : info : {Build-Timestamp=07/20/2022 09:50 AM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-collaboration-connectors, Revision=7d74d80cdce3, Implementation-Version=125, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.658Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-jdbc : info : {Build-Timestamp=07/22/2022 01:48 PM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-jdbc, Revision=ae8a4bb6d523, Implementation-Version=199, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.658Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-filebased : info : {Build-Timestamp=07/06/2022 02:35 PM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-filebased, Revision=5f111f4d2425, Implementation-Version=162, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.659Z","source_host":"c3ec057d0168","file":"Main.java","method":"printBundleVersions","level":"WARN","line_number":237,"thread_name":"main","@version":1,"logger_name":"sailpoint.startup.Main","message":"Connector bundle version info for Connector Bundle : connector-bundle-mainframe : info : {Build-Timestamp=07/06/2022 02:35 PM +0000, Implementation-Vendor=SailPoint Technologies, Inc., Implementation-Title=connector-bundle-mainframe, Revision=21fb5ea97d6a, Implementation-Version=161, Repo-Location=HEAD, Created-By=Gradle 6.7.1, Manifest-Version=1.0, Built-By=jenkins}","class":"sailpoint.startup.Main"},{"@timestamp":"2022-08-09T04:45:40.660Z","source_host":"c3ec057d0168","file":"PrioritizedServiceLifecycler.java","method":"lambda$0","level":"WARN","line_number":34,"thread_name":"main","@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","message":"Starting sailpoint.gateway.service.CcgDynamicLoggingService","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler"},{"@timestamp":"2022-08-09T04:45:40.665Z","source_host":"c3ec057d0168","file":"PrioritizedServiceLifecycler.java","method":"lambda$0","level":"WARN","line_number":34,"thread_name":"main","@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","message":"Starting sailpoint.gateway.service.CcgConfigService","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorBundleVersionFinder.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":72,"@version":1,"logger_name":"sailpoint.util.ConnectorBundleVersionFinder","mantis-client":"1266","class":"sailpoint.util.ConnectorBundleVersionFinder","source_host":"c3ec057d0168","method":"getConnectorBundleVersionInformation","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"connector bundles found at location : /opt/sailpoint/share/connectors/lib has version information\n{connector-bundle-webservices=514, connector-bundle-common=170, connector-bundle-misc=207, connector-bundle-directories=346, connector-bundle-healthcare-epic=166, connector-bundle-unix=157, connector-bundle-collaboration-connectors=123, connector-bundle-jdbc=196, connector-bundle-filebased=162, connector-bundle-mainframe=161}","pipeline":"1266","@timestamp":"2022-08-09T04:45:40.986Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ResponseProcessCookies.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":130,"@version":1,"logger_name":"org.apache.http.client.protocol.ResponseProcessCookies","mantis-client":"1266","class":"org.apache.http.client.protocol.ResponseProcessCookies","source_host":"c3ec057d0168","method":"processCookies","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Invalid cookie header: \"Set-Cookie: AWSALB=W087lUwW8ykxwBwkPfHTgpSYffUXriyPiNwSw6snAQLtSxmcQXvbJ70sSvXlKsSOJa4lALbsZFns/uYu90xk/qPfo1apckFmoDxOJQ+hlL2GkhwUXPGvOyR+mlBp; Expires=Tue, 16 Aug 2022 04:45:41 GMT; Path=/\". Invalid 'expires' attribute: Tue, 16 Aug 2022 04:45:41 GMT","pipeline":"1266","@timestamp":"2022-08-09T04:45:41.903Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ResponseProcessCookies.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":130,"@version":1,"logger_name":"org.apache.http.client.protocol.ResponseProcessCookies","mantis-client":"1266","class":"org.apache.http.client.protocol.ResponseProcessCookies","source_host":"c3ec057d0168","method":"processCookies","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Invalid cookie header: \"Set-Cookie: AWSALBCORS=W087lUwW8ykxwBwkPfHTgpSYffUXriyPiNwSw6snAQLtSxmcQXvbJ70sSvXlKsSOJa4lALbsZFns/uYu90xk/qPfo1apckFmoDxOJQ+hlL2GkhwUXPGvOyR+mlBp; Expires=Tue, 16 Aug 2022 04:45:41 GMT; Path=/; SameSite=None; Secure\". Invalid 'expires' attribute: Tue, 16 Aug 2022 04:45:41 GMT","pipeline":"1266","@timestamp":"2022-08-09T04:45:41.903Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.CcgFeatureFlagService","pipeline":"1266","@timestamp":"2022-08-09T04:45:41.967Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.CCGProductFlagService","pipeline":"1266","@timestamp":"2022-08-09T04:45:41.968Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.CcgPersistenceService","pipeline":"1266","@timestamp":"2022-08-09T04:45:41.968Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.MetricsService","pipeline":"1266","@timestamp":"2022-08-09T04:45:42.012Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.PipelineService","pipeline":"1266","@timestamp":"2022-08-09T04:45:42.039Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ResponseProcessCookies.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":130,"@version":1,"logger_name":"org.apache.http.client.protocol.ResponseProcessCookies","mantis-client":"1266","class":"org.apache.http.client.protocol.ResponseProcessCookies","clientId":"4575","source_host":"c3ec057d0168","method":"processCookies","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Invalid cookie header: \"Set-Cookie: AWSALB=TBOQN8sPvnnYPELLjkFSqtqtMCpITOBw8oSBftURG1j5npvnA6s2RidrHR/TSUfFxayEFcqbdvel36vzg+hSBljp1HyAcsm2JctAtBMXe8nloGXUPVYI2HJj8G7a; Expires=Tue, 16 Aug 2022 04:45:42 GMT; Path=/\". Invalid 'expires' attribute: Tue, 16 Aug 2022 04:45:42 GMT","pipeline":"1266","@timestamp":"2022-08-09T04:45:42.652Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ResponseProcessCookies.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":130,"@version":1,"logger_name":"org.apache.http.client.protocol.ResponseProcessCookies","mantis-client":"1266","class":"org.apache.http.client.protocol.ResponseProcessCookies","clientId":"4575","source_host":"c3ec057d0168","method":"processCookies","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Invalid cookie header: \"Set-Cookie: AWSALBCORS=TBOQN8sPvnnYPELLjkFSqtqtMCpITOBw8oSBftURG1j5npvnA6s2RidrHR/TSUfFxayEFcqbdvel36vzg+hSBljp1HyAcsm2JctAtBMXe8nloGXUPVYI2HJj8G7a; Expires=Tue, 16 Aug 2022 04:45:42 GMT; Path=/; SameSite=None; Secure\". Invalid 'expires' attribute: Tue, 16 Aug 2022 04:45:42 GMT","pipeline":"1266","@timestamp":"2022-08-09T04:45:42.653Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.HealthCheckService","pipeline":"1266","@timestamp":"2022-08-09T04:45:43.190Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"PrioritizedServiceLifecycler.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":34,"@version":1,"logger_name":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","mantis-client":"1266","class":"sailpoint.gateway.service.impl.PrioritizedServiceLifecycler","clientId":"4575","source_host":"c3ec057d0168","method":"lambda$0","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Starting sailpoint.gateway.service.PollService","pipeline":"1266","@timestamp":"2022-08-09T04:45:43.191Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"Main.java","encryption":"1266","connector-bundle-identityiq":"172","line_number":82,"@version":1,"logger_name":"sailpoint.startup.Main","mantis-client":"1266","class":"sailpoint.startup.Main","clientId":"4575","source_host":"c3ec057d0168","method":"main","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"User timezone property 'user.timezone' is set to: Etc/UTC","pipeline":"1266","@timestamp":"2022-08-09T04:45:43.197Z","thread_name":"main","metrics":"1266","region":"us-east-1","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"708","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857f65f350017f9f3ebc3d6331","pipeline":"1266","@timestamp":"2022-08-09T04:47:41.228Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"709","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857f65f350017f9f3ebc3d6331","pipeline":"1266","@timestamp":"2022-08-09T04:47:41.248Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"710","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857f65f350017f9f3ebc3d6331","pipeline":"1266","@timestamp":"2022-08-09T04:47:41.248Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"710","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857f65f350017f9f3ebc3d6331","pipeline":"1266","@timestamp":"2022-08-09T04:47:41.249Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"2873","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857e731846017e7384e4bc0a72","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.412Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"2874","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857e731846017e7384e4bc0a72","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.413Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"2875","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857e731846017e7384e4bc0a72","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.413Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"2875","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - 2c9180857e731846017e7384e4bc0a72","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.414Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"3178","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT LOADED FROM CLOUD: CMI Azure Datacenter Cluster [cluster-1467] (2c9180857e731846017e7384e4bc0a72)","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.716Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"IdentityNow","Application":"CMI Azure Datacenter Cluster [cluster-1467]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","clientId":"4575","request_milliseconds":"3249","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT LOADED FROM CLOUD: Okta [source] (2c9180857f65f350017f9f3ebc3d6331)","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.787Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ProvisionHandler.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":128,"@version":1,"logger_name":"com.sailpoint.ccg.handler.ProvisionHandler","mantis-client":"1266","class":"com.sailpoint.ccg.handler.ProvisionHandler","clientId":"4575","request_milliseconds":"3272","source_host":"c3ec057d0168","method":"logProvisioningStart","org":"inspirebrands-sb","level":"INFO","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Provisioning [Create] for account [70000054] starting.","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.811Z","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorClassLoaderUtil.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":87,"@version":1,"logger_name":"sailpoint.connector.ConnectorClassLoaderUtil","mantis-client":"1266","class":"sailpoint.connector.ConnectorClassLoaderUtil","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3279","source_host":"c3ec057d0168","method":"","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Folder path for json mapping /opt/sailpoint/ccg/lib-connectors","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.817Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorClassLoaderUtil.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":97,"@version":1,"logger_name":"sailpoint.connector.ConnectorClassLoaderUtil","mantis-client":"1266","class":"sailpoint.connector.ConnectorClassLoaderUtil","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3286","source_host":"c3ec057d0168","method":"","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Found connector vs connector bundle mapping json {openconnector.connector.GoogleAppsDirect=connector-bundle-webservices.jar, sailpoint.connector.AirwatchConnector=connector-bundle-webservices.jar, openconnector.connector.WorkDay=connector-bundle-webservices.jar, openconnector.connector.unix.SolarisConnector=connector-bundle-unix.jar, openconnector.connector.workdayaccounts.WorkdayAccountsConnector=connector-bundle-webservices.jar, openconnector.connector.servicenow.ServiceNowConnector=connector-bundle-webservices.jar, sailpoint.connector.SharePointServerConnector=connector-bundle-directories.jar, sailpoint.connector.LDAPConnector=connector-bundle-directories.jar, openconnector.connector.okta.OktaConnector=connector-bundle-webservices.jar, openconnector.connector.oraclefusionhcmaccounts.OracleFusionHCMAccountsConnector=connector-bundle-webservices.jar, sailpoint.connector.SAPHRInternalConnector=connector-bundle-misc.jar, openconnector.connector.zoom.ZoomConnector=connector-bundle-collaboration-connectors.jar, sailpoint.connector.PeopleSoftDirectConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, openconnector.connector.MemoryConnector=connector-bundle-misc.jar, sailpoint.connector.SAPInternalConnector=connector-bundle-misc.jar, openconnector.connector.pam.beyondtrust.BeyondTrustCloudConnector=connector-bundle-webservices.jar, openconnector.connector.saps4hanacloud.SAPS4HANACloudConnector=connector-bundle-webservices.jar, openconnector.connector.mongodb.MongoDBCloudConnector=connector-bundle-webservices.jar, openconnector.connector.zendesk.ZendeskConnector=connector-bundle-webservices.jar, openconnector.connector.epicser.EPICSERConnector=connector-bundle-healthcare-epic, openconnector.connector.DropBoxConnector=connector-bundle-webservices.jar, openconnector.connector.meditech.MeditechConnector=connector-bundle-webservices.jar, openconnector.connector.aws.AWSConnectorSDK=connector-bundle-webservices.jar, openconnector.connector.SimulatedConnector=connector-bundle-misc.jar, sailpoint.connector.MSSQLServerConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, sailpoint.connector.O365SharepointOnlineConnector=connector-bundle-directories.jar, openconnector.connector.GoToMeeting=connector-bundle-collaboration-connectors.jar, sailpoint.connector.NTConnector=connector-bundle-directories.jar, sailpoint.connector.BusinessCentralConnector=connector-bundle-directories.jar, openconnector.connector.YammerConnector=connector-bundle-webservices.jar, openconnector.connector.unix.LinuxConnector=connector-bundle-unix.jar, sailpoint.connector.OS400Connector=connector-bundle-misc.jar, sailpoint.connector.RecordParsingConnector=connector-bundle-filebased.jar, openconnector.connector.BoxNetConnector=connector-bundle-webservices.jar, sailpoint.connector.TSSLDAPConnector=connector-bundle-directories.jar, openconnector.connector.unix.UnixConnector=connector-bundle-unix.jar, sailpoint.connector.UnixConnector=connector-bundle-filebased.jar, sailpoint.integration.oim.OIMConnector=oimclient.jar, sailpoint.connector.DynamicsFOConnector=connector-bundle-directories.jar, openconnector.connector.oracleerp.OracleERPCloudConnector=connector-bundle-webservices.jar, sailpoint.connector.TestProvisioningConnector=connector-bundle-misc.jar, openconnector.connector.slack.SlackConnector=connector-bundle-collaboration-connectors.jar, openconnector.connector.atlassian.AtlassianServerConnector=connector-bundle-webservices.jar, sailpoint.connector.SAPGRCConnector=connector-bundle-misc.jar, sailpoint.connector.SAPPortalSOAPConnector=connector-bundle-misc.jar, openconnector.connector.Duo.DuoConnector=connector-bundle-webservices.jar, sailpoint.connector.SAPHANAConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, openconnector.connector.EPICConnector=connector-bundle-healthcare-epic, sailpoint.connector.successfactors.SuccessFactorsConnectorImpl=connector-bundle-webservices.jar, openconnector.connector.oraclefusionhcm.OracleFusionHCMConnector=connector-bundle-webservices.jar, sailpoint.connector.DelimitedFileConnector=connector-bundle-filebased.jar, openconnector.connector.servicedesk.ServiceDeskConnector=connector-bundle-webservices.jar, sailpoint.connector.SAPHRConnector=connector-bundle-misc.jar, sailpoint.connector.ITIMLDAPConnector=connector-bundle-directories.jar, openconnector.connector.jackhenry.JackHenryConnector=connector-bundle-webservices.jar, openconnector.connector.RSAConnector=connector-bundle-webservices.jar, openconnector.connector.SiebelConnector=connector-bundle-misc.jar, sailpoint.connector.VMSConnector=connector-bundle-filebased.jar, sailpoint.connector.DominoLDAPConnector=connector-bundle-directories.jar, openconnector.connector.mongodb.MongoDBAtlasConnector=connector-bundle-webservices.jar, sailpoint.connector.RuleFileConnector=connector-bundle-filebased.jar, sailpoint.connector.sm.SMConnector=connector-bundle-mainframe.jar, sailpoint.connector.cib.CIBConnector=connector-bundle-misc.jar, sailpoint.connector.SAPConnector=connector-bundle-misc.jar, sailpoint.connector.SybaseDirectConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, openconnector.connector.pam.beyondtrust.BeyondTrustOnPremConnector=connector-bundle-webservices.jar, sailpoint.connector.LDIFConnector=connector-bundle-filebased.jar, sailpoint.connector.RACFConnector=connector-bundle-filebased.jar, sailpoint.connector.DynamicsCRMConnector=connector-bundle-directories.jar, sailpoint.connector.PeopleSoftHRMSConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, sailpoint.connector.OracleAppsHRMSConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, openconnector.connector.servicedesk.ServiceNowServiceDeskConnector=connector-bundle-webservices.jar, sailpoint.connector.AzureADConnector=connector-bundle-directories.jar, sailpoint.connector.ForceConnector=connector-bundle-webservices.jar, sailpoint.connector.DB2WindowsServerConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, openconnector.connector.IBMiConnector=connector-bundle-misc.jar, openconnector.connector.XMLConnector=connector-bundle-misc.jar, sailpoint.connector.TopSecretConnector=connector-bundle-filebased.jar, sailpoint.connector.TivoliDSConnector=connector-bundle-directories.jar, openconnector.connector.scim2.SCIM2Connector=connector-bundle-webservices.jar, openconnector.connector.RemedyITSMConnector=connector-bundle-misc.jar, sailpoint.connector.SuccessFactorsConnector=connector-bundle-webservices.jar, sailpoint.connector.HostAccessConnector=connector-bundle-misc.jar, openconnector.connector.PeopleSoftConnector=connector-bundle-misc.jar, sailpoint.connector.OracleEBSConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, sailpoint.connector.ADLDAPConnector=connector-bundle-directories.jar, sailpoint.connector.SharePointRWConnector=connector-bundle-directories.jar, sailpoint.connector.LotusDomino=connector-bundle-directories.jar, openconnector.connector.netsuite.NetsuiteConnector=connector-bundle-webservices.jar, sailpoint.connector.webservices.WebServicesConnector=connector-bundle-webservices.jar, openconnector.connector.GECentricity=connector-bundle-misc.jar, openconnector.connector.SCIMConnector=connector-bundle-collaboration-connectors.jar, openconnector.connector.Webex=connector-bundle-collaboration-connectors.jar, openconnector.connector.atlassian.AtlassianConnector=connector-bundle-webservices.jar, openconnector.connector.TAMConnector=connector-bundle-misc.jar, sailpoint.connector.JDBCConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbcRequired3rdPartyFat.jar, openconnector.connector.CernerConnector=connector-bundle-webservices.jar, openconnector.connector.unix.AIXConnector=connector-bundle-unix.jar, sailpoint.connector.OracleDBConnector=connector-bundle-jdbc.jar, dbRequired3rdParty, jdbc...","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.825Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorClassLoaderUtil.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":369,"@version":1,"logger_name":"sailpoint.connector.ConnectorClassLoaderUtil","mantis-client":"1266","class":"sailpoint.connector.ConnectorClassLoaderUtil","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3357","source_host":"c3ec057d0168","method":"prepareOOTBConnectorClasspath","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"connector required jar list [/opt/sailpoint/ccg/lib-connectors/connector-bundle-webservices.jar]","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.896Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorClassLoaderUtil.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":381,"@version":1,"logger_name":"sailpoint.connector.ConnectorClassLoaderUtil","mantis-client":"1266","class":"sailpoint.connector.ConnectorClassLoaderUtil","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3358","source_host":"c3ec057d0168","method":"prepareOOTBConnectorClasspath","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Provided file is jar or class file /opt/sailpoint/ccg/lib-connectors/connector-bundle-webservices.jar","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.897Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorClassLoaderUtil.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":393,"@version":1,"logger_name":"sailpoint.connector.ConnectorClassLoaderUtil","mantis-client":"1266","class":"sailpoint.connector.ConnectorClassLoaderUtil","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3359","source_host":"c3ec057d0168","method":"prepareOOTBConnectorClasspath","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Required jars url [/opt/sailpoint/ccg/lib-connectors/connector-bundle-webservices.jar]","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.898Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"ConnectorClassLoaderUtil.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":203,"@version":1,"logger_name":"sailpoint.connector.ConnectorClassLoaderUtil","mantis-client":"1266","class":"sailpoint.connector.ConnectorClassLoaderUtil","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3359","source_host":"c3ec057d0168","method":"initClassPath","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Classloader Classpath for Application : Okta [source]\n[/opt/sailpoint/ccg/lib-connectors/connector-bundle-webservices.jar]","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.898Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3409","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - null","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.947Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3409","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - null","pipeline":"1266","@timestamp":"2022-08-09T04:47:43.948Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","ObjectType":"account","orgType":"development","file":"OktaConnector.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":6410,"@version":1,"CB_version":"535","logger_name":"openconnector.connector.okta.OktaConnector","mantis-client":"1266","class":"openconnector.connector.okta.OktaConnector$OktaHttpClient","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3718","source_host":"c3ec057d0168","method":"setResponseBody","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Failed Request URL: https://inspire.oktapreview.com/api/v1/users?activate=true","pipeline":"1266","@timestamp":"2022-08-09T04:47:44.257Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","CB_Type":"connector-bundle-webservices","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","ObjectType":"account","orgType":"development","file":"OktaConnector.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":6411,"@version":1,"CB_version":"535","logger_name":"openconnector.connector.okta.OktaConnector","mantis-client":"1266","class":"openconnector.connector.okta.OktaConnector$OktaHttpClient","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3719","source_host":"c3ec057d0168","method":"setResponseBody","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Okta Request ID: x-okta-request-id: YvHm8DK97TXXzVB4yFNh_wAACqQ","pipeline":"1266","@timestamp":"2022-08-09T04:47:44.258Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","CB_Type":"connector-bundle-webservices","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"exception":{"stacktrace":"openconnector.InvalidRequestException: [ InvalidRequestException ] \n [ Error details ] Request execution failed. HTTP Error code : 400, Okta Error code : E0000001, errorSummary : Api validation failed: login, errorCauses:[{errorSummary=login: An object with this field already exists in the current organization}].\n\tat openconnector.connector.okta.OktaConnector$OktaHttpClient.setResponseBody(OktaConnector.java:6548)\n\tat openconnector.connector.okta.OktaConnector$OktaHttpClient.fetchHttpResponse(OktaConnector.java:6261)\n\tat openconnector.connector.okta.OktaConnector.doRestRequest(OktaConnector.java:5915)\n\tat openconnector.connector.okta.OktaConnector.createAccount(OktaConnector.java:1445)\n\tat openconnector.connector.okta.OktaConnector.create(OktaConnector.java:828)\n\tat openconnector.AbstractConnector.provision(AbstractConnector.java:664)\n\tat sailpoint.connector.OpenConnectorAdapter.provision(OpenConnectorAdapter.java:999)\n\tat sailpoint.connector.ConnectorProxy.provision(ConnectorProxy.java:1116)\n\tat com.sailpoint.ccg.cloud.container.Container.provision(Container.java:310)\n\tat com.sailpoint.ccg.cloud.container.ContainerIntegration.provision(ContainerIntegration.java:156)\n\tat com.sailpoint.ccg.handler.ProvisionHandler.invoke(ProvisionHandler.java:190)\n\tat sailpoint.gateway.accessiq.CcgPipelineMessageHandler.handleMessage(CcgPipelineMessageHandler.java:26)\n\tat com.sailpoint.pipeline.server.PipelineServer$InboundQueueListener$MessageHandler.run(PipelineServer.java:369)\n\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat java.lang.Thread.run(Thread.java:748)\n","exception_class":"openconnector.InvalidRequestException","exception_message":"[ InvalidRequestException ] \n [ Error details ] Request execution failed. HTTP Error code : 400, Okta Error code : E0000001, errorSummary : Api validation failed: login, errorCauses:[{errorSummary=login: An object with this field already exists in the current organization}]."},"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","ObjectType":"account","orgType":"development","file":"OktaConnector.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":833,"@version":1,"CB_version":"535","logger_name":"openconnector.connector.okta.OktaConnector","mantis-client":"1266","class":"openconnector.connector.okta.OktaConnector","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3783","source_host":"c3ec057d0168","method":"create","org":"inspirebrands-sb","level":"ERROR","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"Failed to create the account. ","pipeline":"1266","@timestamp":"2022-08-09T04:47:44.321Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","CB_Type":"connector-bundle-webservices","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","ObjectType":"account","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"CB_version":"535","logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3842","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - null","pipeline":"1266","@timestamp":"2022-08-09T04:47:44.381Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","CB_Type":"connector-bundle-webservices","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"},{"stack":"ccg","pod":"stg01-useast1","connector-logging":"144","Operation":"Create","clusterId":"1467","buildNumber":"737","apiUsername":"32d86f12-ee16-48eb-8c7c-cc6da35f914e","ObjectType":"account","orgType":"development","file":"CloudPersistenceManager.java","encryption":"1266","messageType":"provision","connector-bundle-identityiq":"172","line_number":177,"@version":1,"CB_version":"535","logger_name":"com.sailpoint.ccg.persistence.CloudPersistenceManager","mantis-client":"1266","class":"com.sailpoint.ccg.persistence.CloudPersistenceManager","ParentOperation":"ProvisioningOperation","clientId":"4575","request_milliseconds":"3843","source_host":"c3ec057d0168","method":"logCacheWarning","org":"inspirebrands-sb","level":"WARN","IdentityIQ":"8.0 Build 2f61d76cf47-20220429-140148","message":"CCG CACHE [Application] OBJECT NOT IN CACHE: nameOrId - null","pipeline":"1266","@timestamp":"2022-08-09T04:47:44.382Z","NativeIdentity":"70000054","thread_name":"pool-5-thread-1","metrics":"1266","region":"us-east-1","AppType":"Okta","Application":"Okta [source]","request_id":"8e60f60b7f4f4768b5df3d29f4ee1e0f","CB_Type":"connector-bundle-webservices","queue":"stg01-useast1-inspirebrands-sb-cluster-1467","SCIM Common":"8.0 Build 00b1f252d1b-20200225-190809"}] \ No newline at end of file diff --git a/commands/parseCCG.js b/commands/parseCCG.js new file mode 100644 index 0000000..7b8f939 --- /dev/null +++ b/commands/parseCCG.js @@ -0,0 +1,39 @@ +import chalk from "chalk"; +import fs from "fs"; + +function importCCG(CCGFile) { + const allFileContents = fs.readFileSync(CCGFile, "utf-8"); + const fileLines = allFileContents.split(/\r?\n/); + let jsonArray = []; + console.log(fileLines); + for (const line of fileLines) { + try { + let jsonObjFromLine = JSON.parse(line); + jsonArray.push(jsonObjFromLine); + } catch { + console.log("Invalid JSON Found"); + } + } + return jsonArray; +} + +function saveParsedFile(filePath, data) { + console.log(`Saving file ${filePath}`); + const outputString = JSON.stringify(data); + fs.writeFileSync(filePath, outputString); +} + +export default function parseCCG(CCGFile) { + const jsonArray = importCCG(CCGFile); + const errors = jsonArray.filter( + (Obj) => + Obj.message?.includes("error") || + Obj.exception?.stacktrace?.includes("error") + ); + console.log(jsonArray); + console.log(errors); + const parsedDataPath = `${CCGFile.replace(".log", "-log")}-Parsed.JSON`; + const errorPath = `${CCGFile.replace(".log", "-log")}-Parsed-Errors.JSON`; + saveParsedFile(parsedDataPath, jsonArray); + saveParsedFile(errorPath, errors); +} diff --git a/index.js b/index.js new file mode 100755 index 0000000..4c683ea --- /dev/null +++ b/index.js @@ -0,0 +1,9 @@ +#! /usr/bin/env node +import { program } from "commander"; +import parseCCG from "./commands/parseCCG.js"; +program + .command("parseCCG ") + .description("Parse the Provided CCG Log File") + .action(parseCCG); + +program.parse(); diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9e2dfe0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,59 @@ +{ + "name": "va-log-parser", + "version": "0.0.1", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "va-log-parser", + "version": "0.0.1", + "license": "MIT", + "dependencies": { + "chalk": "^5.0.1", + "commander": "^9.4.0", + "fs": "^0.0.1-security" + } + }, + "node_modules/chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/commander": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==", + "engines": { + "node": "^12.20.0 || >=14" + } + }, + "node_modules/fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==" + } + }, + "dependencies": { + "chalk": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz", + "integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==" + }, + "commander": { + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz", + "integrity": "sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==" + }, + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..cbb966b --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "va-log-parser", + "version": "0.0.2", + "description": "A Log Parser for SailPoint VA logs", + "main": "index.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "bin": { + "parse-va-log": "./index.js" + }, + "author": "Luke Hagar", + "license": "MIT", + "dependencies": { + "chalk": "^5.0.1", + "commander": "^9.4.0", + "fs": "^0.0.1-security" + } +}