Closed Colgaton closed 3 years ago
Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal.
Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal.
Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal.
Hi @Colgaton , Thanks a lot for bringing this to our attention. Could you please open a support ticket on this issue so we could assist as soon as possible? Thanks, Noam.
Hi @NoamLandress are there instructions on how to open this ticket? Thank you.
Hi @Colgaton , I apologize for the delay. Please feel free to open a support ticket here - https://ms.portal.azure.com/#create/Microsoft.Support As the service select- "Azure Sentinel" Thanks, Noam.
Hi,
I've had the same issue a number of times. The easiest way to go around it is to just see how many messages you can reasonably get through before the payload becomes too large, and see hard limits to that.
It seems like there is not functionality implemented to reduce the number of records that are put on the wire when the API limit it's hit, and instead it's just sending the same amount over and over until it fails and drops the messages.
Is this something being currently worked on to fix?
Regards, Robert
Being worked on in a support case, so closing Github issue
Thank you for submitting an Issue to the Azure Sentinel GitHub repo! You should expect an initial response to your Issue from the team within 5 business days. Note that this response may be delayed during holiday periods. For urgent, production-affecting issues please raise a support ticket via the Azure Portal.
Has anyone found a solution to this problem?
Being worked on in a support case, so closing Github issue
Was a fix ever published?
Is there a resolution to this? We are still having this issue and tried setting amount_resizing => "true" which works until we get a payload that is too large.. We are then stuck in a loop where no logs can be sent. The solution is to set max_items to an amount that you think it can handle however this is not a smart solution.
Describe the bug I am trying to forward AWS Cloudtrail messages to Azure LogAnalytics using logstash. Events are stored in a S3 bucket.
I am seeing the following error in logstash' logs, in random intervals:
Lots of messages reach Azure but some of them never show up and I am afraid that they are the ones dropped like above.
Sometimes I also see :
Here is the output config:
microsoft-logstash-output-azure-loganalytics { workspace_id => "XXXXXXXXXXXXXXXXXXXXXXXXXX" workspace_key => "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" custom_log_table_name => "AWSRedacted" plugin_flush_interval => 5 amount_resizing => true codec => "json" }
Any idea?