Skip to content

Commit

Permalink
Update OCI_logs_API_FunctionApp.json
Browse files Browse the repository at this point in the history
We need to add a disclaimer about the unreliability of this connector since it can go over the 500 column limit. Multiple attempts internally failed to get traction in fixing the issue. From CSS side we are considering this connector NOT ready for production environments.
  • Loading branch information
garis authored Nov 7, 2024
1 parent e0dcaf5 commit ea77638
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
},
"instructionSteps": [
{
"title": "",
"description": ">**NOTE:** This connector can go over the 500 column limit of log Analytics. When this happens some logs will bre dropped. For this reason the connector can be unrealiable depending on the logs that are being generated and collected."
},
{
"title": "",
"description": ">**NOTE:** This connector uses Azure Functions to connect to the Azure Blob Storage API to pull logs into Microsoft Sentinel. This might result in additional costs for data ingestion and for storing data in Azure Blob Storage costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) and [Azure Blob Storage pricing page](https://azure.microsoft.com/pricing/details/storage/blobs/) for details."
},
Expand Down Expand Up @@ -154,4 +158,4 @@
]
}
]
}
}

0 comments on commit ea77638

Please sign in to comment.