exporting logs to microsoft sentinel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 02:17 PM
Hi all,
I am looking to export logs to MS sentinel. does anyone ahve a working walkthrough on this? I was surprised there wasnt a out of box solution to export logs to sentinel that i could find that was just connecting to use SIR. Any help on this would be appreciated.
- 3,304 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 08:07 PM
Hello @RBlor ,
Please refer to the below steps:
- Data Format: ServiceNow's logs may not be in a format directly usable by Sentinel's Log Analytics workspace.
- Data Volume: Large log volumes can impact performance if not handled efficiently.
- Security: Securely transmitting sensitive data is crucial.
- Specific Requirements: You may need to tailor the integration to your particular use case and data structure.
-
Log Export Service (LES):ServiceNow's LES can help with exporting logs, but it might require further processing to align with Sentinel's requirements. Consider using LES in conjunction with a connector or script.
-
Custom Scripts:You can use scripts to process and transform data from ServiceNow before sending it to Sentinel.
-
Third-Party Connectors:Explore connectors that specialize in ServiceNow-Sentinel integration. These might simplify the configuration and provide optimized data transfer.
-
Kafka:Consider using a message queue like Kafka for asynchronous data transfer between ServiceNow and Sentinel.
- Identify Data to Export: Determine which ServiceNow logs and their associated fields are relevant to Sentinel.
- Choose an Export Method: Select the method that best suits your needs (LES, custom scripts, connector, etc.).
- Data Transformation: If necessary, transform the data into a format that Sentinel can ingest.
- Secure Transmission: Establish secure communication channels (e.g., HTTPS, encryption).
- Configure Sentinel: Set up the data connector in Sentinel to accept data from your chosen source.
- Test and Validate: Thoroughly test the integration to ensure data is being transferred correctly and securely.
- Connectors like the one mentioned in the IONIX Security Logs document might provide a more streamlined approach. Follow the connector's documentation for installation and configuration.
-
Incident Creation:When SIR tickets are created in ServiceNow based on Sentinel alerts, ensure the integration maps the Sentinel incident details to the SIR ticket effectively.
-
Data Enrichment:Consider enriching SIR tickets with data from Sentinel, such as threat intelligence or other relevant information.
-
Automated Processes:Automate tasks like incident creation and closure based on Sentinel events.
https://www.servicenow.com/docs/bundle/washingtondc-platform-security/page/administer/log-export-ser...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2026 11:33 PM
Hi @RBlor, did you find solution for this?
I have the same requirement of exporting logs to microsoft sentinel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
My security team is also looking to get our logs into Sentinel. Unfortunately, we can't find an example of a working transform script, and also haven't had any luck with logging even the postbody or getting logs from the Microsoft side. Any tips would be appreciated.
