Skip to content

Commit

Permalink
Refactor product parsing rule ms graph (#33049)
Browse files Browse the repository at this point in the history
* Change the product value of in the parsing rule.

* Added release note.

* Bump pack from version MicrosoftGraphSecurity to 2.2.10.

---------

Co-authored-by: Content Bot <bot@demisto.com>
  • Loading branch information
2 people authored and maimorag committed Feb 28, 2024
1 parent 6450b33 commit 737a4fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
@@ -1,3 +1,3 @@
[INGEST:vendor="msft", product="graph_security_alerts", target_dataset="msft_graph_security_alerts_raw", no_hit=keep]
[INGEST:vendor="msft", product="Graph Security Alerts", target_dataset="msft_graph_security_alerts_raw", no_hit=keep]
filter to_string(createdDateTime) ~= "\d{4}\-\d{2}\-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z"
| alter _time = parse_timestamp("%Y-%m-%dT%H:%M:%E*SZ", to_string(createdDateTime));
3 changes: 3 additions & 0 deletions Packs/MicrosoftGraphSecurity/ReleaseNotes/2_2_10.md
@@ -0,0 +1,3 @@
#### Parsing Rules
##### Microsoft Graph Security Parsing Rules
Fixed an issue with the product name.
2 changes: 1 addition & 1 deletion Packs/MicrosoftGraphSecurity/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Microsoft Graph Security",
"description": "Unified gateway to security insights - all from a unified Microsoft Graph\n Security API.",
"support": "xsoar",
"currentVersion": "2.2.9",
"currentVersion": "2.2.10",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 737a4fe

Please sign in to comment.