-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to send messages to Sentinel #9806
Comments
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 @aabuhasna, Thanks for flagging this issue, we will investigate this issue and get back to you with some updates by 29-01-2024. Thanks! |
Hi @aabuhasna ,Could you please share any solution specific this connector is configured to ingest in sentinel or generic cef logs ingestion? |
I was able to make it work through the following steps:
|
Describe the bug
I am unable to send messages to Sentinel, I am using Ubuntu 22.04 with the latest update, syslog-ng (with the latest update) and omsagent, I have configured my machines to send CEF messages to my Ubuntu server, and it is working as a charm, using the following formula:
template t_per_host {
template("${ISODATE} ${HOST} ${MSGHDR}${MESSAGE}\n");
template_escape(no);
};
destination d_per_host {
file(
"/var/log/syslog-ng/${HOST}/${PROGRAM}"
template(t_per_host)
create-dirs(yes)
);
};
if you navigate to the actual path you will see the logs based on a specific condition I specified without any issue.
unfortunately, when I opened Sentinel I saw the agent status "not connected" (I checked firewall settings and service status and everything seems to be working fine). when I run the troubleshooter script which is designed for RHEL it says I am not using CEF (unfortunately I am not able to share the client system but all messages contain CEF).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sync with the agent
Desktop (please complete the following information):
Additional context
Logs:
The text was updated successfully, but these errors were encountered: