Skip to content
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

Workbook - VMware ESXi "Root Sessions" is not found results #9469

Closed
jeffrywu28 opened this issue Nov 24, 2023 · 16 comments
Closed

Workbook - VMware ESXi "Root Sessions" is not found results #9469

jeffrywu28 opened this issue Nov 24, 2023 · 16 comments
Assignees
Labels
Solution Solution specialty review needed Workbook Workbook specialty review needed

Comments

@jeffrywu28
Copy link

Describe the bug
Please fix your built-in dashboard about Vmware ESXi, the 1 of the panel that titled Root Sessions never showing any result.

To Reproduce
Steps to reproduce the behavior:

Go to 'VMWare ESXi built-in dashboard'
Click on 'view the VMStatus'
Click edit the Query

currently built-in query:
VMwareESXi
| where SyslogMessage has_all ('UserLoginSessionEvent', 'denis', 'logged in')
//| extend SrcUsername = extract(@'User\s(.*?)@\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}', 1, SyslogMessage)
| extend SrcIpAddr = extract(@'@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})', 1, SyslogMessage)
| order by TimeGenerated
| project EventTime = TimeGenerated, SourceAddress = SrcIpAddr

it must be :

VMwareESXi
| where SyslogMessage has_all ('root', 'logged in')
//| extend SrcUsername = extract(@'User\s(.*?)@\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}', 1, SyslogMessage)
| extend SrcIpAddr = extract(@'@(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})', 1, SyslogMessage)
| order by TimeGenerated
| project EventTime = TimeGenerated, SourceAddress = SrcIpAddr

Expected behavior
there is value at there and it must showing the result.

Screenshots
image

Expected Screenshots
image

Copy link
Contributor

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.

@v-sudkharat v-sudkharat added the Workbook Workbook specialty review needed label Nov 24, 2023
@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, Thanks for flagging this issue, we will investigate this issue and get back to you with some updates by 29-11-2023. Thanks!

@v-sudkharat v-sudkharat added Solution Solution specialty review needed Workbook Workbook specialty review needed and removed Workbook Workbook specialty review needed labels Nov 28, 2023
@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, we are unable to reproduce this issue, could you please share the sample data with us? so, we can check it from our end. Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, we are waiting for your response on above comment. thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, Gentle Reminder: We are waiting for your response on this issue. If you still need to keep this issue active, please respond to it in the next 2 days. If we don't receive a response by 07-12-2023 date, we will be closing this issue.
Thanks!

@jeffrywu28
Copy link
Author

@v-sudkharat sure, what platform or email you can provide to me?

@jeffrywu28
Copy link
Author

I want to upload my sample

@jeffrywu28 jeffrywu28 reopened this Dec 5, 2023
@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28m, you can provide sample data with us over github itself or sent on this mail id - v-sudkharat@microsoft.com

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, we are waiting for sample data from you. could you please have a look at above comment and sent on that mail id or you can share it over this GitHub chat as well.

Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, Gentle Reminder: We are waiting for your response on this issue. If you still need to keep this issue active, please respond to it in the next 2 days. If we don't receive a response by 13-12-2023 date, we will be closing this issue.
Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, thanks for sharing the logs with us. we will check on this issue and get back to you by - 20-12-2023. Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, we are working on ingesting the data shared by you, meanwhile could you please check on our shared comment-
#9468
Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, could you please custom add workbook and let us know you are getting expected result.
Workbook Template Here - VMWareESXi.json

  1. Go to Standalone Workbook -

image

  1. Click Add workbook -

image

5.click advance edit -

image

  1. Past our shared template there and click on apply -
    image

Thanks!

@v-sudkharat
Copy link
Contributor

v-sudkharat commented Dec 28, 2023

Hi @jeffrywu28, I hope you are doing well. Thanks for sharing data with us. We are getting issue while ingest the data into LAW due to large volume, so it would be great if you check our recent comment and let us know your get the expected result. So we can procced on that.
And also, could you please run below query and let us know you get result on it -

VMwareESXi
| where SyslogMessage has_all ('UserLoginSessionEvent', 'logged in')
| extend SrcIpAddr = extract(@'@(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})', 1, SyslogMessage)
| where isnotempty(SrcIpAddr)
| summarize count() by SrcIpAddr

Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, Gentle Reminder: We are waiting for your response on this issue. If you still need to keep this issue active, please respond to it in the next 2 days. If we don't receive a response by 05-01-2024 date, we will be closing this issue.
Thanks!

@v-sudkharat
Copy link
Contributor

Hi @jeffrywu28, since we have not received a response in the last 5 days, we are closing your issue #9469 as per our standard operating procedures. If you still need support for this issue, feel free to re-open at any time. Thank you for your co-operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solution Solution specialty review needed Workbook Workbook specialty review needed
Projects
None yet
Development

No branches or pull requests

3 participants