Skip to content

MimecastAudit - Unable to deploy data connector via ARM template - Data collection rule failing creation #13277

@shaunyb93

Description

@shaunyb93

Hi,

I am trying to deploy the MimecastAudit DataConnector via ARM template:
https://aka.ms/sentinel-MimecastAuditAzureDeploy-azuredeploy

The deployment is failing on creation of the Data Collection rule with the below error:

{
"code": "InvalidPayload",
"message": "Data collection rule is invalid",
"details": [
{
"code": "InvalidOutputTable",
"target": "properties.dataFlows[0]",
"message": "Table for output stream 'Custom-Audit_CL' is not available for destination 'RuleDestAqys35xelo4c3w'. Please ensure that the table exists in Log Analytics Workspace before creating or updating the rule."
},
{
"code": "InvalidOutputTable",
"target": "properties.dataFlows[0]",
"message": "Custom table for stream 'Custom-Audit_CL' is not available for destination 'RuleDestAqys35xelo4c3w'. Please ensure that the table exists in Log Analytics Workspace before creating or updating the rule."
}
]
}

To Reproduce
Steps to reproduce the behaviour:

  1. Begin custom deployment for ARM template https://aka.ms/sentinel-MimecastAuditAzureDeploy-azuredeploy
  2. Fill out instance details
  3. Select "Create"

Expected behaviour
Expect the ARM template deployment to complete without error

Screenshots

Image

I am thinking that the issue is that The Data Collection rule should be outputting to "[concat(parameters('MimecastAuditTableName'), '_CL')]" and not "[concat('Custom-', parameters('MimecastAuditTableName'), '_CL')]" as this table is not expected to exist.

Please advise on whether this issue can be resolved.

Thanks
SB

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions