Coralogix provides an easy way to collect your Open Commerce OrderSearch API logs.
The preferred and easiest integration method will be to use our app in the AWS Serverless Application Repository.
Once the deployment is done the lambda will execute every X minutes based on the ‘lambda schedule’ parameter.
variable | description |
Application name | The stack name of this application created |
NotificationEmail | Failure notification email address |
ApplicationName | Application Name in Coralogix |
CoralogixRegion | The Coralogix location region [Europe, Europe2, India, Singapore, US]. Check your Coralogix account URL to see what region you are in (.in , .com , .us) |
FunctionArchitecture | Lambda function architecture [x86_64, arm64] |
FunctionMemorySize | Lambda function memory limit. |
FunctionSchedule | Lambda function schedule in minutes, the function will be invoked each X minutes. After deploy, first invocation will be after X minutes. |
FunctionTimeout | Lambda function timeout limit. |
LogsToStdout | Send logs to stdout/cloudwatch. Possible values are True , False |
OcapiEndpoint | The full endpoint to the orderSearch api |
OcapiPassword | The OCAPI password. used to get authenticated. |
OcapiUsername | OCAPI username. used to get authenticated. |
PrivateKey | Coralogix account ‘send your logs’ key. Can be found in DataFlow -> API Keys |
SelectStatement | The select statement to be used in the query. default to (*) |
SubsystemName | Subsystem name in Coralogix |