-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
SentinelOne parser function version 1.0.1 fails #11677
Comments
Hi @q0njg3m1, Thanks for flagging this issue, we will investigate this issue and get back to you with some updates. Thanks! |
@q0njg3m1, Could you please let us know which solution version your using? |
SentinelOne version 3.0.3. I just noticed that update 3.0.4 is available. I'll update it now and let you know if that fixes the issue. Thanks! |
It fails to update from the existing 3.0.3 to 3.0.4 with the following error: |
@q0njg3m1, Our team has fixed the issue about the 3.0.4 solution deployment, it will get available in upcoming few days, so just updated the solution and then you can check for the parser. |
Hi @v-sudkharat, I'll share some sample logs in a few minutes. As you'll see from the logs there is no column named "Data" in the SentinelOne_CL table. All the columns that start with the letters "D" or "d" are: DataFields_s (string), description_s (string), detectionState_s (string), domain_s (string). Also here is a screenshot: Thanks! |
@q0njg3m1, Thanks for sharing it, will check on it and get back to you. |
Hi @q0njg3m1, Did you have configured the below Data connector to? and receiving the logs into the respective tables? The column name Once your SentinelOne(Preview) data connector get configured, please re-run the parser and let us know if it still has issues. Many Thanks! |
Hi @v-sudkharat, No we are still using the old SentineOne data connector: SentinelOne (using Azure Functions). We only have a single SentinelOne Custom Logs (CL) table in the workspace: SentineOne_CL and this is were the SentinelOne events are currently stored. Also it says in the new data connector description: "The data connector is built on Microsoft Sentinel Codeless Connector Platform.". Thanks! |
@q0njg3m1, Got it, the SentinelOneActivities_CL not having schema defined into the workspace is causing that issue.
After step 6 if you still getting any error with parser. Kindly share that error message with us, we will check it with the concern team and if required will have a meeting. Thanks! |
Hi @v-sudkharat, That did the trick! Thank you for your help! |
@q0njg3m1, Great. So, can we close this issue? |
Yes sir! Thanks again for your help! |
Describe the bug
The SentinelOne parser function version 1.0.1 fails with the following error: "'extend' operator: Failed to resolve scalar expression named 'Data'".
The text was updated successfully, but these errors were encountered: